summaryrefslogtreecommitdiffstats
path: root/runtime/doc/index.txt
AgeCommit message (Collapse)Author
2022-06-28release version 9.0v9.0.0000Bram Moolenaar
Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
2022-06-12Update runtime files.Bram Moolenaar
2022-05-06patch 8.2.4881: "P" in Visual mode still changes some registersv8.2.4881Shougo Matsushita
Problem: "P" in Visual mode still changes some registers. Solution: Make "P" in Visual mode not change any register. (Shougo Matsushita, closes #10349)
2022-03-08Update runtime filesBram Moolenaar
2022-02-09Update runtime filesBram Moolenaar
2022-01-29Update runtime filesBram Moolenaar
2021-12-24patch 8.2.3888: the argument list may contain duplicatesv8.2.3888Nir Lichtman
Problem: The argument list may contain duplicates. Solution: Add the :argdedeupe command. (Nir Lichtman, closes #6235)
2021-09-09Update runtime filesBram Moolenaar
2021-08-31patch 8.2.3389: cannot stop insert mode completion without side effectsv8.2.3389zeertzjq
Problem: Cannot stop insert mode completion without side effects. Solution: Add CTRL-X CTRL-Z. (closes #8821)
2021-08-29Update runtime filesBram Moolenaar
2021-06-27Update runtime filesBram Moolenaar
2021-06-10patch 8.2.2971: cannot yank a block without trailing spacesv8.2.2971Christian Brabandt
Problem: Cannot yank a block without trailing spaces. Solution: Add the "zy" command. (Christian Brabandt, closes #8292)
2021-05-30patch 8.2.2914: cannot paste a block without adding paddingv8.2.2914Christian Brabandt
Problem: Cannot paste a block without adding padding. Solution: Add "zp" and "zP" which paste without adding padding. (Christian Brabandt, closes #8289)
2021-05-30Update runtime filesBram Moolenaar
2021-05-02Update runtime filesBram Moolenaar
2021-04-24patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805Bram Moolenaar
Problem: Vim9: cannot use legacy syntax in Vim9 script. Solution: Add the :legacy command.
2021-03-31Update runtime files.Bram Moolenaar
2021-02-27Update runtime files.Bram Moolenaar
2021-02-13Update runtime filesBram Moolenaar
2021-01-18Update runtime files.Bram Moolenaar
2021-01-16patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar
Problem: When using ":sleep" the cursor is always displayed. Solution: Do not display the cursor when using ":sleep!". (Jeremy Lerner, closes #7688)
2020-10-11Update runtime files.Bram Moolenaar
2020-08-09patch 8.2.1401: cannot jump to the last used tabpagev8.2.1401Bram Moolenaar
Problem: Cannot jump to the last used tabpage. Solution: Add g<Tab> and tabpagnr('#'). (Yegappan Lakshmanan, closes #6661, neovim #11626)
2020-06-07Update runtime filesBram Moolenaar
2020-05-26Update runtime filesBram Moolenaar
2020-05-12Update runtime filesBram Moolenaar
2020-05-01Update runtime filesBram Moolenaar
2020-03-27Update runtime filesBram Moolenaar
2020-01-14Update runtime files.Bram Moolenaar
2019-12-12Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar
2019-10-28patch 8.1.2231: not easy to move to the middle of a text linev8.1.2231Bram Moolenaar
Problem: Not easy to move to the middle of a text line. Solution: Add the gM command. (Yasuhiro Matsumoto, closes #2070)
2019-09-27Update runtime files.Bram Moolenaar
2019-09-07Update runtime filesBram Moolenaar
2019-08-21patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar
Problem: The +insert_expand feature is not always available. Solution: Graduate the +insert_expand feature.
2019-08-17Update runtime files.Bram Moolenaar
2019-06-22Update runtime filesBram Moolenaar
2019-06-10Update runtime filesBram Moolenaar
2019-05-26Update runtime files.Bram Moolenaar
2019-05-09Update runtime filesBram Moolenaar
2019-05-09patch 8.1.1307: cannot reconnect to the X server after it restartedv8.1.1307Bram Moolenaar
Problem: Cannot reconnect to the X server after it restarted. Solution: Add the :xrestore command. (Adrian Kocis, closes #844)
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.
2019-05-05patch 8.1.1275: cannot navigate to errors before/after the cursorv8.1.1275Bram Moolenaar
Problem: Cannot navigate to errors before/after the cursor. Solution: Add the :cbefore and :cafter commands. (Yegappan Lakshmanan, closes #4340)
2019-05-03patch 8.1.1256: cannot navigate through errors relative to the cursorv8.1.1256Bram Moolenaar
Problem: Cannot navigate through errors relative to the cursor. Solution: Add :cabove, :cbelow, :labove and :lbelow. (Yegappan Lakshmanan, closes #4316)
2019-04-27patch 8.1.1218: cannot set a directory for a tab pagev8.1.1218Bram Moolenaar
Problem: Cannot set a directory for a tab page. Solution: Add the tab-local directory. (Yegappan Lakshmanan, closes #4212)
2019-04-21Update runtime filesBram Moolenaar
2019-04-08Update runtime files.Bram Moolenaar
2019-03-24Update runtime files.Bram Moolenaar
2019-03-17Update runtime files.Bram Moolenaar
2019-02-22Update runtime filesBram Moolenaar
2019-01-17Update runtime files.Bram Moolenaar