commit | 0d3d5e0483ddad68d333284d988b4269674f71dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 07 16:35:08 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 07 16:35:08 2014 +0200 |
tree | 127a89b2940e6707c5234f08f44d7839977786f2 | |
parent | 75a8d74cc22d66482a1149f004b04bcc0a8326f2 [diff] [blame] |
updated for version 7.4.277 Problem: Using ":sign unplace *" may leave the cursor in the wrong position (Christian Brabandt) Solution: Update the cursor position when removing all signs.
diff --git a/src/version.c b/src/version.c index 4be0e38..4acbd9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 277, +/**/ 276, /**/ 275,