diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-04-29 21:29:44 -0400 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-04-29 23:48:27 -0400 |
| commit | f219657453271f19519148d76536879bec044534 (patch) | |
| tree | e3dc982477e44401ae1dfae409896ca914a5283a /src/nvim/version.c | |
| parent | ab50c1fdb73aa58f620491d50c6fcd222d37cb9d (diff) | |
| download | rneovim-f219657453271f19519148d76536879bec044534.tar.gz rneovim-f219657453271f19519148d76536879bec044534.tar.bz2 rneovim-f219657453271f19519148d76536879bec044534.zip | |
vim-patch:7.4.2263
Problem: :filter does not work for many commands. Can only get matching
messages.
Solution: Make :filter work for :command, :map, :list, :number and :print.
Make ":filter!" show non-matching lines.
https://github.com/vim/vim/commit/d29459baa61819e59961804ed258efac5733ec70
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 f2a97cf360..b579cdef12 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -181,7 +181,7 @@ static const int included_patches[] = { 2266, 2265, 2264, - // 2263, + 2263, // 2262 NA // 2261 NA // 2260 NA |
