commit | 3324d0a86421a634572758dcfde917547f4d4c67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 19:51:13 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 19:51:13 2018 +0100 |
tree | 6b110fec6247516506f1235179cf52d3a8a63b6e | |
parent | 201dc67db587e77a845fd24681352d61e57156e2 [diff] [blame] |
patch 8.0.1587: inserting from the clipboard doesn't work literally Problem: inserting from the clipboard doesn't work literally Solution: When pasting from the * or + register always assume literally.
diff --git a/src/version.c b/src/version.c index 128be31..8cfc17c 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1587, +/**/ 1586, /**/ 1585,