summaryrefslogtreecommitdiffstats
path: root/runtime/doc/cmdline.txt
AgeCommit message (Collapse)Author
2020-07-26Update runtime files.Bram Moolenaar
2020-07-26patch 8.2.1297: when a test fails it's often not easy to see wherev8.2.1297Bram Moolenaar
Problem: When a test fails it's often not easy to see what the call stack is. Solution: Add more entries from the call stack in the exception message.
2020-05-01Update runtime filesBram Moolenaar
2020-03-01Update runtime filesBram Moolenaar
2020-02-26Update runtime files.Bram Moolenaar
2020-02-04patch 8.2.0208: fnamemodify() does not apply ":~" when followed by ":."v8.2.0208Bram Moolenaar
Problem: Fnamemodify() does not apply ":~" when followed by ":.". Solution: Don't let a failing ":." cause the ":~" to be skipped. (Yasuhiro Matsumoto, closes #5577)
2019-12-26Update runtime files.Bram Moolenaar
2019-12-17patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017Bram Moolenaar
Problem: OS/2 and MS-DOS are still mentioned, even though support was removed long ago. Solution: Update documentation. (Yegappan Lakshmanan, closes #5368)
2019-12-12Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar
2019-11-26Update runtime filesBram Moolenaar
2019-11-26patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeysv8.1.2350Bram Moolenaar
Problem: Other text for CTRL-V in Insert mode with modifyOtherKeys. Solution: Convert the Escape sequence back to key as if modifyOtherKeys is not set, and use CTRL-SHIFT-V to get the Escape sequence itself. (closes #5254)
2019-09-27Update runtime files.Bram Moolenaar
2019-09-09patch 8.1.2017: cannot execute commands after closing the cmdline windowv8.1.2017Bram Moolenaar
Problem: Cannot execute commands after closing the cmdline window. Solution: Also trigger BufEnter and WinEnter. (closes #4762)
2019-09-07Update runtime filesBram Moolenaar
2019-08-18patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar
Problem: The +cmdline_compl feature is not in the tiny version. Solution: Graduate the +cmdline_compl feature.
2019-08-08Update runtime files.Bram Moolenaar
2019-07-31Update runtime files.Bram Moolenaar
2019-05-09Update runtime filesBram Moolenaar
2019-05-05patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280Bram Moolenaar
Problem: Remarks about functionality not in Vi clutters the help. Solution: Move all info about what is new in Vim or already existed in Vi to vi_diff.txt. Remove {not in Vi} remarks. (closes #4268) Add "noet" to the help files modeline. Also include many other help file improvements.
2018-11-04Update runtime filesBram Moolenaar
2018-10-19Update runtime filesBram Moolenaar
2018-09-10patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar
Problem: Cannot get the script line number when executing a function. Solution: Store the line number besides the script ID. (Ozaki Kiichi, closes #3362) Also display the line number with ":verbose set".
2018-07-29Update runtime files.Bram Moolenaar
2018-06-19Update runtime files.Bram Moolenaar
2018-05-17Vim 8.1 releasev8.1.0000Bram Moolenaar
Update version number and information. Fix a couple of tests.
2018-05-15patch 8.0.1845: various comment updates needed, missing white spacev8.0.1845Bram Moolenaar
Problem: Various comment updates needed, missing white space. Solution: Update comments, add white space.
2018-05-13Update runtime files.Bram Moolenaar
2018-05-01patch 8.0.1787: cannot insert the whole cursor linev8.0.1787Bram Moolenaar
Problem: Cannot insert the whole cursor line. Solution: Make CTRL-R CTRL-L work. (Andy Massimino, closes #2857)
2017-11-02Long overdue runtime update.Bram Moolenaar
2017-09-19Update runtime files.Bram Moolenaar
2017-09-10patch 8.0.1090: cannot get the text under the cursor like v:beval_textv8.0.1090Bram Moolenaar
Problem: cannot get the text under the cursor like v:beval_text Solution: Add <cexpr>.
2017-07-15Updated runtime files and translations.Bram Moolenaar
2017-01-02Updated runtime files.Bram Moolenaar
2016-12-01patch 8.0.0111v8.0.0111Bram Moolenaar
Problem: The :history command is not tested. Solution: Add tests. (Dominique Pelle)
2016-10-01Updated runtime files.Bram Moolenaar
2016-09-12Vim 8.0 releasev8.0.0000Bram Moolenaar
2016-08-27patch 7.4.2268v7.4.2268Bram Moolenaar
Problem: Using CTRL-N and CTRL-P for incsearch shadows completion keys. Solution: Use CTRL-T and CTRL-G instead.
2016-08-26patch 7.4.2259v7.4.2259Bram Moolenaar
Problem: With 'incsearch' can only see the next match. Solution: Make CTRL-N/CTRL-P move to the previous/next match. (Christian Brabandt)
2015-12-29Updated runtime files.Bram Moolenaar
2015-09-25Update various runtime files.Bram Moolenaar
2015-09-08patch 7.4.858v7.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-08-11Update runtime files.Bram Moolenaar
2015-07-21Updated and new runtime files.Bram Moolenaar
2014-09-09Update runtime files.Bram Moolenaar
2014-08-22Updated runtime files.Bram Moolenaar
2014-02-24Update runtime files. Add Euphoria syntax files.Bram Moolenaar
2013-11-28Updated runtime files.Bram Moolenaar
2013-11-09updated for version 7.4.083v7.4.083Bram Moolenaar
Problem: It's hard to avoid adding a used pattern to the search history. Solution: Add the ":keeppatterns" modifier. (Christian Brabandt)
2013-08-10release version 7.4v7.4Bram Moolenaar
2013-07-28Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar