Bram Moolenaar
92b8b2d307
patch 7.4.1198
...
Problem: Still using __ARGS.
Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
Also remove use of HAVE_STDARG_H.
2016-01-29 22:36:45 +01:00
Bram Moolenaar
43335ea394
patch 7.4.863
...
Problem: plines_nofill() used without the diff feature.
Solution: Define PLINES_NOFILL().
2015-09-09 20:59:37 +02:00
Bram Moolenaar
a09a2c5857
patch 7.4.856
...
Problem: "zt" still doesn't work well with filler lines. (Gary Johnson)
Solution: Check for filler lines above the cursor. (Christian Brabandt)
2015-09-08 17:31:59 +02:00
Bram Moolenaar
cf619daa8e
patch 7.4.853
...
Problem: "zt" in diff mode does not always work properly. (Gary Johnson)
Solution: Don't count filler lines twice. (Christian Brabandt)
2015-09-01 20:53:24 +02:00
Bram Moolenaar
cde8854730
patch 7.4.822
...
Problem: More problems reported by coverity.
Solution: Avoid the warnings. (Christian Brabandt)
2015-08-11 19:14:00 +02:00
Bram Moolenaar
3b7b83649c
updated for version 7.4.669
...
Problem: When netbeans is active the sign column always shows up.
Solution: Only show the sign column once a sign has been added. (Xavier de
Gaye)
2015-03-20 18:11:48 +01:00
Bram Moolenaar
3f9be97015
updated for version 7.4.550
...
Problem: curs_rows() function is always called with the second argument
false.
Solution: Remove the argument. (Christian Brabandt)
validate_botline_win() can then also be removed.
2014-12-13 21:09:57 +01:00
Bram Moolenaar
cfc216e7b0
updated for version 7.4.458
...
Problem: Issue 252: Cursor moves in a zero-height window.
Solution: Check for zero height. (idea by Christian Brabandt)
2014-09-23 18:37:56 +02:00
Bram Moolenaar
3d6db1467b
updated for version 7.4.226
...
Problem: Cursurline highlighting not redrawn when scrolling. (John
Marriott)
Solution: Check for required redraw in two places.
2014-03-28 21:49:32 +01:00
Bram Moolenaar
b679875b29
updated for version 7.4.219
...
Problem: When 'relativenumber' or 'cursorline' are set the window is
redrawn much to often. (Patrick Hemmer, Dominique Pelle)
Solution: Check the VALID_CROW flag instead of VALID_WROW.
2014-03-27 12:11:48 +01:00
Bram Moolenaar
f7ff6e85e8
updated for version 7.4.212
...
Problem: Now that the +visual feature is always enabled the #ifdefs for it
are not useful.
Solution: Remove the checks for FEAT_VISUAL.
2014-03-23 15:13:05 +01:00
Bram Moolenaar
b8e2305656
updated for version 7.4.177
...
Problem: Compiler warning for unused variable. (Tony Mechelynck)
Solution: Add #ifdef.
2014-02-11 18:58:09 +01:00
Bram Moolenaar
12a0f22340
updated for version 7.4.173
...
Problem: When using scrollbind the cursor can end up below the last line.
(mvxxc)
Solution: Reset w_botfill when scrolling up. (Christian Brabandt)
2014-02-11 15:47:46 +01:00
Bram Moolenaar
f4f1956724
updated for version 7.3.739
...
Problem: Computing number of lines may have an integer overflow.
Solution: Check for MAXCOL explicitly. (Dominique Pelle)
2012-11-28 18:22:11 +01:00
Bram Moolenaar
524780d69f
updated for version 7.3.482
...
Problem: With 'cursorbind' set moving up/down does not always keep the same
column.
Solution: Set curswant appropriately. (Gary Johnson)
2012-03-28 14:19:50 +02:00
Bram Moolenaar
1ea69b7077
updated for version 7.3.473
...
Problem: 'cursorbind' does not work correctly in combination with
'virtualedit' set to "all".
Solution: Copy coladd. (Gary Johnson)
2012-03-16 19:24:26 +01:00
Bram Moolenaar
76b9b3696c
updated for version 7.3.426
...
Problem: With '$' in 'cpoptions' the $ is not displayed in the first
column.
Solution: Use -1 instead of 0 as a special value. (Hideki Eiraku and
Hirohito Higashi)
2012-02-04 23:35:00 +01:00
Bram Moolenaar
70b2a56d5a
updated for version 7.3.400
...
Problem: Compiler warnings for shadowed variables.
Solution: Remove or rename the variables.
2012-01-10 22:26:17 +01:00
Bram Moolenaar
6145285c90
updated for version 7.3.111
...
Problem: Executing a :normal command in 'statusline' evaluation causes the
cursor to move. (Dominique Pelle)
Solution: When updating the cursor for 'cursorbind' allow the cursor beyond
the end of the line. When evaluating 'statusline' temporarily
reset 'cursorbind'.
2011-02-01 18:01:11 +01:00
Bram Moolenaar
f3d419d719
updated for version 7.3.106
...
Problem: When 'cursorbind' is set another window may scroll unexpectedly
when 'scrollbind' is also set. (Xavier Wang)
Solution: Don't call update_topline() if 'scrollbind' is set.
2011-01-22 21:05:07 +01:00
Bram Moolenaar
09092155a6
Remove unused code.
2010-08-08 16:38:42 +02:00
Bram Moolenaar
860cae1cec
Add the conceal patch from Vince Negri.
2010-06-05 23:22:07 +02:00
Bram Moolenaar
b26e6327e6
Add :nbstart and :nbclose.
2010-05-22 21:34:09 +02:00
Bram Moolenaar
64486671c3
Add 'relativenumber' patch from Markus Heidelberg.
2010-05-16 15:46:46 +02:00
Bram Moolenaar
fff2beeeaa
First step in the Vim 7.3 branch. Changed version numbers.
2010-05-15 13:56:02 +02:00
Bram Moolenaar
bacd9da40e
updated for version 7.2.366
...
Problem: CTRL-B doesn't go back to the first line of the buffer.
Solution: Avoid an overflow when adding MAXCOL.
2010-02-17 18:20:37 +01:00
Bram Moolenaar
6427c608e7
updated for version 7.2.355
...
Problem: Computing the cursor column in validate_cursor_col() is wrong when
line numbers are used and 'n' is not in 'cpoptions', causing the
popup menu to be positioned wrong.
Solution: Correctly use the offset. (partly by Dominique Pelle)
2010-02-03 17:43:07 +01:00
Bram Moolenaar
fa316dd1f7
updated for version 7.2-277
2009-11-03 15:23:14 +00:00
Bram Moolenaar
78a1531005
updated for version 7.2-174
2009-05-15 19:33:18 +00:00
Bram Moolenaar
d4153d4a62
updated for version 7.2-042
2008-11-15 15:06:17 +00:00
Bram Moolenaar
c236c16d08
updated for version 7.2b-000
2008-07-13 17:41:49 +00:00
Bram Moolenaar
9964e468c0
updated for version 7.1a
2007-05-05 17:54:07 +00:00
Bram Moolenaar
019ff6825b
updated for version 7.0223
2006-03-13 22:10:45 +00:00
Bram Moolenaar
2b48ad5cd7
updated for version 7.0222
2006-03-12 21:56:11 +00:00
Bram Moolenaar
1e01546026
updated for version 7.0150
2005-09-25 22:16:38 +00:00
Bram Moolenaar
4399ef4764
updated for version 7.0050
2005-02-12 14:29:27 +00:00
Bram Moolenaar
7c62692d43
updated for version 7.0049
2005-02-07 22:01:03 +00:00
Bram Moolenaar
383f9bc302
updated for version 7.0042
2005-01-19 22:18:32 +00:00
Bram Moolenaar
293ee4d421
updated for version 7.0021
2004-12-09 21:34:53 +00:00
Bram Moolenaar
592e0a2a1d
updated for version 7.0005
2004-07-03 16:05:59 +00:00
Bram Moolenaar
071d4279d6
updated for version 7.0001
2004-06-13 20:20:40 +00:00