]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4737: // in JavaScript string recognized as comment v8.2.4737
authorBram Moolenaar <Bram@vim.org>
Mon, 11 Apr 2022 16:36:37 +0000 (17:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 11 Apr 2022 16:36:37 +0000 (17:36 +0100)
commit1655619717ff109ea8bf1002883636d5af345e48
tree56c67651f11728e39f65ec2a52e85187d983db42
parent825b55e695b842beb6515ec5c53583aac9efe7b7
patch 8.2.4737: // in JavaScript string recognized as comment

Problem:    // in JavaScript string recognized as comment.
Solution:   Only check for linecomment if 'cindent' is set. (closes #10151)
src/change.c
src/testdir/test_textformat.vim
src/version.c