aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fold.c
Commit message (Expand)AuthorAge
* 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
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* fix/PVS #17863dundargoc2022-04-24
* vim-patch:8.2.4813: pasting text while indent folding may mess up foldszeertzjq2022-04-24
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* refactor(fold): convert function comments to doxygen formatDundar Göc2022-03-16
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* vim-patch:8.1.2379: using old C style commentsDundar Göc2021-10-21
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2379: using old C style commentsDundar Göc2021-10-06
* | refactor: reduce number of unique char castsDundar Göc2021-10-13
|/
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor: convert TRUE/FALSE to true/false (#15660)dundargoc2021-09-18
* fix: "redundant cast to the same type" #15662dundargoc2021-09-14
* refactor: format files with uncrustify #15607dundargoc2021-09-10
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* refactor(plines): move out plines related code from misc1.cBjörn Linse2021-08-10
* vim-patch:8.2.1702: crash when using undo after deleting folded linesJan Edmund Lazo2021-06-10
* vim-patch:8.2.2447: 'foldlevel' not applied to folds restored from sessionJan Edmund Lazo2021-02-01
* vim-patch:8.2.2176: crash with a sequence of fold commandsJan Edmund Lazo2020-12-21
* refactor: pass window to was_set_insecurelyMatthieu Coudron2020-11-23