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
*
refactor: pass window to was_set_insecurely
Matthieu Coudron
2020-11-23
*
vim-patch:8.1.0805: too many #ifdefs
Jan Edmund Lazo
2020-11-12
*
vim-patch:8.2.1972: crash when recreating nested fold
Jan Edmund Lazo
2020-11-11
*
vim-patch:8.2.1947: crash when using "zj" without folds (#13222)
Sean Dewar
2020-11-03
*
api: add API for themes
Björn Linse
2020-11-01
*
folds: pass column on fold creation
Matthieu Coudron
2020-09-28
*
screen: more work on fold_line replacement
Björn Linse
2020-09-24
*
extmark: separate extmark_splice_cols for column-only change
Björn Linse
2020-09-09
*
robustness: avoid adding offset to NULL pointer
Björn Linse
2020-09-04
*
lint
James McCoy
2020-09-04
*
vim-patch:8.2.1560: using NULL pointers in some code
James McCoy
2020-09-04
*
vim-patch:8.2.1553: crash in edit test
James McCoy
2020-09-04
*
vim-patch:8.2.1552: warnings from asan with clang-11
James McCoy
2020-09-03
*
vim-patch:8.2.1561: using NULL pointers in fold code
Jan Edmund Lazo
2020-09-02
*
vim-patch:8.2.1554: crash in normal test
Jan Edmund Lazo
2020-09-02
*
lint: fix linting issues
Matthieu Coudron
2020-04-24
*
extmark: introduce extmark_splice_cols
Matthieu Coudron
2020-04-24
*
folds: decrease reliance on global 'curwin'
Matthieu Coudron
2020-04-24
*
folds: decrease reliance on global "curwin" (#12132)
Matthieu Coudron
2020-04-16
*
foldcolumn: allow auto:X
Matthieu Coudron
2020-02-29
*
refactor: move session functions to ex_session.c
Justin M. Keyes
2020-01-28
*
shed biking: it's always extmarks, never marks extended
Björn Linse
2020-01-20
*
extmarks/bufhl: reimplement using new marktree data structure
Björn Linse
2020-01-16
*
vim-patch:8.1.1922: in diff mode global operations can be very slow
Jan Edmund Lazo
2019-11-16
*
vim-patch:8.1.1890: ml_get error when deleting fold marker
Jan Edmund Lazo
2019-08-19
*
includes
Daniel Hahler
2019-08-07
*
api: allow nvim_buf_attach from lua using callbacks
Björn Linse
2019-06-04
*
vim-patch:8.1.0527: using 'shiftwidth' from wrong buffer for folding (#9234)
Jan Edmund Lazo
2018-11-15
*
globals: KeyTyped is bool
Jan Edmund Lazo
2018-09-14
*
Merge #8744 from janlazo/vim-8.0.0890
Justin M. Keyes
2018-08-08
|
\
|
*
memline: copy in ml_replace() is bool
Jan Edmund Lazo
2018-08-07
*
|
style: fixing minor issues noted in code review.
ZviRackover
2018-08-06
*
|
lint: clean-up after parent commit
ZviRackover
2018-08-06
*
|
Remove all occurences of the mb_ptr2char macro
ZviRackover
2018-08-06
|
/
*
fold: add const to foldSplit() variables
Jan Edmund Lazo
2018-08-02
*
fold: add const to foldUpdateIEMSRecurse() vars
Jan Edmund Lazo
2018-08-02
*
fold: add const to foldUpdateIEMS() variables
Jan Edmund Lazo
2018-08-02
*
fold: add const to checkSmall() variables
Jan Edmund Lazo
2018-08-02
*
fold: declare and init vars in deleteFoldEntry()
Jan Edmund Lazo
2018-08-02
*
fold: add const to foldMoveTo() variables
Jan Edmund Lazo
2018-08-02
*
fold: add const to deleteFold() variables
Jan Edmund Lazo
2018-08-02
*
fold: add const to hasFoldingWin() variables
Jan Edmund Lazo
2018-08-02
*
fold: use_level,maybe_small are bool
Jan Edmund Lazo
2018-08-01
*
fold: recursive in deleteFoldEntry() is bool
Jan Edmund Lazo
2018-08-01
*
fold: fold_changed is bool
Jan Edmund Lazo
2018-08-01
*
fold: finish in foldUpdateIEMSRecurse() is bool
Jan Edmund Lazo
2018-08-01
*
fold: lineFolded() is bool
Jan Edmund Lazo
2018-08-01
*
fold: check_closed() returns bool
Jan Edmund Lazo
2018-08-01
*
fold: fold_T.fd_small is TriState
Jan Edmund Lazo
2018-08-01
*
vim-patch:8.0.0{469,581,583} (#8601)
Jan Edmund Lazo
2018-06-20
[next]