diff options
author | Jurica Bradaric <jbradaric@gmail.com> | 2016-02-13 12:54:47 +0100 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2016-02-16 07:18:48 +0100 |
commit | 3b34c992bc51bb065ca59f1f4903a4315f3d2e30 (patch) | |
tree | 52e239170f6575e6df4fb9ea7504de27c02db184 /src/nvim/version.c | |
parent | 5af9ae9e6064eabe98ec94896211af00e86632b5 (diff) | |
download | rneovim-3b34c992bc51bb065ca59f1f4903a4315f3d2e30.tar.gz rneovim-3b34c992bc51bb065ca59f1f4903a4315f3d2e30.tar.bz2 rneovim-3b34c992bc51bb065ca59f1f4903a4315f3d2e30.zip |
vim-patch:7.4.895
Problem: Custom command line completion does not work for a command
containing digits.
Solution: Skip over the digits. (suggested by Yasuhiro Matsumoto)
https://github.com/vim/vim/commit/23d1b62746dce048c80cc19e7e5af1d513b6b4cf
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 4de63ebb10..499ad4c3b4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -393,7 +393,7 @@ static int included_patches[] = { 898, // 897 NA // 896, - // 895, + 895, // 894 NA // 893, // 892, |