mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
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)
23d1b62746
This commit is contained in:
@@ -393,7 +393,7 @@ static int included_patches[] = {
|
||||
898,
|
||||
// 897 NA
|
||||
// 896,
|
||||
// 895,
|
||||
895,
|
||||
// 894 NA
|
||||
// 893,
|
||||
// 892,
|
||||
|
Reference in New Issue
Block a user