aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fold.c
Commit message (Expand)AuthorAge
* fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq2023-09-22
* feat(folds): support virtual text format for 'foldtext' (#25209)zeertzjq2023-09-17
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* fix(folds): update folds in Insert mode with fdm=indent (#24402)Brandon Simmons2023-07-21
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:8.2.4179: 'foldtext' is evaluated in the current script contextzeertzjq2023-04-17
* vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-04-14
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make error message definitions constii142023-04-05
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* vim-patch:partial:9.0.1166: code is indented more than necessary (#21716)zeertzjq2023-01-10
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* vim-patch:9.0.1158: code is indented more than necessary (#21697)zeertzjq2023-01-09
* vim-patch:9.0.1132: code is indented more than needed (#21626)zeertzjq2023-01-03
* fix(folds): use long for number of folded lines (#21447)zeertzjq2022-12-17
* vim-patch:8.2.4393: possible number overflow with nested folds (#21305)zeertzjq2022-12-06
* refactor: replace char_u with chardundargoc2022-11-28
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* refactor: replace char_u with charDundar Göc2022-10-15
* fix: find multibyte file name in line (#20519)zeertzjq2022-10-07
* fix(folds): fix fold marker multibyte comparison (#20439)zeertzjq2022-10-02
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with charDundar Goc2022-08-25
* vim-patch:partial:8.2.4001: insert complete code uses global variableszeertzjq2022-08-25
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * perf(api): allow to use an arena for return valuesbfredl2022-08-23
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* 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
* vim-patch:8.1.1960: fold code is spread out (#19777)zeertzjq2022-08-15
* refactor(fold): style #19175Lewis Russell2022-07-02
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* vim-patch:8.2.5009: fold may not be closeable after appending (#18722)Brandon Simmons2022-05-23
* vim-patch:8.2.4935: with 'foldmethod' "indent" some lines not included in fol...zeertzjq2022-05-22
* vim-patch:8.2.4987: after deletion a small fold may be closable (#18683)Brandon Simmons2022-05-22
* vim-patch:8.1.0535: increment/decrement might get interrupted by updating foldszeertzjq2022-05-22
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* 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-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03