summaryrefslogtreecommitdiffstats
path: root/runtime/doc/pattern.txt
AgeCommit message (Collapse)Author
2024-06-18runtime(nohlsearch): include the the simple nohlsearch packageMaxim Kim
fixes: #15039 closes: #15042 Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-06-03patch 9.1.0463: no fuzzy-matching support for insert-completionv9.1.0463glepnir
Problem: no fuzzy-matching support for insert-completion Solution: enable insert-mode completion with fuzzy-matching using :set completopt+=fuzzy (glepnir). closes: #14878 Signed-off-by: glepnir <glephunter@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-04-26runtime(doc): fix typo synconcealend -> synconcealed (#14644)Philip H
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-04-26runtime(doc): clarify syntax vs matching mechanismChristian Brabandt
fixes: #14643 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-10-23runtime(doc): small updates to the documentation for varargsErnie Rael
- update and correct the documentation for varargs for Vim9 and make sure to mention that a <list> type is required. - mention that 3match is used the matchparen plugin before 9.0.2054 (actually this is not correct, but before that patch, Vim used the hardcoded id 3) closes: #13403 closes: #13409 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Ernie Rael <errael@raelity.com>
2023-10-21matchparen: do not use hard-coded match id (#13393)Christian Brabandt
* matchparen: do not use hard-coded match id Instead of using the hard-coded match id 3, which may also be used by other plugins, let the matchparen plugin use whatever ids are automatically returned when calling matchaddpos(). For backwards-compatibility, keep the `:3match` call, which will still use the hard-coded id 3 (as mentioned in :h :3match). closes: #13381 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-10-02runtime(doc): fix typos.h_east
* Fix typo in document (Related: #12516) * Fix E1363 duplication * Fix one more typo. Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-02-20Update runtime files.Bram Moolenaar
2022-09-27Update runtime filesBram Moolenaar
2022-07-29Update 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-18patch 8.2.4978: no error if engine selection atom is not at the startv8.2.4978Christian Brabandt
Problem: No error if engine selection atom is not at the start. Solution: Give an error. (Christian Brabandt, closes #10439)
2022-03-08Update runtime filesBram Moolenaar
2022-02-26Update runtime files.Bram Moolenaar
2022-02-04Update runtime files.Bram Moolenaar
2022-01-08Update runtime filesBram Moolenaar
2021-10-16Update runtime filesBram Moolenaar
2021-07-28Update runtime filesBram Moolenaar
2021-07-05patch 8.2.3110: a pattern that matches the cursor position is complicatedv8.2.3110Bram Moolenaar
Problem: A pattern that matches the cursor position is bit complicated. Solution: Use a dot to indicate the cursor line and column. (Christian Brabandt, closes #8497, closes #8179)
2021-06-13Update runtime filesBram Moolenaar
2021-05-16Update runtime filesBram Moolenaar
2021-02-27Update runtime files.Bram Moolenaar
2021-01-11Update runtime files.Bram Moolenaar
2021-01-02Update runtime files.Bram Moolenaar
2020-12-10Update runtime files.Bram Moolenaar
2020-09-07Update runtime files.Bram Moolenaar
2020-08-30Update runtime files.Bram Moolenaar
2020-07-10Update runtime filesBram Moolenaar
2019-12-26Update runtime files.Bram Moolenaar
2019-12-12Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar
2019-12-07Runtime file updates.Bram Moolenaar
2019-05-26Update runtime files.Bram 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.
2019-05-04patch 8.1.1270: cannot see current match positionv8.1.1270Bram Moolenaar
Problem: Cannot see current match position. Solution: Show "3/44" when using the "n" command and "S" is not in 'shortmess'. (Christian Brabandt, closes #4317)
2019-02-22Update runtime filesBram Moolenaar
2019-02-17Update runtime files.Bram Moolenaar
2019-01-31patch 8.1.0862: no verbose version of character classesv8.1.0862Bram Moolenaar
Problem: No verbose version of character classes. Solution: Add [:ident:], [:keyword:] and [:fname:]. (Ozaki Kiichi, closes #1373)
2018-12-27Update runtime files.Bram Moolenaar
2018-11-16Update runtime files.Bram Moolenaar
2018-07-29Update runtime files.Bram Moolenaar
2018-07-21Update runtime files.Bram Moolenaar
2018-05-17Vim 8.1 releasev8.1.0000Bram Moolenaar
Update version number and information. Fix a couple of tests.
2018-03-18Update runtime files. Convert a couple of help files to utf-8.Bram Moolenaar
2018-02-09Update runtime files.Bram Moolenaar
2017-06-13Update runtime files.Bram Moolenaar
Includes changing &sw to shiftwidth() for all indent scripts.
2017-04-09Update runtime files.Bram Moolenaar
2017-03-29patch 8.0.0519: character classes are not well testedv8.0.0519Bram Moolenaar
Problem: Character classes are not well tested. They can differ between platforms. Solution: Add tests. In the documentation make clear which classes depend on what library function. Only use :cntrl: and :graph: for ASCII. (Kazunobu Kuriyama, Dominique Pelle, closes #1560) Update the documentation.
2017-03-16Update runtime files.Bram Moolenaar
2017-03-05Runtime file updates.Bram Moolenaar