index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
fold.c
Commit message (
Expand
)
Author
Age
*
vim-patch:7.4.1909 (#5748)
Shougo
2016-12-10
*
folds: Do not auto-update folds for some foldmethods. #5426
Shougo Matsushita
2016-10-19
*
insert_enter: Update folds on insert-leave. #5351
Shougo Matsushita
2016-09-18
*
perf: Skip foldUpdate() in insert-mode. #5299
Shougo
2016-09-16
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
Linting.
KillTheMule
2016-04-23
*
vim-patch:7.4.822
KillTheMule
2016-04-23
*
*: Make set_vim_var_\* functions have proper argument types
ZyX
2016-04-18
*
complete: disable folding when completing
Anmol Sethi
2016-03-09
*
vim-patch:7.4.700
watiko
2016-02-05
*
src/*: Remove `VIM - Vi improved ...` header
Michael Reed
2015-11-27
*
src: README.txt -> README.md
Michael Reed
2015-11-23
*
hasFolding return bool now
Nicolas Cornu
2015-09-08
*
hasFoldingWin now return bool
Nicolas Cornu
2015-09-08
*
vim-patch:7.4.699 #2508
grtlr
2015-04-25
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
Enable -Wconversion: fold.c.
Eliseo Martínez
2015-04-07
*
terminal: New module that implements a terminal emulator
Thiago de Arruda
2015-03-25
*
buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macro
Thiago de Arruda
2015-03-25
*
Reduce indentation level by early returning or continuing loop
Felipe Oliveira Carvalho
2014-12-13
*
Use GA_DEEP_CLEAR where appropriate
Felipe Oliveira Carvalho
2014-12-11
*
Convert some values from buffer_defs.h to bools
Wayne Rowcliffe
2014-11-12
*
Fix warnings: fold.c: get_foldtext(): Np dereference: FP.
Eliseo Martínez
2014-11-11
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
Convert FOR_ALL_WINDOWS to use a locally declared pointer
Wayne Rowcliffe
2014-09-08
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
Replace vim_strncpy calls: fold.c
Douglas Schneider
2014-06-13
*
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
2014-06-10
*
Add automatic generation of headers
ZyX
2014-06-02
*
Extract cursor.h from misc{1,2}.h and memline.h
Hinidu
2014-05-28
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
*
Replace ga->ga_len == 0 checks with GA_EMPTY(ga)
Felipe Oliveira Carvalho
2014-05-17
*
Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)
Felipe Oliveira Carvalho
2014-05-17
*
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15