Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated for version 7.3.482v7.3.482 | Bram Moolenaar | 2012-03-28 | 1 | -0/+4 |
| | | | | | | Problem: With 'cursorbind' set moving up/down does not always keep the same column. Solution: Set curswant appropriately. (Gary Johnson) | ||||
* | updated for version 7.3.473v7.3.473 | Bram Moolenaar | 2012-03-16 | 1 | -1/+7 |
| | | | | | | Problem: 'cursorbind' does not work correctly in combination with 'virtualedit' set to "all". Solution: Copy coladd. (Gary Johnson) | ||||
* | updated for version 7.3.426v7.3.426 | Bram Moolenaar | 2012-02-04 | 1 | -2/+2 |
| | | | | | | | 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) | ||||
* | updated for version 7.3.400v7.3.400 | Bram Moolenaar | 2012-01-10 | 1 | -3/+3 |
| | | | | | Problem: Compiler warnings for shadowed variables. Solution: Remove or rename the variables. | ||||
* | updated for version 7.3.111v7.3.111 | Bram Moolenaar | 2011-02-01 | 1 | -1/+6 |
| | | | | | | | | 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'. | ||||
* | updated for version 7.3.106v7.3.106 | Bram Moolenaar | 2011-01-22 | 1 | -2/+4 |
| | | | | | | 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. | ||||
* | Remove unused code. | Bram Moolenaar | 2010-08-08 | 1 | -47/+0 |
| | |||||
* | Add the conceal patch from Vince Negri. | Bram Moolenaar | 2010-06-05 | 1 | -0/+65 |
| | |||||
* | Add :nbstart and :nbclose. | Bram Moolenaar | 2010-05-22 | 1 | -2/+2 |
| | |||||
* | Add 'relativenumber' patch from Markus Heidelberg. | Bram Moolenaar | 2010-05-16 | 1 | -13/+19 |
| | |||||
* | First step in the Vim 7.3 branch. Changed version numbers. | Bram Moolenaar | 2010-05-15 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2.366v7.2.366 | Bram Moolenaar | 2010-02-17 | 1 | -6/+15 |
| | | | | | Problem: CTRL-B doesn't go back to the first line of the buffer. Solution: Avoid an overflow when adding MAXCOL. | ||||
* | updated for version 7.2.355v7.2.355 | Bram Moolenaar | 2010-02-03 | 1 | -5/+6 |
| | | | | | | | 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) | ||||
* | updated for version 7.2-277v7.2.277 | Bram Moolenaar | 2009-11-03 | 1 | -4/+2 |
| | |||||
* | updated for version 7.2-174v7.2.174 | Bram Moolenaar | 2009-05-15 | 1 | -4/+2 |
| | |||||
* | updated for version 7.2-042v7.2.042 | Bram Moolenaar | 2008-11-15 | 1 | -5/+14 |
| | |||||
* | updated for version 7.2b-000v7.2b.000 | Bram Moolenaar | 2008-07-13 | 1 | -2/+8 |
| | |||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-05 | 1 | -4/+4 |
| | |||||
* | updated for version 7.0223 | Bram Moolenaar | 2006-03-13 | 1 | -3/+11 |
| | |||||
* | updated for version 7.0222 | Bram Moolenaar | 2006-03-12 | 1 | -1/+13 |
| | |||||
* | updated for version 7.0150 | Bram Moolenaar | 2005-09-25 | 1 | -2/+16 |
| | |||||
* | updated for version 7.0050 | Bram Moolenaar | 2005-02-12 | 1 | -2/+28 |
| | |||||
* | updated for version 7.0049 | Bram Moolenaar | 2005-02-07 | 1 | -1/+2 |
| | |||||
* | updated for version 7.0042 | Bram Moolenaar | 2005-01-19 | 1 | -4/+1 |
| | |||||
* | updated for version 7.0021v7.0021 | Bram Moolenaar | 2004-12-09 | 1 | -0/+5 |
| | |||||
* | updated for version 7.0005 | Bram Moolenaar | 2004-07-03 | 1 | -2/+2 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+2796 |