summaryrefslogtreecommitdiffstats
path: root/runtime/doc/insert.txt
AgeCommit message (Collapse)Author
2024-01-05patch 9.1.0015: i_CTRL-R- no longer works in replace modev9.1.0015Christian Brabandt
Problem: i_CTRL-R- no longer works in replace mode Solution: delete characters in replace mode before putting, add a test, add a bit warning into the documentation, that i_CTRL-R-P/O is not supported in Replace mode for now fixes: #13792 closes: #13816 Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-02patch 9.1.0000: Vim 9.1 releasev9.1.0000v9.1.0Christian Brabandt
Problem: Need a new release Solution: Release Vim 9.1 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-09patch 9.0.1886: Various Typosv9.0.1886Christian Brabandt
Problem: Various Typos Solution: Fix Typos This is a collection of typo related commits. closes: #12753 closes: #13016 Co-authored-by: Adri Verhoef <a3@a3.xs4all.nl> Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Viktor Szépe <viktor@szepe.net> Co-authored-by: nuid64 <lvkuzvesov@proton.me> Co-authored-by: Meng Xiangzhuo <aumo@foxmail.com> Co-authored-by: Dominique Pellé <dominique.pelle@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-29runtime(doc): mention special case of i_CTRL-R_-Christian Brabandt
closes: #12947 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-02-20Update runtime files.Bram Moolenaar
2022-11-23Update runtime filesBram Moolenaar
2022-10-03Update runtime filesBram Moolenaar
2022-07-25Update runtime filesBram Moolenaar
2022-06-28release version 9.0v9.0.0000Bram Moolenaar
Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
Problem: "textlock" is always zero. Solution: Remove "textlock" and rename "textwinlock" to "textlock". (closes #10489)
2022-04-08Update runtime filesBram Moolenaar
2022-03-30Update runtime filesBram Moolenaar
2022-03-19Update runtime filesBram Moolenaar
2022-03-08Update runtime filesBram Moolenaar
2022-02-26Update runtime files.Bram Moolenaar
2022-01-08Update runtime filesBram Moolenaar
2021-12-30Update runtime filesBram Moolenaar
2021-12-27Update runtime filesBram Moolenaar
2021-11-07Update runtime filesBram Moolenaar
2021-10-23Update runtime filesBram Moolenaar
2021-10-17patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scopev8.2.3528Bram Moolenaar
Problem: 'thesaurus' and 'thesaurusfunc' do not have the same scope. Solution: Make 'thesaurusfunc' global-local.
2021-10-16patch 8.2.3520: cannot define a function for thesaurus completionv8.2.3520Yegappan Lakshmanan
Problem: Cannot define a function for thesaurus completion. Solution: Add 'thesaurusfunc'. (Yegappan Lakshmanan, closes #8987, closes 8950)
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-08-14Update runtime filesBram Moolenaar
2021-07-07Update runtime filesBram Moolenaar
2020-10-26Update runtime files.Bram Moolenaar
2020-09-19Update runtime files.Bram Moolenaar
2020-05-01Update runtime filesBram Moolenaar
2020-04-21patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'v8.2.0614Bram Moolenaar
Problem: Get ml_get error when deleting a line in 'completefunc'. (Yegappan Lakshmanan) Solution: Lock the text while evaluating 'completefunc'.
2020-04-10Update runtime filesBram Moolenaar
2020-03-27Update runtime filesBram Moolenaar
2020-02-04Update runtime files.Bram Moolenaar
2020-01-14Update runtime files.Bram Moolenaar
2020-01-09Update runtime files.Bram Moolenaar
2020-01-04patch 8.2.0084: complete item "user_data" can only be a stringv8.2.0084Bram Moolenaar
Problem: Complete item "user_data" can only be a string. Solution: Accept any type of variable. (closes #5412)
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-30Update runtime files.Bram 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-10-20patch 8.1.2192: cannot easily fill the info popup asynchronouslyv8.1.2192Bram Moolenaar
Problem: Cannot easily fill the info popup asynchronously. Solution: Add the "popuphidden" value to 'completeopt'. (closes #4924)
2019-09-27Update runtime files.Bram Moolenaar
2019-09-11Update runtime filesBram Moolenaar
2019-08-31Runtime files update.Bram Moolenaar
2019-08-21patch 8.1.1904: cannot have an info popup align with the popup menuv8.1.1904Bram Moolenaar
Problem: Cannot have an info popup align with the popup menu. Solution: Add the "align" item to 'completepopup'.
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-18patch 8.1.1882: cannot specify properties of the info popup windowv8.1.1882Bram Moolenaar
Problem: Cannot specify properties of the info popup window. Solution: Add the 'completepopup' option. Default to PmenuSel highlight.
2019-05-09Update runtime filesBram Moolenaar