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
/
test
Commit message (
Expand
)
Author
Age
...
*
|
|
|
vim-patch:8.2.3141: no error when using :complete for :command without -nargs
Jan Edmund Lazo
2021-08-08
|
/
/
/
*
|
|
Merge pull request #15283 from jamessan/pending-c-parsers
Thomas Vigouroux
2021-08-06
|
\
\
\
|
*
|
|
test(treesitter): skip all parsers tests if parsers aren't installed
James McCoy
2021-08-05
|
|
/
/
*
|
|
ci(tests): skip "stale events on channel close" (#15278)
dundargoc
2021-08-05
*
|
|
vim-patch:8.1.2117: CursorLine highlight used while 'cursorline' is off
zeertzjq
2021-08-02
*
|
|
fixup! vim-patch:8.2.3019: location list only has the start position.
Jan Edmund Lazo
2021-07-31
*
|
|
Merge pull request #15062 from seandewar/vim-8.1.0829
Jan Edmund Lazo
2021-07-30
|
\
\
\
|
*
|
|
vim-patch:8.1.0829: when 'hidden' is set session creates extra buffers
Sean Dewar
2021-07-17
*
|
|
|
Merge pull request #15207 from gpanders/bye-syncolor
Björn Linse
2021-07-29
|
\
\
\
\
|
*
|
|
|
fixup! fix(highlight): remove syncolor.vim
Gregory Anders
2021-07-28
|
*
|
|
|
fix(highlight): remove syncolor.vim
Gregory Anders
2021-07-27
*
|
|
|
|
refactor(decorations): merge the two different code paths for virt_text
Björn Linse
2021-07-29
*
|
|
|
|
feat(decorations): allow more than one stacked highlight in a virt_text
Björn Linse
2021-07-29
*
|
|
|
|
fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespace
Björn Linse
2021-07-29
|
/
/
/
/
*
|
|
|
treesitter: add query.list_directives
Stephan Seitz
2021-07-24
*
|
|
|
fix(ci): disable broken test on openbsd on all CI due to resource constraints
Björn Linse
2021-07-23
*
|
|
|
feat(treesitter): allow to set highlight priority for queries
Stephan Seitz
2021-07-22
*
|
|
|
feat(lsp): allow diagnostics to be disabled for a buffer (#15134)
Gregory Anders
2021-07-19
*
|
|
|
fix(shared): do not treat empty tables as list in deep extend (#15094)
Folke Lemaitre
2021-07-19
|
/
/
/
*
|
|
Merge pull request #15078 from bfredl/p_vim_vi
Björn Linse
2021-07-14
|
\
\
\
|
*
|
|
refactor(options): remove obsolete distinction of "vi" vs "vim" defaults
Björn Linse
2021-07-14
*
|
|
|
Merge pull request #15017 from donbex/local-file-uri
Michael Lingelbach
2021-07-14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
feat(vim.uri): Allow URI schemes other than file: without authority
Tom Payne
2021-07-10
|
*
|
|
test(lsp): file URIs do not allow relative paths
Alessandro Pezzoni
2021-07-10
|
*
|
|
test(lsp): file URIs without a hostname
Alessandro Pezzoni
2021-07-10
*
|
|
|
Add test case for 'null' stdin mode
Gregory Anders
2021-07-12
*
|
|
|
test/memory_usage_spec: skip on MacOS #15043
Daniel Steinberg
2021-07-10
*
|
|
|
refactor(undo): don't assume curbuf in u_compute_hash
Thomas Vigouroux
2021-07-09
|
/
/
/
*
|
|
fix(vim.opt): vimL map string values not trimmed (#14982)
jadedpasta
2021-07-04
*
|
|
doc/startup: cleanup; assign ENN to "conflicing configs" msg (#14971)
Justin M. Keyes
2021-07-03
|
/
/
*
|
NVIM v0.5.0
v0.5.0
Björn Linse
2021-07-02
*
|
Merge pull request #14864 from seandewar/get-config-zindex
Björn Linse
2021-07-02
|
\
\
|
*
|
fix(api/win_get_config): include z-index
Sean Dewar
2021-06-19
*
|
|
doc(options): Fix recommended PowerShell config (#14349)
Dimitri Tcaciuc
2021-07-02
*
|
|
Merge pull request #14792 from shadmansaleh/refactor/mkdir_p
Björn Linse
2021-07-01
|
\
\
\
|
*
|
|
Refactor(tests): mkdir_p in startup/init.lua test
shadmansaleh
2021-07-01
|
*
|
|
Refactor(tests): Use os commands in mkdir_p helper
shadmansaleh
2021-06-30
*
|
|
|
Tests(clipboard): Add test for block paste
shadmansaleh
2021-07-01
*
|
|
|
vim-patch:8.2.1905: the wininfo list may contain stale entries (#14884)
Daniel Steinberg
2021-06-30
|
/
/
/
*
|
|
Merge pull request #14779 from tjdevries/tjdevries/vim_opt_fixes
TJ DeVries
2021-06-29
|
\
\
\
|
*
|
|
fix(vim.opt): Fix #14828 with empty values being incorrectly inserted
TJ DeVries
2021-06-29
|
*
|
|
fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname style
TJ DeVries
2021-06-29
|
*
|
|
fix(vim.opt): Fix #14669 whichwrap now acts as expected
TJ DeVries
2021-06-29
|
*
|
|
fix(vim.opt): Add basic error handling
David Zhang
2021-06-29
|
*
|
|
fix(vim.opt): Get window options before setting.
ckipp01
2021-06-29
|
*
|
|
fix(vim.opt): #14708 Now lets you put duplicate values in wildmode
TJ DeVries
2021-06-29
*
|
|
|
Merge pull request #14335 from chentau/extmark_delbytes
Björn Linse
2021-06-29
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Manually zero out deleted_bytes2 when substituting and joining lines
chentau
2021-06-29
|
|
|
/
|
|
/
|
*
|
|
fix(doc): remove reference to vim.lsp.callbacks (#14576)
Matthieu Coudron
2021-06-28
*
|
|
[RDY] Add buffer information to tabline_update (#12481)
John Gehrig
2021-06-27
[prev]
[next]