aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fold.c
Commit message (Expand)AuthorAge
* 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
* | lint: clean-up after parent commitZviRackover2018-08-06
* | Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
|/
* fold: add const to foldSplit() variablesJan Edmund Lazo2018-08-02
* fold: add const to foldUpdateIEMSRecurse() varsJan Edmund Lazo2018-08-02
* fold: add const to foldUpdateIEMS() variablesJan Edmund Lazo2018-08-02
* fold: add const to checkSmall() variablesJan Edmund Lazo2018-08-02
* fold: declare and init vars in deleteFoldEntry()Jan Edmund Lazo2018-08-02
* fold: add const to foldMoveTo() variablesJan Edmund Lazo2018-08-02
* fold: add const to deleteFold() variablesJan Edmund Lazo2018-08-02
* fold: add const to hasFoldingWin() variablesJan Edmund Lazo2018-08-02
* fold: use_level,maybe_small are boolJan Edmund Lazo2018-08-01
* fold: recursive in deleteFoldEntry() is boolJan Edmund Lazo2018-08-01
* fold: fold_changed is boolJan Edmund Lazo2018-08-01
* fold: finish in foldUpdateIEMSRecurse() is boolJan Edmund Lazo2018-08-01
* fold: lineFolded() is boolJan Edmund Lazo2018-08-01
* fold: check_closed() returns boolJan Edmund Lazo2018-08-01
* fold: fold_T.fd_small is TriStateJan Edmund Lazo2018-08-01
* vim-patch:8.0.0{469,581,583} (#8601)Jan Edmund Lazo2018-06-20