summaryrefslogtreecommitdiff
path: root/src/proto/ex_cmds.pro
AgeCommit message (Collapse)Author
2016-08-21patch 7.4.2239Bram Moolenaar
Problem: Warning for missing declaration of skip_vimgrep_pat(). (John Marriott) Solution: Move it to another file.
2016-08-20patch 7.4.2231Bram Moolenaar
Problem: ":oldfiles" output is a very long list. Solution: Add a pattern argument. (Coot, closes #575)
2016-06-26patch 7.4.1955Bram Moolenaar
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)
2016-06-11patch 7.4.1919Bram Moolenaar
Problem: Register contents is not merged when writing viminfo. Solution: Use timestamps for register contents.
2016-06-06patch 7.4.1903Bram Moolenaar
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.
2016-01-19patch 7.4.1133Bram Moolenaar
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
2015-12-31patch 7.4.1005Bram Moolenaar
Problem: Vim users are not always happy. Solution: Make them happy.
2014-09-19updated for version 7.4.449Bram Moolenaar
Problem: Can't easily close the help window. (Chris Gaal) Solution: Add ":helpclose". (Christian Brabandt)
2013-05-29updated for version 7.3.1042Bram Moolenaar
Problem: Python: can't assign to vim.Buffer.name. Solution: Python patch 3. (ZyX)
2012-04-25updated for version 7.3.507Bram Moolenaar
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)
2009-05-13updated for version 7.2-169Bram Moolenaar
2009-04-29updated for version 7.2-166Bram Moolenaar
2009-02-24updated for version 7.2-126Bram Moolenaar
2008-11-15updated for version 7.2-041Bram Moolenaar
2008-11-09updated for version 7.2-031Bram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-04-10updated for version 7.0dBram Moolenaar
2006-03-28updated for version 7.0c02Bram Moolenaar
2006-03-24updated for version 7.0bBram Moolenaar
2006-03-11updated for version 7.0221Bram Moolenaar
2005-08-19updated for version 7.0132Bram Moolenaar
2005-06-25updated for version 7.0093Bram Moolenaar
2005-05-22updated for version 7.0075Bram Moolenaar
2005-02-22updated for version 7.0051Bram Moolenaar
2004-12-24updated for version 7.0024Bram Moolenaar
2004-06-20updated for version 7.0002Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar