]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0023 v8.0.0023
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Oct 2016 17:21:31 +0000 (19:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Oct 2016 17:21:31 +0000 (19:21 +0200)
commit226630a030c0d41145e1109f09633360fc9c999d
tree964ac2372bbc4b653594d660ba3375a8adf33293
parentec68a99464055029c01082762517e97245ddae0c
patch 8.0.0023
Problem:    "gd" and "gD" may find a match in a comment or string.
Solution:   Ignore matches in comments and strings. (Anton Lindqvist)
src/normal.c
src/testdir/test_goto.vim
src/version.c