diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-10-09 09:43:14 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-10-09 10:04:37 +0200 |
commit | 525352117b489a73e686a0343ec8b68babc9c921 (patch) | |
tree | 05c6f9a87cc2b95cae554752a6c0e5b9e56e8421 /runtime/lua/vim/lsp/completion.lua | |
parent | f449a38f6a47bee30f0d4e291d8234d1ac8288a7 (diff) | |
download | rneovim-525352117b489a73e686a0343ec8b68babc9c921.tar.gz rneovim-525352117b489a73e686a0343ec8b68babc9c921.tar.bz2 rneovim-525352117b489a73e686a0343ec8b68babc9c921.zip |
vim-patch:cb1d1dc: runtime(skill): Update syntax file to fix string escapes
The syntax script allowed for single backslash escapes like this
"string\""
But did not accommodate for the uncommon case:
"<key>\\"
Let's fix this by also skipping over double backslashes in the
skillString region.
closes: vim/vim#15832
https://github.com/vim/vim/commit/cb1d1dcc879cadfe81ca0088b7e7ebbcd92a9ff3
Co-authored-by: Simão Afonso @ Powertools Tech <simao.afonso@powertools-tech.com>
Diffstat (limited to 'runtime/lua/vim/lsp/completion.lua')
0 files changed, 0 insertions, 0 deletions