commit | 60895f3e36def9beb7d5463e792e5154ad9a7a0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 12 14:23:19 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 12 14:23:19 2022 +0100 |
tree | e27a7746b43c278eb9ec66ef3a23086cf34a75bd | |
parent | 575445200bd35283191ecd7a0d596b37c5b477a4 [diff] [blame] |
patch 8.2.4741: startup test fails Problem: Startup test fails. Solution: Avoid an error for verbose expansion. Fix that the "0verbose" command modifier doesn't work.
diff --git a/runtime/syntax/synload.vim b/runtime/syntax/synload.vim index f373161..728b653 100644 --- a/runtime/syntax/synload.vim +++ b/runtime/syntax/synload.vim
@@ -37,7 +37,7 @@ unlet b:current_syntax endif - let s = expand("<amatch>") + 0verbose let s = expand("<amatch>") if s == "ON" " :set syntax=ON if &filetype == ""