commit | f86db78fed78541cefdb706e4779ce5ae9ca7820 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 25 13:31:37 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 25 13:31:37 2018 +0200 |
tree | 89b16ab5d0a2847b75bbe3c4ae782a0a03d6626f | |
parent | babfcf54ae9bf9570eddf4958a553635cd589e21 [diff] [blame] |
patch 8.1.0495: :filter only supports some commands Problem: :filter only supports some commands. Solution: Add :filter support for more commands. (Marcin Szamotulski, closes #2856)
diff --git a/src/version.c b/src/version.c index 7297ad5..30c50ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 495, +/**/ 494, /**/ 493,