-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S
-
### Steps to reproduce
```
set timeout
set timeoutlen=1000
map gx echom "gx"
map gxy echom "gxy"
" Press gxy → prints "gxy"
" Press gx → wait 1 second → prints "gx"
" This works as expected.…
-
I was reading about [const correctness](https://isocpp.org/wiki/faq/const-correctness#overview-const) via [this comment](https://github.com/vim/vim/pull/9795#discussion_r809936643), and thought about …
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S deepcopy()
```
no error
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S mkdir('p')
var lines =writefile(dir .. '/script.vim')
script#()
```
this Func() is no longer shadowed
This confirms …
-
### Steps to reproduce
The section under `:h vim9-scopes` needs to be updated since it's no longer possible to write `def scriptname#function()`. Doing so gives the error:
```
E1263: cannot use n…