commit | 09bb33dde957eb7aa9680091edc4ab0a5d01a2c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 07 05:18:20 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 07 05:18:20 2013 +0200 |
tree | 31a1bf9ec22a278dc4bf20be3d982bbfe9108847 | |
parent | 290424868d6aeab4f704df15c7a67b908e852e06 [diff] [blame] |
updated for version 7.3.931 Problem: No completion for :xmap and :smap. (Yukihiro Nakadaira) Solution: Add the case statements. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 3bf2512..ad25571 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 931, +/**/ 930, /**/ 929,