aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShougo <Shougo.Matsu@gmail.com>2016-10-16 06:59:23 +0900
committerJustin M. Keyes <justinkz@gmail.com>2016-10-15 23:59:23 +0200
commit4169fc82817f2edaf7a261eb78382ed0c2a3fe43 (patch)
treea348655b4865db14cf86be8ba7a6f4e3bc191f65 /src
parentb268ba353af42d2a2f32e04a17b6acd92f06d31c (diff)
downloadrneovim-4169fc82817f2edaf7a261eb78382ed0c2a3fe43.tar.gz
rneovim-4169fc82817f2edaf7a261eb78382ed0c2a3fe43.tar.bz2
rneovim-4169fc82817f2edaf7a261eb78382ed0c2a3fe43.zip
vim-patch:7.4.1833 (#5484)
Problem: Cannot use an Ex command for 'keywordprg'. Solution: Accept an Ex command. (Nelo-Thara Wallus) https://github.com/vim/vim/commit/2ff8b64679242e73248774a388d54931c9ce49bd
Diffstat (limited to 'src')
-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 e6ef600f8c..0e572f78e0 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -608,7 +608,7 @@ static int included_patches[] = {
// 1836,
// 1835,
// 1834,
- // 1833,
+ 1833,
1832,
1831,
// 1830 NA