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
...
|
*
|
|
|
test: Make sure ENTER prompt is exited in clipboard_provider_spec
Thiago de Arruda
2015-08-13
|
*
|
|
|
terminal: Ensure terminal buffers are flushed on exit
Thiago de Arruda
2015-08-13
|
*
|
|
|
process: Pass loop reference during initialization
Thiago de Arruda
2015-08-13
|
*
|
|
|
loop: Simplify loop.c and move some code to input.c
Thiago de Arruda
2015-08-13
|
*
|
|
|
msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNC
Thiago de Arruda
2015-08-13
|
*
|
|
|
pty_process: Simplify cleanup after error during spawn
Thiago de Arruda
2015-08-13
|
*
|
|
|
eval: Fixes to job control
Thiago de Arruda
2015-08-13
|
*
|
|
|
events: Add missing function attributes to some APIs
Thiago de Arruda
2015-08-13
|
/
/
/
/
*
|
|
|
doc: Fix typo in nvim-python. #3162
Daniel Kosinski
2015-08-12
*
|
|
|
runtime: Do install generated syntax file, also test this. #3160
ZyX
2015-08-11
*
|
|
|
test: cover :grep
Justin M. Keyes
2015-08-11
*
|
|
|
shell.c: A full RBuffer with no NL can freeze shell output. #3156
oni-link
2015-08-11
*
|
|
|
tui: avoid double-resize on SIGWINCH. #3145
Felipe Morales
2015-08-10
*
|
|
|
Merge #3149 'Fix pending() invocations'.
Justin M. Keyes
2015-08-09
|
\
\
\
\
|
*
|
|
|
test: fix pending() invocations
Justin M. Keyes
2015-08-09
|
*
|
|
|
test: move runtime/autoload/* to provider/
Justin M. Keyes
2015-08-09
|
*
|
|
|
test: python: report pending() if python{2,3} is missing
Justin M. Keyes
2015-08-09
|
/
/
/
/
*
|
|
|
vim-patch:7.4.781 #3065
Marco Hinz
2015-08-09
*
|
|
|
vim-patch:7.4.773 #3066
Marco Hinz
2015-08-09
*
|
|
|
vim-patch:7.4.776 #3062
Marco Hinz
2015-08-09
*
|
|
|
Merge #3141 'handle clipboard=unnamedplus,unnamed correctly'.
Justin M. Keyes
2015-08-09
|
\
\
\
\
|
*
|
|
|
clipboard: remove documentation for unsupported options
Björn Linse
2015-08-07
|
*
|
|
|
clipboard: support clipboard=unnamedplus,unnamed
Björn Linse
2015-08-07
|
*
|
|
|
clipboard: fixup inconsequential yet embarrassing mixup
Björn Linse
2015-08-06
|
/
/
/
/
*
|
|
|
test: cover msgpackparse() regression
Justin M. Keyes
2015-08-05
*
|
|
|
Merge #3135 'Use proper refcount of msgpack type lists'.
Justin M. Keyes
2015-08-05
|
\
\
\
\
|
*
|
|
|
documentation: Replace undefined help tag
ZyX
2015-08-06
|
*
|
|
|
documentation: Fix special dictionary value key name
ZyX
2015-08-06
|
*
|
|
|
eval: Use proper refcount of msgpack type lists
ZyX
2015-08-05
|
/
/
/
/
*
|
|
|
channel.c: Only free a channel after close callbacks are executed #3132
oni-link
2015-08-05
*
|
|
|
os_get_user_name() for non UNIX system #2729
Rui Abreu Ferreira
2015-08-04
*
|
|
|
doc: Fix nit in previous commit
Michael Reed
2015-08-04
*
|
|
|
doc: Add transition instructions to nvim_from_vim.txt
Florian Walch
2015-08-04
*
|
|
|
tui: Fix terminal detection for cursor shape #3129
Keerthan Jaic
2015-08-04
*
|
|
|
vim-patch.sh: Add --review option to compare PR and original diffs. #3083
Florian Walch
2015-08-03
*
|
|
|
Merge pull request #3034 from ZyX-I/msgpack-eval
Justin M. Keyes
2015-08-03
|
\
\
\
\
|
*
|
|
|
functests: Use eval subdirectory in place of viml
ZyX
2015-08-02
|
*
|
|
|
eval: Call list_append_allocated_string from list_append_string
ZyX
2015-08-02
|
*
|
|
|
documentation: Add {Nvim} tag to new functions
ZyX
2015-08-02
|
*
|
|
|
vim_to_msgpack: Silence -Werror=unitialized compiler error
ZyX
2015-08-02
|
*
|
|
|
ex_cmds*: Silence -Wstrict-prototypes warnings
ZyX
2015-08-02
|
*
|
|
|
eval: Remove most of msgpack* functions limitations
ZyX
2015-08-02
|
*
|
|
|
eval: Add msgpackparse and msgpackdump functions
ZyX
2015-08-02
*
|
|
|
|
vim-patch:5d89d9b #2922
Justin Gassner
2015-08-02
*
|
|
|
|
test: call scandir_next_with_dots() more than once
Justin M. Keyes
2015-08-01
*
|
|
|
|
Merge #3099 glob() should return '.' and '..'
Justin M. Keyes
2015-08-01
|
\
\
\
\
\
|
*
|
|
|
|
Add the . and .. entries to glob()
Felipe Morales
2015-08-01
|
*
|
|
|
|
Remove spurious warning when reading directories
Felipe Morales
2015-08-01
|
/
/
/
/
/
*
|
|
|
|
vim-patch:7.4.600 #3081
cztchoice
2015-07-31
*
|
|
|
|
Merge #2660 'generalize mode-change API and support replace-mode cursor'
Justin M. Keyes
2015-07-26
|
\
\
\
\
\
[prev]
[next]