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
Commit message (
Expand
)
Author
Age
...
|
*
|
|
tests/ui: Stop the terminal job after testing
James McCoy
2016-09-14
|
/
/
/
*
|
|
api: remove unnecessary initializations causing warnings in api dispatch (#5337)
Björn Linse
2016-09-14
*
|
|
Merge #5329 from justinmk/remove-misc2
Justin M. Keyes
2016-09-13
|
\
\
\
|
*
|
|
read_string: Use char if you mean char.
Justin M. Keyes
2016-09-13
|
*
|
|
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
|
/
/
/
*
|
|
vim-patch:7.4.1558 (#5333)
Justin M. Keyes
2016-09-13
*
|
|
Merge 'vim-patch.sh'
Justin M. Keyes
2016-09-13
|
\
\
\
|
*
|
|
vim-patch.sh: Use printf instead of echo
Justin M. Keyes
2016-09-13
|
*
|
|
vim-patch.sh: preprocess_patch()
Justin M. Keyes
2016-09-13
|
/
/
/
*
|
|
Merge #4874 'Restore vim-like tab dragging'
Justin M. Keyes
2016-09-12
|
\
\
\
|
*
|
|
CI: Travis macOS: Skip tab left-drag tests.
Justin M. Keyes
2016-09-12
|
*
|
|
normal.c: Restore vim-like tab dragging. #4874
sach1t
2016-09-12
*
|
|
|
CI: test: Avoid QuickBuild hang. (#5330)
Justin M. Keyes
2016-09-12
|
/
/
/
*
|
|
man.vim: prevent bell in ':wincmd w' when only one window (#5328)
Anmol Sethi
2016-09-11
*
|
|
vim-patch:7.4.1535 (#5327)
davix
2016-09-11
*
|
|
vim-patch:7.4.1533 #5320
Wei Huang
2016-09-11
*
|
|
Merge #2789 'system(): Respect shellxescape, shellxquote'
Justin M. Keyes
2016-09-11
|
\
\
\
|
*
|
|
shell_escape: rename; refactor
Justin M. Keyes
2016-09-11
|
*
|
|
system(): Respect 'sxe' and 'sxq' #2789
Zhaosheng Pan
2016-09-10
*
|
|
|
Merge #5318 from equalsraf/fix-openbsd
Justin M. Keyes
2016-09-10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
third-party: Bump luv to v1.9.1-0
Rui Abreu Ferreira
2016-09-10
|
*
|
|
Add compiler check for -Wno-static-in-inline
Rui Abreu Ferreira
2016-09-10
|
*
|
|
Disable use of jemalloc in OpenBSD
Rui Abreu Ferreira
2016-09-10
*
|
|
|
Merge #5316
Justin M. Keyes
2016-09-10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
eval.c: Fix memory leak for detached pty job
oni-link
2016-09-08
|
*
|
|
eval.c: Garbage collection frees dictionary before job cleanup
oni-link
2016-09-08
|
/
/
/
*
|
|
doc
Justin M. Keyes
2016-09-06
*
|
|
doc: clarify reltime()
Justin M. Keyes
2016-09-05
*
|
|
health.vim: "No healthchecks found" also needs the buffer.
Justin M. Keyes
2016-09-05
*
|
|
Merge #5295 'health.vim'
Justin M. Keyes
2016-09-05
|
\
\
\
|
*
|
|
health.vim: Show results incrementally.
Justin M. Keyes
2016-09-05
|
*
|
|
health.vim: Factor out health#provider#check()
Justin M. Keyes
2016-09-05
|
*
|
|
Improve Ruby version check in CheckHealth command
Alex Genco
2016-09-04
*
|
|
|
shada: Fix non-writeable ShaDa directory handling
ZyX
2016-09-04
*
|
|
|
getcwd(): Return empty string if CWD is invalid. #5292
HiPhish
2016-09-04
*
|
|
|
vim-patch:7.4.1913 (#5260)
Jurica Bradarić
2016-09-04
*
|
|
|
vim-patch:7.4.1971 (#5262)
Jurica Bradarić
2016-09-04
|
/
/
/
*
|
|
test: Add unittest spec for option.c (#5289)
Kalle Ranki
2016-09-04
*
|
|
[RFC] man.vim: remove <Plug> mappings (#5290)
Anmol Sethi
2016-09-04
*
|
|
tchdir: New tab should inherit CWD. (#5227)
Alejandro Sanchez
2016-09-04
*
|
|
vim-patch:7.4.1900 (#5259)
Jurica Bradarić
2016-09-04
*
|
|
signal_init: unblock all signals on startup. #5283
Nicolas Hillegeer
2016-09-03
*
|
|
Merge #5249 'man.vim'
Justin M. Keyes
2016-09-03
|
\
\
\
|
*
|
|
man.vim: Avoid hard redraw.
Justin M. Keyes
2016-09-03
|
*
|
|
man.vim #5249
Anmol Sethi
2016-09-03
|
/
/
/
*
|
|
Merge pull request #5286 from jamessan/strtoimax-error-checking
James McCoy
2016-09-03
|
\
\
\
|
*
|
|
Fix error-handling of strtoimax boundary conditions
James McCoy
2016-09-02
*
|
|
|
lint: Close resource leak (#5288)
Patrick Jackson
2016-09-03
|
/
/
/
*
|
|
helpers.c: Fix invalid state of failed conversion result for object_to_vim() ...
oni-link
2016-09-01
*
|
|
Merge pull request #4934 from bfredl/api
Björn Linse
2016-09-01
|
\
\
\
[prev]
[next]