]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3938: line comment start is also found in a string v8.2.3938
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Dec 2021 18:09:13 +0000 (18:09 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Dec 2021 18:09:13 +0000 (18:09 +0000)
commitba26367fea3b63df49d274f3d5cca0af38402add
tree85eb39195c89d138f835691791818bc41593fc0b
parentedc6f103907a004b9e2265e232dc8be8bc594601
patch 8.2.3938: line comment start is also found in a string

Problem:    Line comment start is also found in a string.
Solution:   Skip line comments in a string.
src/cindent.c
src/proto/cindent.pro
src/search.c
src/testdir/test_textformat.vim
src/version.c