summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2022-10-281-14/+30
|
* Update runtime filesBram Moolenaar2022-10-161-4/+13
|
* Update runtime filesBram Moolenaar2022-10-031-5/+6
|
* Update runtime filesBram Moolenaar2022-09-271-2/+2
|
* Update runtime filesBram Moolenaar2022-08-301-1/+7
|
* Update runtime filesBram Moolenaar2022-08-191-0/+1
|
* Update runtime filesBram Moolenaar2022-07-011-0/+15
|
* patch 9.0.0007: no support for double, dotted and dashed underlinesv9.0.0007Bram Moolenaar2022-06-291-2/+18
| | | | | Problem: No support for double, dotted and dashed underlines. Solution: Add the termcap entries and highlight modes. (closes #9553)
* release version 9.0v9.0.0000Bram Moolenaar2022-06-281-1/+1
| | | | | Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
* Update runtime files.Bram Moolenaar2022-06-121-3/+3
|
* Update runtime filesBram Moolenaar2022-06-031-1/+9
|
* Update runtime files.Bram Moolenaar2022-05-211-51/+78
|
* Update runtime files and translationsBram Moolenaar2022-05-121-84/+82
|
* Update runtime filesBram Moolenaar2022-05-071-1/+6
|
* Update runtime filesBram Moolenaar2022-04-271-1/+10
|
* Update runtime filesBram Moolenaar2022-04-181-1/+1
|
* patch 8.2.4724: current instance of last search pattern not easily spottedv8.2.4724LemonBoy2022-04-091-0/+2
| | | | | Problem: Current instance of last search pattern not easily spotted. Solution: Add CurSearch highlighting. (closes #10133)
* Update runtime filesBram Moolenaar2022-04-081-6/+6
|
* Update runtime filesBram Moolenaar2022-03-191-2/+3
|
* Update runtime filesBram Moolenaar2022-03-081-2/+2
|
* Update runtime files.Bram Moolenaar2022-02-261-5/+5
|
* Update runtime filesBram Moolenaar2022-02-091-8/+12
|
* Update runtime files.Bram Moolenaar2022-02-041-2/+11
|
* Update runtime filesBram Moolenaar2022-01-231-1/+5
|
* Update runtime filesBram Moolenaar2022-01-081-2/+2
|
* Update runtime filesBram Moolenaar2021-12-241-1/+1
|
* Update runtime filesBram Moolenaar2021-12-051-0/+8
|
* patch 8.2.3686: filetype detection often mixes up Forth and F#v8.2.3686Bram Moolenaar2021-11-271-0/+8
| | | | | Problem: Filetype detection often mixes up Forth and F#. Solution: Add a function to inspect the file contents. (Doug Kearns)
* patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar2021-11-241-0/+4
| | | | | | Problem: Cannot adjust sign highlighting for 'cursorline'. Solution: Add CursorLineSign and CursorLineFold highlight groups. (Gregory Anders, closes #9201)
* Update runtime filesBram Moolenaar2021-11-211-6/+6
|
* Update runtime filesBram Moolenaar2021-11-161-1/+1
|
* Update runtime filesBram Moolenaar2021-11-071-33/+51
|
* patch 8.2.3578: manipulating highlighting is complicatedv8.2.3578Yegappan Lakshmanan2021-11-031-0/+1
| | | | | | Problem: Manipulating highlighting is complicated. Solution: Add the hlget() and hlset() functions. (Yegappan Lakshmanan, closes #9039)
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-241-1/+28
| | | | | Problem: Cannot add color names. Solution: Add the v:colornames dictionary. (Drew Vogel, closes #8761)
* Update runtime filesBram Moolenaar2021-08-291-5/+6
|
* Update runtime filesBram Moolenaar2021-07-281-1/+1
|
* Update runtime filesBram Moolenaar2021-07-071-3/+25
|
* Update runtime filesBram Moolenaar2021-06-271-4/+4
|
* Update runtime filesBram Moolenaar2021-06-131-5/+5
|
* Update runtime filesBram Moolenaar2021-05-301-1/+9
|
* Update runtime filesBram Moolenaar2021-04-071-1/+1
|
* Update runtime files.Bram Moolenaar2021-03-311-2/+3
|
* Update runtime files.Bram Moolenaar2021-03-131-4/+4
|
* Update runtime files.Bram Moolenaar2021-01-251-1/+1
|
* Update runtime files.Bram Moolenaar2021-01-181-4/+5
|
* Update runtime files.Bram Moolenaar2020-12-231-3/+3
|
* Update runtime files.Bram Moolenaar2020-12-101-1/+19
|
* Update runtime filesBram Moolenaar2020-11-291-1/+7
|
* Update runtime filesBram Moolenaar2020-11-211-1/+1
|
* patch 8.2.1703: ":highlight clear" does not restore default linkv8.2.1703Bram Moolenaar2020-09-171-0/+1
| | | | | | Problem: ":highlight clear" does not restore default link. Solution: Remember the default link and restore it. (Antony Scriven, closes #6970, closes #4405)