aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fold.c
Commit message (Expand)AuthorAge
* 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
* Enable -Wconversion: fold.c.Eliseo Martínez2015-04-07
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macroThiago de Arruda2015-03-25
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* Use GA_DEEP_CLEAR where appropriateFelipe Oliveira Carvalho2014-12-11
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* Fix warnings: fold.c: get_foldtext(): Np dereference: FP.Eliseo Martínez2014-11-11
* Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* Convert FOR_ALL_WINDOWS to use a locally declared pointerWayne Rowcliffe2014-09-08
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Replace vim_strncpy calls: fold.cDouglas Schneider2014-06-13
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* Add automatic generation of headersZyX2014-06-02
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Replace ga->ga_len == 0 checks with GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15