]> granicus.if.org Git - vim/commit
patch 8.1.0083: "is" and "as" have trouble with quoted punctuation v8.1.0083
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jun 2018 16:27:41 +0000 (18:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jun 2018 16:27:41 +0000 (18:27 +0200)
commit8516071124dbb7ad7caa43cc98ae3c57ae093c9e
tree968387c224ff5fba447299c97f0f36542b612a7f
parent1d4754f96fa5bff1c349cdb71560c55675f50d03
patch 8.1.0083: "is" and "as" have trouble with quoted punctuation

Problem:    "is" and "as" have trouble with quoted punctuation.
Solution:   Check for punctuation before a quote. (Jason Franklin)
src/search.c
src/testdir/test_textobjects.vim
src/version.c