diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-11-28 18:53:52 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-11-28 18:53:52 +0100 |
commit | b95186fd36bae9716181bfdd203fb27f410e3c4f (patch) | |
tree | 4c8cdbedaab2c507fcd0dfdafcc677fbc972c7d9 /src/version.c | |
parent | 34b466edfe6acdf610899da18e81537a8e5d52c8 (diff) | |
download | vim-b95186fd36bae9716181bfdd203fb27f410e3c4f.zip |
updated for version 7.4.109
Problem: ColorScheme autocommand matches with the current buffer name.
Solution: Match with the colorscheme name. (Christian Brabandt)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index b982283aa..5975135f9 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 109, +/**/ 108, /**/ 107, |