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
*
Merge remote-tracking branch 'origin/colorcolchar' into 20231130_mix
Josh Rahm
2023-11-30
|
\
|
*
Merge remote-tracking branch 'upstream/master' into colorcolchar
colorcolchar
Josh Rahm
2023-11-29
|
|
\
|
*
\
Merge remote-tracking branch 'upstream/master' into colorcolchar
Josh Rahm
2023-01-25
|
|
\
\
|
*
\
\
Merge remote-tracking branch 'upstream/master' into colorcolchar
Josh Rahm
2022-10-11
|
|
\
\
\
|
*
|
|
|
feat(colorcolchar): revert "feat: rename colorcol in fillchars to colorc"
Josh Rahm
2022-08-27
|
*
|
|
|
feat(colorcolchar): fix highlight_spec.lua
Josh Rahm
2022-08-27
|
*
|
|
|
feat(colorcolchar): rename colorcol in fillchars to colorc
Josh Rahm
2022-08-27
|
*
|
|
|
feat(colorcolchar): add the option "colorcol" to the fillchars setting
Josh Rahm
2022-08-27
*
|
|
|
|
vim-patch:9.0.2137: Can't detect angular & mustache filetypes
ObserverOfTime
2023-11-30
*
|
|
|
|
fix(tui): grow termkey's internal buffer for large escape sequences (#26309)
Gregory Anders
2023-11-30
*
|
|
|
|
Merge pull request #23657 from luukvbaal/extmark
bfredl
2023-11-30
|
\
\
\
\
\
|
*
|
|
|
|
fix(extmark): restore extmarks when completing original text
Luuk van Baal
2023-11-29
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
test: unskip more terminal tests on Windows (#26315)
zeertzjq
2023-11-30
*
|
|
|
|
test(ex_terminal_spec): match descriptions (#26314)
zeertzjq
2023-11-30
*
|
|
|
|
test: :terminal when 'shell' uses backslashes
zeertzjq
2023-11-30
*
|
|
|
|
test(ex_terminal_spec): unskip tests that work on Windows (#26310)
zeertzjq
2023-11-30
|
/
/
/
/
*
|
|
|
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
|
|
|
perf(column): only invalidate lines affected by added sign
Luuk van Baal
2023-11-29
*
|
|
|
Merge pull request #26292 from luukvbaal/decor
bfredl
2023-11-29
|
\
\
\
\
|
*
|
|
|
fix(decorations): do not apply sign highlight id as range attr id
Luuk van Baal
2023-11-29
*
|
|
|
|
vim-patch:9.0.2134: ml_get error when scrolling (#26264)
zeertzjq
2023-11-29
|
/
/
/
/
*
|
|
|
vim-patch:9.0.2135: No test for mode() when executing Ex commands (#26282)
zeertzjq
2023-11-29
*
|
|
|
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
|
|
|
fix(column): redraw and update signcols for paired extmark
Luuk van Baal
2023-11-28
*
|
|
|
Merge pull request #26249 from bfredl/concealchar
bfredl
2023-11-28
|
\
\
\
\
|
*
|
|
|
feat(decoration): allow conceal_char to be a composing char
bfredl
2023-11-28
*
|
|
|
|
vim-patch:9.0.2133: Cannot detect overstrike mode in Cmdline mode (#26263)
zeertzjq
2023-11-28
*
|
|
|
|
vim-patch:9.0.2131: not all nushell files detected (#26260)
Christian Clason
2023-11-28
|
/
/
/
/
*
|
|
|
fix(treesitter): don't invalidate parser when discovering injections
Dmytro Soltys
2023-11-27
*
|
|
|
test: check vim.wait() error message in fast context (#26242)
zeertzjq
2023-11-27
*
|
|
|
fix(lua): disallow vim.wait() in fast contexts
Lewis Russell
2023-11-27
*
|
|
|
vim-patch:9.0.2128: runtime(swig): add syntax and filetype plugins
Christian Clason
2023-11-26
*
|
|
|
Merge pull request #26203 from jamessan/swapfile-test-fix
James McCoy
2023-11-25
|
\
\
\
\
|
*
|
|
|
fix(oldtest): always use a 64-bit int for swapfile block number
James McCoy
2023-11-24
*
|
|
|
|
fix(mouse): avoid dragging when clicking next to popupmenu (#26201)
luukvbaal
2023-11-25
|
/
/
/
/
*
|
|
|
fix(messages): validate msg_grid before using msg_grid_pos (#26189)
zeertzjq
2023-11-24
*
|
|
|
fix(mouse): avoid dragging after click label popupmenu callback (#26187)
luukvbaal
2023-11-24
*
|
|
|
vim-patch:9.0.2126: unused assignments when checking 'listchars' (#26182)
zeertzjq
2023-11-24
*
|
|
|
vim-patch:9.0.2125: File info disappears when 'cmdheight' has decreased (#26180)
zeertzjq
2023-11-24
*
|
|
|
fix(column): reset decor state before starting from top
Luuk van Baal
2023-11-23
*
|
|
|
test: remove the pipe created by new_pipename() (#26173)
zeertzjq
2023-11-23
*
|
|
|
fix(column): apply numhl signs when 'signcolumn' is "no" (#26167)
luukvbaal
2023-11-23
*
|
|
|
vim-patch:9.0.2121: [security]: use-after-free in ex_substitute
zeertzjq
2023-11-23
*
|
|
|
feat(extmarks): add sign name to extmark "details" array
Luuk van Baal
2023-11-22
*
|
|
|
fix(decorations): fix imbalanced sign count
bfredl
2023-11-22
*
|
|
|
refactor(decorations): break up Decoration struct into smaller pieces
bfredl
2023-11-22
*
|
|
|
fix(messages): :map output with ext_messages (#26126)
Bara C. Tudor
2023-11-22
*
|
|
|
fix(vim.region): handle multibyte inclusive selection properly (#26129)
zeertzjq
2023-11-21
*
|
|
|
vim-patch:9.0.2116: No test for defining sign without attribute (#26115)
luukvbaal
2023-11-20
*
|
|
|
test: skip failing watch file tests on freebsd (#26110)
Mathias Fußenegger
2023-11-19
[next]