aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fold.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0452: some macros are in lower case (#8505)Jan Edmund Lazo2018-06-08
* Merge #7917 'API: buffer updates'Justin M. Keyes2018-06-08
|\
| * Rename some more, fixe borked renamingKillTheMule2018-05-23
| * LintKillTheMule2018-05-23
| * Some renamings and doc changesKillTheMule2018-05-23
| * Enable -WconversionKillTheMule2018-05-23
| * The grand renamingKillTheMule2018-05-23
| * API: Implement buffer updatesPeter Hodge2018-05-23
* | vim-patch:8.0.0515: ml_get errors in silent Ex mode (#8452)KunMing Xie2018-05-30
* | vim-patch:8.0.0503: endless loop in updating folds with 32 bit ints (#8433)nthanben2018-05-24
|/
* charset,*: Refactor transstr()ZyX2018-04-09
* vim-patch:7.4.1976James McCoy2017-06-04
* Merge #6550 from ZyX-I/pvs-check-commentJustin M. Keyes2017-04-20
|\
| * *: Add comment to all C filesZyX2017-04-19
* | vim-patch:7.4.2152James McCoy2017-04-19
|/
* fold: foldMoveRange(): fix :move bug #6534Matthew Malcomson2017-04-17
* fold.c: more edge-cases when updating (#6207)Matthew Malcomson2017-03-31
* fold.c: uppercase macrosJustin M. Keyes2017-03-25
* Fix wrap-around in 32 bitMatthew Malcomson2017-03-23
* Robustly handle folds during a :move commandMatthew Malcomson2017-03-23
* vim-patch:8.0.0453 (#6266)Matthieu Coudron2017-03-13
* vim-patch:8.0.0388Matthew Malcomson2017-03-02
* refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes2017-01-26