aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/indent.c
Commit message (Expand)AuthorAge
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* vim-patch:8.2.4882: cannot make 'breakindent' use a specific columnzeertzjq2022-11-05
* vim-patch:8.2.4093: cached breakindent values not initialized properlyzeertzjq2022-11-05
* vim-patch:8.2.4029: debugging NFA regexp my crash, cached indent may be wrongzeertzjq2022-11-05
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* vim-patch:9.0.0761: cannot use 'indentexpr' for Lisp indentingzeertzjq2022-10-16
* Merge pull request #20140 from dundargoc/refactor/char_u/12bfredl2022-10-15
|\
| * refactor: replace char_u with charDundar Göc2022-10-15
* | vim-patch:partial:9.0.0737: Lisp word only recognized when a space followszeertzjq2022-10-15
|/
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with charDundar Göc2022-08-29
* Merge pull request #19961 from dundargoc/refactor/char_u/2bfredl2022-08-29
|\
| * refactor: replace char_u with charDundar Göc2022-08-27
* | refactor(plines): use a struct for chartabsize statebfredl2022-08-29
|/
* vim-patch:8.2.0674: some source files are too big (#19959)zeertzjq2022-08-26
* vim-patch:8.1.2331: the option.c file is still very big (#19954)zeertzjq2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)zeertzjq2022-08-19
* refactor: replace char_u with charDundar Goc2022-08-12
* vim-patch:8.2.5122: lisp indenting my run over the end of the linezeertzjq2022-07-05
* refactor: replace char_uDundar Goc2022-07-02
* refactor: replace char_u #18429dundargoc2022-06-28
* vim-patch:8.2.5151: reading beyond the end of the line with lisp indentingzeertzjq2022-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
* vim-patch:8.2.4951: smart indenting done when not enabledzeertzjq2022-05-14
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* 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: fix clint warnings (#17682)dundargoc2022-03-13
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* vim-patch:8.2.3386: using uninitialized memorySean Dewar2021-09-10
* Merge pull request #15336 from bfredl/plinesBjörn Linse2021-08-11
|\
| * refactor(plines): move horizontal size functions to plines.cBjörn Linse2021-08-11
* | vim-patch:8.2.3198: cannot use 'formatlistpat' for breakindentJan Edmund Lazo2021-08-08
* | vim-patch:8.2.3160: 'breakindent' does not work well for bulleted listsJan Edmund Lazo2021-08-08
|/
* refactor: replace TRUE/FALSE macros with C99 true/falseDundar Göc2021-07-25
* vim-patch:8.1.0874: using old style comments in new fileJan Edmund Lazo2021-03-29
* vim-patch:8.1.0105: all tab stops are the sameVVKot2021-03-28
* refactor: pass window to was_set_insecurelyMatthieu Coudron2020-11-23
* vim-patch:8.2.1086: possibly using freed memory when text properties usedJan Edmund Lazo2020-11-01
* fix lintsThomas Vigouroux2020-09-09