aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorKillTheMule <KillTheMule@users.noreply.github.com>2016-08-25 21:05:18 +0200
committerKillTheMule <KillTheMule@users.noreply.github.com>2016-08-26 21:50:18 +0200
commit86a95c5117c9f2bb804f4a972053f786c10eb7ea (patch)
treeb64fd250869adc8f4222991ade4db8b4011b7e53 /src/nvim/version.c
parent41a64586c7d16bd8bdec533717daeea3fa2f3107 (diff)
downloadrneovim-86a95c5117c9f2bb804f4a972053f786c10eb7ea.tar.gz
rneovim-86a95c5117c9f2bb804f4a972053f786c10eb7ea.tar.bz2
rneovim-86a95c5117c9f2bb804f4a972053f786c10eb7ea.zip
vim-patch:7.4.1952
Problem: Cscope interface does not support finding assignments. Solution: Add the "a" command. (ppettina, closes vim/vim#882) https://github.com/vim/vim/commit/b12e7ef956e0b0344778b7ef93d41f4b4ed2a670 All changes applied manually.
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 978bc2e228..700b35a44d 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -324,7 +324,7 @@ static int included_patches[] = {
// 1955,
// 1954,
// 1953,
- // 1952,
+ 1952,
// 1951 NA
// 1950,
// 1949,