commit | db710ed999edf318477ae12d95f66519f2b21bbf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 26 22:02:15 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 26 22:02:15 2011 +0200 |
tree | b798760c815d64da7831b3449527104ae2f21242 | |
parent | a27ad5aea14e3dd2432ffd9a3187386c526a3734 [diff] [blame] |
updated for version 7.3.352 Problem: When completing methods dict functions and script-local functions get in the way. Solution: Sort function names starting with "<" to the end. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index e01db7a..aed1266 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 352, +/**/ 351, /**/ 350,