commit | 37a8de17d4dfd3d463960c38a204ce399c8e19d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 16:05:00 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 16:05:00 2015 +0200 |
tree | f88214eabbb07e30167198afec63d23284d03a9c | |
parent | d43f0951bca162d4491d57df9277b5dbc462944f [diff] [blame] |
patch 7.4.844 Problem: When '#' is in 'isident' the is# comparator doesn't work. Solution: Don't use vim_isIDc(). (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 215e03b..dadec6a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 844, +/**/ 843, /**/ 842,