aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: replace char_u with charDundar Goc2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:9.0.0124: code has more indent than neededzeertzjq2022-08-01
* refactor: replace char_u with charDundar Goc2022-07-31
* refactor: enable -Wconversion warning for syntax.c (#19533)dundargoc2022-07-29
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* refactor: replace char_uDundar Goc2022-07-02
* refactor: replace char_u #18429dundargoc2022-06-28
* vim-patch:8.2.2068: transparent syntax item uses start/end of containing regi...zeertzjq2022-06-23
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* vim-patch:8.2.4762: using freed memory using synstack() and synID() in WinEnt...zeertzjq2022-04-17
* vim-patch:8.2.4704: using "else" after return or break increases indent (#18032)zeertzjq2022-04-08
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | Merge pull request #17589 from kchibisov/add-dashed-dotted-underlineJames McCoy2022-03-05
|\ \
| * | feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov2022-03-03
* | | refactor: fix clang-tidy bugprone-signed-char-misuse warningsDundar Göc2022-03-04
|/ /
* | feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* | feat(highlight): support color names for ctermLewis Russell2022-02-16
* | fix(highlight): allow globals to be clearedLewis Russell2022-02-16
|/
* vim-patch:8.2.4307: a few more messages should not be translatedzeertzjq2022-02-06
* vim-patch:8.2.4303: a few messages should not be translatedzeertzjq2022-02-06
* refactor(api): use a keyset for highlight dictsBjörn Linse2022-02-02
* feat(highlight): ns=0 to set :highlight namespaceLewis Russell2022-02-01
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* Merge pull request #16597 from bfredl/nomisc1Björn Linse2021-12-10
|\
| * refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* | vim-patch:8.2.3757: an overlong highlight group name is silently truncatedJames McCoy2021-12-08
* | vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'James McCoy2021-12-08
|/
* Merge pull request #16411 from dundargoc/refactor/upgrade-uncrustifyBjörn Linse2021-12-04
|\
| * refactor: upgrade uncrustify config version to 0.74.0Dundar Göc2021-11-23
* | Merge pull request #16381 from VVKot/vim-8.1.0228Jan Edmund Lazo2021-11-30
|\ \ | |/ |/|
| * vim-patch:8.1.1393: unnecessary type castsVVKot2021-11-22