aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fold.c
Commit message (Expand)AuthorAge
...
* 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
* vim-patch:7.4.1909 (#5748)Shougo2016-12-10
* folds: Do not auto-update folds for some foldmethods. #5426Shougo Matsushita2016-10-19
* insert_enter: Update folds on insert-leave. #5351Shougo Matsushita2016-09-18
* perf: Skip foldUpdate() in insert-mode. #5299Shougo2016-09-16
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* Linting.KillTheMule2016-04-23
* vim-patch:7.4.822KillTheMule2016-04-23
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* complete: disable folding when completingAnmol Sethi2016-03-09
* vim-patch:7.4.700watiko2016-02-05
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* src: README.txt -> README.mdMichael Reed2015-11-23
* hasFolding return bool nowNicolas Cornu2015-09-08
* hasFoldingWin now return boolNicolas Cornu2015-09-08
* vim-patch:7.4.699 #2508grtlr2015-04-25
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13