Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-17 | patch 7.4.974 | Bram Moolenaar | |
Problem: When using :diffsplit the cursor jumps to the first line. Solution: Put the cursor on the line related to where the cursor was before the split. | |||
2015-08-04 | patch 7.4.810 | Bram Moolenaar | |
Problem: With a sequence of commands using buffers in diff mode E749 is given. (itchyny) Solution: Skip unloaded buffer. (Hirohito Higashi) | |||
2015-07-03 | patch 7.4.768 | Bram Moolenaar | |
Problem: :diffoff only works properly once. Solution: Also make :diffoff work when used a second time. (Olaf Dabrunz) | |||
2015-03-31 | updated for version 7.4.684 | Bram Moolenaar | |
Problem: When starting several Vim instances in diff mode, the temp files used may not be unique. (Issue 353) Solution: Add an argument to vim_tempname() to keep the file. | |||
2014-10-31 | updated for version 7.4.490 | Bram Moolenaar | |
Problem: Cannot specify the buffer to use for "do" and "dp", making them useless for three-way diff. Solution: Use the count as the buffer number. (James McCoy) | |||
2014-10-15 | updated for version 7.4.477 | Bram Moolenaar | |
Problem: When using ":%diffput" and the other file is empty an extra empty line remains. Solution: Set the buf_empty flag. | |||
2014-05-28 | updated for version 7.4.308 | Bram Moolenaar | |
Problem: When using ":diffsplit" on an empty file the cursor is displayed on the command line. Solution: Limit the value of w_topfill. | |||
2013-09-20 | updated for version 7.4.031 | Bram Moolenaar | |
Problem: ":diffoff!" resets options even when 'diff' is not set. (Charles Cooper) Solution: Only resets related options in a window where 'diff' is set. | |||
2013-07-17 | updated for version 7.4a.026 | Bram Moolenaar | |
Problem: ":diffoff" does not remove folds. (Ramel) Solution: Do not restore 'foldenable' when 'foldmethod' is "manual". | |||
2013-07-03 | updated for version 7.3.1294 | Bram Moolenaar | |
Problem: ":diffoff" resets options. Solution: Save and restore option values. (Christian Brabandt) | |||
2013-05-06 | updated for version 7.3.925 | Bram Moolenaar | |
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | |||
2013-03-19 | updated for version 7.3.869 | Bram Moolenaar | |
Problem: bufwinnr() matches buffers in other tabs. Solution: For bufwinnr() and ? only match buffers in the current tab. (Alexey Radkov) | |||
2012-10-21 | updated for version 7.3.708 | Bram Moolenaar | |
Problem: Filler lines above the first line may be hidden when opening Vim. Solution: Change how topfill is computed. (Christian Brabandt) | |||
2012-05-18 | updated for version 7.3.523 | Bram Moolenaar | |
Problem: ":diffupdate" doesn't check for files changed elsewhere. Solution: Add the ! flag. (Christian Brabandt) | |||
2010-09-21 | updated for version 7.3.008 | Bram Moolenaar | |
Problem: 'cursorbind' is kept in places where 'scrollbind' is reset. Solution: Reset 'cursorbind'. | |||
2010-07-31 | Fixes for coverity warnings. | Bram Moolenaar | |
2010-06-05 | Add the conceal patch from Vince Negri. | Bram Moolenaar | |
2010-02-24 | updated for version 7.2.370 | Bram Moolenaar | |
Problem: A redraw may cause folds to be closed. Solution: Revert part of the previous patch. Add a test. (Lech Lorens) | |||
2009-07-22 | updated for version 7.2-239 | Bram Moolenaar | |
2009-05-14 | updated for version 7.2-173 | Bram Moolenaar | |
2009-05-13 | updated for version 7.2-169 | Bram Moolenaar | |
2009-03-11 | updated for version 7.2-133 | Bram Moolenaar | |
2009-01-22 | updated for version 7.2-086 | Bram Moolenaar | |
2008-11-30 | updated for version 7.2-059 | Bram Moolenaar | |
2008-11-28 | updated for version 7.2-055 | Bram Moolenaar | |
2008-01-18 | updated for version 7.1-234 | Bram Moolenaar | |
2007-10-19 | updated for version 7.1-144 | Bram Moolenaar | |
2007-10-19 | updated for version 7.1-143 | Bram Moolenaar | |
2007-09-29 | updated for version 7.1-125 | Bram Moolenaar | |
2007-02-20 | updated for version 7.0-201 | Bram Moolenaar | |
2007-02-20 | updated for version 7.0-200 | Bram Moolenaar | |
2006-04-22 | updated for version 7.0e06 | Bram Moolenaar | |
2006-04-17 | updated for version 7.0e01 | Bram Moolenaar | |
2006-04-14 | updated for version 7.0d04 | Bram Moolenaar | |
2006-04-13 | updated for version 7.0d03 | Bram Moolenaar | |
2006-04-10 | updated for version 7.0d | Bram Moolenaar | |
2006-04-05 | updated for version 7.0c10 | Bram Moolenaar | |
2006-03-15 | updated for version 7.0225 | Bram Moolenaar | |
2006-03-12 | updated for version 7.0222 | Bram Moolenaar | |
2006-02-27 | updated for version 7.0209 | Bram Moolenaar | |
2006-02-23 | updated for version 7.0205 | Bram Moolenaar | |
2006-02-22 | updated for version 7.0204 | Bram Moolenaar | |
2006-02-17 | updated for version 7.0200 | Bram Moolenaar | |
2006-02-16 | updated for version 7.0199 | Bram Moolenaar | |
2006-01-30 | updated for version 7.0189 | Bram Moolenaar | |
2006-01-22 | updated for version 7.0185 | Bram Moolenaar | |
2005-09-25 | updated for version 7.0150 | Bram Moolenaar | |
2005-09-20 | updated for version 7.0149 | Bram Moolenaar | |
2005-08-10 | updated for version 7.0127 | Bram Moolenaar | |
2005-07-29 | updated for version 7.0119 | Bram Moolenaar | |