diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-10-17 20:38:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-10-17 20:38:28 +0000 |
commit | 2d8b2d8df908fa38a069aad313d0c5426c75a37a (patch) | |
tree | 7b5274e9b1d2872f1c99ab72040158a3d11a655d | |
parent | 640009dca3f10ec65e5e77d0ce3fa78f1e447b3c (diff) | |
download | vim-git-2d8b2d8df908fa38a069aad313d0c5426c75a37a.tar.gz |
updated for version 7.0-145v7.0.145
-rw-r--r-- | src/normal.c | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c index dd2e0b36a..3d1a5a669 100644 --- a/src/normal.c +++ b/src/normal.c @@ -2387,7 +2387,7 @@ do_mouse(oap, c, dir, count, fixindent) if (VIsual_select) { stuffcharReadbuff(Ctrl_G); - stuffReadbuff("\"+p"); + stuffReadbuff((char_u *)"\"+p"); } else { diff --git a/src/version.c b/src/version.c index c2db5969d..3f163f47c 100644 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 145, +/**/ 144, /**/ 143, |