summaryrefslogtreecommitdiff
path: root/src/proto/ex_getln.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.2331v7.4.2331Bram Moolenaar2016-09-051-1/+1
| | | | | | | Problem: Using CTRL-X CTRL-V to complete a command line from Insert mode does not work after entering an expression on the command line. Solution: Don't use "ccline" when not actually using a command line. (test by Hirohito Higashi)
* patch 7.4.2312v7.4.2312Bram Moolenaar2016-09-031-0/+1
| | | | | | Problem: Crash when autocommand moves to another tab. (Dominique Pelle) Solution: When navigating to another window halfway the :edit command go back to the right window.
* patch 7.4.1919v7.4.1919Bram Moolenaar2016-06-111-1/+1
| | | | | Problem: Register contents is not merged when writing viminfo. Solution: Use timestamps for register contents.
* patch 7.4.1911v7.4.1911Bram Moolenaar2016-06-091-1/+1
| | | | | Problem: Recent history lines may be lost when exiting Vim. Solution: Merge history using the timestamp.
* patch 7.4.1903v7.4.1903Bram Moolenaar2016-06-061-4/+5
| | | | | | | | 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-56/+56
| | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
* updated for version 7.4.279v7.4.279Bram Moolenaar2014-05-071-1/+1
| | | | | | Problem: globpath() returns a string, making it difficult to get a list of matches. (Greg Novack) Solution: Add an optional argument like with glob(). (Adnan Zafar)
* updated for version 7.3.1197v7.3.1197Bram Moolenaar2013-06-151-1/+1
| | | | | | Problem: ":wviminfo!" does not write history previously read from a viminfo file. (Roland Eggner) Solution: When not merging history write all entries.
* updated for version 7.3.892v7.3.892Bram Moolenaar2013-04-141-2/+2
| | | | | Problem: Still mering problems for viminfo history. Solution: Do not merge lines when writing, don't write old viminfo lines.
* updated for version 7.3.198v7.3.198Bram Moolenaar2011-05-191-1/+1
| | | | | Problem: No completion for ":lang". Solution: Get locales to complete from. (Dominique Pelle)
* Various smaller changes. Updated proto files. Updated dependencies.Bram Moolenaar2010-05-201-2/+2
|
* updated for version 7.2-132v7.2.132Bram Moolenaar2009-03-051-0/+1
|
* updated for version 7.2-051v7.2.051Bram Moolenaar2008-11-281-1/+1
|
* updated for version 7.1-299v7.1.299Bram Moolenaar2008-05-281-0/+1
|
* updated for version 7.1aBram Moolenaar2007-05-051-54/+54
|
* updated for version 7.0gv7.0gBram Moolenaar2006-04-301-54/+54
|
* updated for version 7.0f04Bram Moolenaar2006-04-281-52/+54
|
* updated for version 7.0dv7.0dBram Moolenaar2006-04-101-52/+52
|
* updated for version 7.0c10v7.0c10Bram Moolenaar2006-04-051-51/+52
|
* updated for version 7.0bBram Moolenaar2006-03-241-51/+51
|
* updated for version 7.0183Bram Moolenaar2006-01-201-2/+2
|
* updated for version 7.0182Bram Moolenaar2006-01-191-0/+2
|
* updated for version 7.0149v7.0149Bram Moolenaar2005-09-201-1/+2
|
* updated for version 7.0093v7.0093Bram Moolenaar2005-06-251-0/+1
|
* updated for version 7.0092Bram Moolenaar2005-06-241-0/+1
|
* updated for version 7.0057Bram Moolenaar2005-03-071-1/+1
|
* updated for version 7.0007v7.0007Bram Moolenaar2004-07-101-0/+1
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+47