commit | b95186fd36bae9716181bfdd203fb27f410e3c4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 18:53:52 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 18:53:52 2013 +0100 |
tree | 4c8cdbedaab2c507fcd0dfdafcc677fbc972c7d9 | |
parent | 34b466edfe6acdf610899da18e81537a8e5d52c8 [diff] [blame] |
updated for version 7.4.109 Problem: ColorScheme autocommand matches with the current buffer name. Solution: Match with the colorscheme name. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index b982283..5975135 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 109, +/**/ 108, /**/ 107,