commit | 980e58f7b324980d40ce690506897d138e5e2b70 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 12 13:28:30 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 12 13:28:30 2014 +0200 |
tree | 7d8e115ce9e1af5395ff1a3c1887f333f7056d1d | |
parent | e3a8bab6304117b5c341171299472e1a00e70c85 [diff] [blame] |
updated for version 7.4.319 Problem: Crash when putting zero bytes on the clipboard. Solution: Do not support the utf8_atom target when not using an Unicode encoding. (Naofumi Honda)
diff --git a/src/version.c b/src/version.c index 00948fd..335f9de 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 319, +/**/ 318, /**/ 317,