commit | 6315a9ae924d2104b61d1667ea71af3ac7cf48fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 25 15:20:02 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 25 15:20:02 2017 +0100 |
tree | de56592e8f6642707a93414b79c66586faea052d | |
parent | 291a9d15ed1eb1094edc8ad6dda00a6da3bd7072 [diff] [blame] |
patch 8.0.1336: cannot use imactivatefunc() unless compiled with +xim Problem: Cannot use imactivatefunc() unless compiled with +xim. Solution: Allow using imactivatefunc() when not compiled with +xim. (Yasuhiro Matsumoto, closes #2349)
diff --git a/src/version.c b/src/version.c index e0ba19e..57c4576 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1336, +/**/ 1335, /**/ 1334,