summaryrefslogtreecommitdiff
path: root/src/proto/ex_cmds.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.2239v7.4.2239Bram Moolenaar2016-08-211-0/+1
| | | | | | Problem: Warning for missing declaration of skip_vimgrep_pat(). (John Marriott) Solution: Move it to another file.
* patch 7.4.2231v7.4.2231Bram Moolenaar2016-08-201-0/+1
| | | | | Problem: ":oldfiles" output is a very long list. Solution: Add a pattern argument. (Coot, closes #575)
* patch 7.4.1955v7.4.1955Bram Moolenaar2016-06-261-1/+1
| | | | | | Problem: Using 32-bit Perl with 64-bit time_t causes memory corruption. (Christian Brabandt) Solution: Use time_T instead of time_t for global variables. (Ken Takata)
* patch 7.4.1919v7.4.1919Bram Moolenaar2016-06-111-0/+1
| | | | | Problem: Register contents is not merged when writing viminfo. Solution: Use timestamps for register contents.
* patch 7.4.1903v7.4.1903Bram Moolenaar2016-06-061-0/+1
| | | | | | | | Problem: When writing viminfo merging current history with history in viminfo may drop recent history entries. Solution: Add new format for viminfo lines, use it for history entries. Use a timestamp for ordering the entries. Add test_settime(). Add the viminfo version. Does not do merging on timestamp yet.
* patch 7.4.1133v7.4.1133Bram Moolenaar2016-01-191-64/+64
| | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
* patch 7.4.1005v7.4.1005Bram Moolenaar2015-12-311-0/+1
| | | | | Problem: Vim users are not always happy. Solution: Make them happy.
* updated for version 7.4.449v7.4.449Bram Moolenaar2014-09-191-0/+1
| | | | | Problem: Can't easily close the help window. (Chris Gaal) Solution: Add ":helpclose". (Christian Brabandt)
* updated for version 7.3.1042v7.3.1042Bram Moolenaar2013-05-291-0/+1
| | | | | Problem: Python: can't assign to vim.Buffer.name. Solution: Python patch 3. (ZyX)
* updated for version 7.3.507v7.3.507Bram Moolenaar2012-04-251-0/+1
| | | | | | | Problem: When exiting with unsaved changes, selecting an existing file in the file dialog, there is no dialog to ask whether the existing file should be overwritten. (Felipe G. Nievinski) Solution: Call check_overwrite() before writing. (Christian Brabandt)
* updated for version 7.2-169v7.2.169Bram Moolenaar2009-05-131-1/+1
|
* updated for version 7.2-166v7.2.166Bram Moolenaar2009-04-291-1/+3
|
* updated for version 7.2-126v7.2.126Bram Moolenaar2009-02-241-0/+1
|
* updated for version 7.2-041v7.2.041Bram Moolenaar2008-11-151-1/+1
|
* updated for version 7.2-031v7.2.031Bram Moolenaar2008-11-091-1/+1
|
* updated for version 7.1aBram Moolenaar2007-05-051-57/+57
|
* updated for version 7.0dv7.0dBram Moolenaar2006-04-101-57/+57
|
* updated for version 7.0c02v7.0c02Bram Moolenaar2006-03-281-57/+57
|
* updated for version 7.0bv7.0bBram Moolenaar2006-03-241-57/+57
|
* updated for version 7.0221Bram Moolenaar2006-03-111-1/+1
|
* updated for version 7.0132v7.0132Bram Moolenaar2005-08-191-0/+1
|
* updated for version 7.0093v7.0093Bram Moolenaar2005-06-251-0/+2
|
* updated for version 7.0075v7.0075Bram Moolenaar2005-05-221-0/+1
|
* updated for version 7.0051v7.0051Bram Moolenaar2005-02-221-2/+2
|
* updated for version 7.0024v7.0024Bram Moolenaar2004-12-241-0/+2
|
* updated for version 7.0002v7.0002Bram Moolenaar2004-06-201-0/+1
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+52