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
*
ex_checkhealth: call health#check() directly
Justin M. Keyes
2017-10-17
*
doc: E5009 "Invalid $VIMRUNTIME"
Justin M. Keyes
2017-10-17
*
doc: replace ":CheckHealth" with ":checkhealth"
Justin M. Keyes
2017-10-17
*
ex-cmds: :checkhealth
Justin M. Keyes
2017-10-17
*
test: avoid redundant clear() #7340
Justin M. Keyes
2017-10-16
*
Merge #7340 'menu_get: print keycodes'
Justin M. Keyes
2017-10-16
|
\
|
*
More tests
KillTheMule
2017-10-02
|
*
Deal with NOP, add actext to output
KillTheMule
2017-10-02
|
*
menu_get: adjust tests for prettyprinting
KillTheMule
2017-10-01
|
*
menu_get: prettyprint special chars
KillTheMule
2017-10-01
*
|
syntax: 'cursorline': revert priority change (#7400)
Justin M. Keyes
2017-10-16
*
|
Merge pull request #7373 from bfredl/cmdwin_clip
Björn Linse
2017-10-15
|
\
\
|
*
|
ops: save and restore clipboard batch status when entering cmdline window
Björn Linse
2017-10-15
*
|
|
doc: remove E172 (#7395)
Justin M. Keyes
2017-10-15
|
/
/
*
|
Merge pull request #7394 from justinmk/health.vim
Justin M. Keyes
2017-10-15
|
\
\
|
*
|
health.vim: rename "suggestions" to "advice" in most places
Justin M. Keyes
2017-10-15
|
*
|
health.vim: fix highlighting
Justin M. Keyes
2017-10-15
|
*
|
health.vim: warn about 'paste' option
Justin M. Keyes
2017-10-15
|
/
/
*
|
Merge pull request #7380 from jamessan/silent-input
James McCoy
2017-10-14
|
\
\
|
*
|
getcmdline_prompt: Temporarily disable msg_silent so prompt is displayed
James McCoy
2017-10-14
|
/
/
*
|
Merge #7327 from ckelsel/vim-8.0.0131
Justin M. Keyes
2017-10-09
|
\
\
|
*
\
Merge branch 'master' into vim-8.0.0131
KunMing Xie
2017-10-08
|
|
\
\
|
*
|
|
vim-patch:8.0.0155
ckelsel
2017-09-28
|
*
|
|
vim-patch:8.0.0132
ckelsel
2017-09-27
|
*
|
|
vim-patch:8.0.0131
ckelsel
2017-09-27
*
|
|
|
Merge #7082 'api: nvim_get_hl_by_name/by_id'
Justin M. Keyes
2017-10-08
|
\
\
\
\
|
*
|
|
|
test: nvim_get_hl_by_name/by_id #7082
Justin M. Keyes
2017-10-08
|
*
|
|
|
Merge #7082 'api: nvim_get_hl_by_name/by_id'
Justin M. Keyes
2017-10-08
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
Remove duplicate ATTRENTRY_INIT
Matthieu Coudron
2017-09-30
|
|
*
|
|
Changed prototypes to accept a boolean "rgb"
Matthieu Coudron
2017-09-30
|
|
*
|
|
Increased test coverage for RGB and cterm
Matthieu Coudron
2017-09-30
|
|
*
|
|
Adds nvim_get_hl_by_name/by_id
Matthieu Coudron
2017-09-30
|
|
|
|
/
|
|
|
/
|
*
|
|
|
vim-patch:8.0.0164 (#7368)
KunMing Xie
2017-10-08
*
|
|
|
gitignore: cmake-build-debug (#7359)
timothy eichler
2017-10-08
|
/
/
/
*
|
|
Merge #7364 lower priority of 'cursorline', 'cursorcolumn'
Justin M. Keyes
2017-10-07
|
\
\
\
|
*
|
|
syntax: 'cursorline': low priority #6380
Justin M. Keyes
2017-10-07
|
*
|
|
syntax: 'cursorcolumn', 'colorcolumn': low priority #6380
Justin M. Keyes
2017-10-07
*
|
|
|
resettitle(): remove conditions (#7360)
Justin M. Keyes
2017-10-07
*
|
|
|
vim-patch:8.0.0142 (#7335)
KunMing Xie
2017-10-07
*
|
|
|
vim-patch:8.0.0148 #7344
ckelsel
2017-10-07
|
/
/
/
*
|
|
vim-patch:8.0.0157 (#7362)
KunMing Xie
2017-10-07
*
|
|
eval.c: ga_concat_esc() #7357
Andrew Ferreira
2017-10-07
*
|
|
Merge #7358 from justinmk/titleold
Justin M. Keyes
2017-10-05
|
\
\
\
|
*
|
|
'titleold': move logic to getout()
Justin M. Keyes
2017-10-05
|
*
|
|
'titleold': simplify behavior
Justin M. Keyes
2017-10-05
|
*
|
|
'titleold': set UI title on exit #7191
nate
2017-10-05
|
/
/
/
*
|
|
editorconfig: handle Vim help files (#7354)
Jan Edmund Lazo
2017-10-04
*
|
|
Merge pull request #7355 from jamessan/ngettext-fix
James McCoy
2017-10-03
|
\
\
\
|
*
|
|
Stub ngettext when libintl isn't available
James McCoy
2017-10-03
|
/
/
/
*
|
|
Merge #7349 'win: more path-handling fixes'
Justin M. Keyes
2017-10-02
|
\
\
\
[next]