forked from aniani/vim
patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some places
Problem: Vim9: cannot use Vim9 script syntax in some places.
Solution: Add the :vim9cmd command modifier. Incompatible: Makes ":vim9"
mean ":vim9cmd" instead of ":vim9script".
This commit is contained in:
@@ -709,7 +709,7 @@ def Test_helpgrep_vim9_restore_cpo()
|
||||
var dir = 'Xruntime/after'
|
||||
&rtp ..= ',' .. dir
|
||||
mkdir(dir .. '/ftplugin', 'p')
|
||||
writefile(['vim9'], dir .. '/ftplugin/qf.vim')
|
||||
writefile(['vim9script'], dir .. '/ftplugin/qf.vim')
|
||||
filetype plugin on
|
||||
silent helpgrep grail
|
||||
cwindow
|
||||
|
||||
Reference in New Issue
Block a user