commit | f8eb9c51e5bbd10e59c9b1247f8f6c7f5b77ccd0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 17:31:24 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 17:31:24 2017 +0100 |
tree | d7df98b978429b58403e670f2ce56b173aecf819 | |
parent | 5e1e6d265d26ee2952c4a018a5ff72c950d2d700 [diff] [blame] |
patch 8.0.0140 Problem: Pasting inserted text in Visual mode does not work properly. (Matthew Malcomson) Solution: Stop Visual mode before stuffing the inserted text. (Christian Brabandt, from neovim #5709)
diff --git a/src/version.c b/src/version.c index 9364c99..9e95f3a 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 140, +/**/ 139, /**/ 138,