aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJurica Bradaric <jbradaric@gmail.com>2017-07-16 20:49:07 +0200
committerJurica Bradaric <jbradaric@gmail.com>2017-07-16 21:43:06 +0200
commit9ffa22b7efefebf49a42364de21bb895adabd2de (patch)
treea448f224ed4f0a830d1fd9a5fdd17122f19deea4 /src/nvim/version.c
parenta76da96e86cc338dd5d8ff2f6014cff68e055ce9 (diff)
downloadrneovim-9ffa22b7efefebf49a42364de21bb895adabd2de.tar.gz
rneovim-9ffa22b7efefebf49a42364de21bb895adabd2de.tar.bz2
rneovim-9ffa22b7efefebf49a42364de21bb895adabd2de.zip
vim-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) https://github.com/vim/vim/commit/226630a030c0d41145e1109f09633360fc9c999d
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index c7b8220776..0bc1655a74 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -706,7 +706,7 @@ static const int included_patches[] = {
// 26,
// 25,
// 24 NA
- // 23,
+ 23,
// 22 NA
// 21,
// 20,