aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fold.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo2020-11-12
* vim-patch:8.2.1972: crash when recreating nested foldJan Edmund Lazo2020-11-11
* vim-patch:8.2.1947: crash when using "zj" without folds (#13222)Sean Dewar2020-11-03
* api: add API for themesBjörn Linse2020-11-01
* folds: pass column on fold creationMatthieu Coudron2020-09-28
* screen: more work on fold_line replacementBjörn Linse2020-09-24
* extmark: separate extmark_splice_cols for column-only changeBjörn Linse2020-09-09
* robustness: avoid adding offset to NULL pointerBjörn Linse2020-09-04
* lintJames McCoy2020-09-04
* vim-patch:8.2.1560: using NULL pointers in some codeJames McCoy2020-09-04
* vim-patch:8.2.1553: crash in edit testJames McCoy2020-09-04
* vim-patch:8.2.1552: warnings from asan with clang-11James McCoy2020-09-03
* vim-patch:8.2.1561: using NULL pointers in fold codeJan Edmund Lazo2020-09-02
* vim-patch:8.2.1554: crash in normal testJan Edmund Lazo2020-09-02
* lint: fix linting issuesMatthieu Coudron2020-04-24
* extmark: introduce extmark_splice_colsMatthieu Coudron2020-04-24
* folds: decrease reliance on global 'curwin'Matthieu Coudron2020-04-24
* folds: decrease reliance on global "curwin" (#12132)Matthieu Coudron2020-04-16
* foldcolumn: allow auto:XMatthieu Coudron2020-02-29
* refactor: move session functions to ex_session.cJustin M. Keyes2020-01-28
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
* vim-patch:8.1.1922: in diff mode global operations can be very slowJan Edmund Lazo2019-11-16
* vim-patch:8.1.1890: ml_get error when deleting fold markerJan Edmund Lazo2019-08-19
* includesDaniel Hahler2019-08-07
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* vim-patch:8.1.0527: using 'shiftwidth' from wrong buffer for folding (#9234)Jan Edmund Lazo2018-11-15
* globals: KeyTyped is boolJan Edmund Lazo2018-09-14
* Merge #8744 from janlazo/vim-8.0.0890Justin M. Keyes2018-08-08
|\
| * memline: copy in ml_replace() is boolJan Edmund Lazo2018-08-07
* | style: fixing minor issues noted in code review.ZviRackover2018-08-06