summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Collapse)Author
2015-09-08patch 7.4.858Bram Moolenaar
Problem: It's a bit clumsy to execute a command on a list of matches. Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan Lakshmanan)
2015-09-01patch 7.4.852Bram Moolenaar
Problem: On MS-Windows console Vim uses ANSI APIs for keyboard input and console output, it cannot input/output Unicode characters. Solution: Use Unicode APIs for console I/O. (Ken Takata, Yasuhiro Matsumoto)
2015-09-01patch 7.4.849Bram Moolenaar
Problem: Moving the cursor in Insert mode starts new undo sequence. Solution: Add CTRL-G U to keep the undo sequence for the following cursor movement command. (Christian Brabandt)
2015-08-25Updated runtime files and Italian messages.Bram Moolenaar
2015-08-11Update runtime files.Bram Moolenaar
2015-08-11patch 7.4.813Bram Moolenaar
Problem: It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy)
2015-07-22Correct optwin script, update PHP complete.Bram Moolenaar
2015-07-21Updated and new runtime files.Bram Moolenaar
2015-07-21patch 7.4.793Bram Moolenaar
Problem: Can't specify when not to ring the bell. Solution: Add the 'belloff' option. (Christian Brabandt)
2015-07-21patch 7.4.792Bram Moolenaar
Problem: Can only conceal text by defining syntax items. Solution: Use matchadd() to define concealing. (Christian Brabandt)
2015-07-21patch 7.4.791Bram Moolenaar
Problem: The buffer list can be very long. Solution: Add an argument to ":ls" to specify the type of buffer to list. (Marcin Szamotulski)
2015-07-17patch 7.4.786Bram Moolenaar
Problem: It is not possible for a plugin to adjust to a changed setting. Solution: Add the OptionSet autocommand event. (Christian Brabandt)
2015-07-17patch 7.4.785Bram Moolenaar
Problem: On some systems automatically adding the missing EOL causes problems. Setting 'binary' has too many side effects. Solution: Add the 'fixeol' option, default on. (Pavel Samarkin)
2015-07-10Updated runtime files.Bram Moolenaar
2015-07-10patch 7.4.775Bram Moolenaar
Problem: It is not possible to avoid using the first item of completion. Solution: Add the "noinsert" and "noselect" values to 'completeopt'. (Shougo Matsu)
2015-07-10patch 7.4.774Bram Moolenaar
Problem: When using the CompleteDone autocommand event it's difficult to get to the completed items. Solution: Add the v:completed_items variable. (Shougo Matsu)
2015-06-26Update help files.Bram Moolenaar
2015-06-25patch 7.4.755Bram Moolenaar
Problem: It is not easy to count the number of characters. Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken Takata)
2015-06-21patch 7.4.752Bram Moolenaar
Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
2015-06-19Add the logiPat plugin to the distribution.Bram Moolenaar
2015-06-19patch 7.4.742Bram Moolenaar
Problem: Cannot specify a vertical split when loading a buffer for a quickfix command. Solution: Add the "vsplit" value to 'switchbuf'. (Brook Hong)
2015-06-19Updated runtime files.Bram Moolenaar
2015-06-09Updated runtime files.Bram Moolenaar
2015-05-04patch 7.4.722Bram Moolenaar
Problem: 0x202f is not recognized as a non-breaking space character. Solution: Add 0x202f to the list. (Christian Brabandt)
2015-04-21patch 7.4.710Bram Moolenaar
Problem: It is not possible to make spaces visibible in list mode. Solution: Add the "space" item to 'listchars'. (David Bürgin, issue 350)
2015-04-21patch 7.4.709Bram Moolenaar
Problem: ":tabmove" does not work as documented. Solution: Make it work consistently. Update documentation and add tests. (Hirohito Higashi)
2015-04-15Remove local-additions entries from help.txt.Bram Moolenaar
2015-04-15Updated runtime files.Bram Moolenaar
2015-04-13More updated runtime files.Bram Moolenaar
2015-04-13Updated runtime files.Bram Moolenaar
2015-03-31updated for version 7.4.687Bram Moolenaar
Problem: There is no way to use a different in Replace mode for a terminal. Solution: Add t_SR. (Omar Sandoval)
2015-03-31updated for version 7.4.686Bram Moolenaar
Problem: "zr" and "zm" do not take a count. Solution: Implement the count, restrict the fold level to the maximum nesting depth. (Marcin Szamotulski)
2015-03-21Update runtime files.Bram Moolenaar
2015-03-05updated for version 7.4.656Bram Moolenaar
Problem: Missing changes for glob() in one file. Solution: Add the missing changes.
2015-03-05updated for version 7.4.652Bram Moolenaar
Problem: Xxd lacks a few features. Solution: Use 8 characters for the file position. Add the -e and -o arguments. (Vadim Vygonets)
2015-03-02Update a few runtime files.Bram Moolenaar
2015-02-28Updated runtime files.Bram Moolenaar
2015-02-10updated for version 7.4.627Bram Moolenaar
Problem: The last screen cell is not updated. Solution: Respect the "tn" termcap feature. (Hayaki Saito)
2015-02-03Update runtime files.Bram Moolenaar
2015-01-27updated for version 7.4.605Bram Moolenaar
Problem: The # register is not writable, it cannot be restored after jumping around. Solution: Make the # register writable. (Marcin Szamotulski)
2015-01-27updated for version 7.4.602Bram Moolenaar
Problem: ":set" does not accept hex numbers as documented. Solution: Use vim_str2nr(). (ZyX)
2015-01-27updated for version 7.4.601Bram Moolenaar
Problem: It is not possible to have feedkeys() insert characters. Solution: Add the 'i' flag.
2015-01-25Update runtime files.Bram Moolenaar
2015-01-20updated for version 7.4.586Bram Moolenaar
Problem: Parallel building of the documentation html files is not reliable. Solution: Remove a cyclic dependency. (Reiner Herrmann)
2015-01-14Updated runtime files.Bram Moolenaar
2015-01-14Updated runtime files.Bram Moolenaar
2015-01-10Updated syntax files.Bram Moolenaar
2015-01-07Update runtime files.Bram Moolenaar
2015-01-07updated for version 7.4.566Bram Moolenaar
Problem: :argdo, :bufdo, :windo and :tabdo don't take a range. Solution: Support the range. (Marcin Szamotulski)
2014-12-14Updated runtime files.Bram Moolenaar