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
*
Merge pull request #17630 from kchibisov/fix-underline-regression
James McCoy
2022-03-06
|
\
|
*
fix(api): highlight attribute for underline
Kirill Chibisov
2022-03-06
*
|
Merge pull request #17616 from zeertzjq/vim-8.2.3739
zeertzjq
2022-03-07
|
\
\
|
*
|
test: add a test for #17609
zeertzjq
2022-03-07
|
*
|
test(autochdir_spec): use better patterns
zeertzjq
2022-03-07
|
*
|
vim-patch:8.2.4513: window-local directory is not applied if 'acd' fails
zeertzjq
2022-03-07
|
*
|
vim-patch:8.2.4060: win_execute() slow on systems where getcwd()/chdir() is slow
zeertzjq
2022-03-07
|
*
|
vim-patch:8.2.3920: restoring directory after using another window is ineffic...
zeertzjq
2022-03-07
|
*
|
vim-patch:8.2.3745: autochdir test fails without the +channel feature
zeertzjq
2022-03-07
|
*
|
vim-patch:8.2.3739: in wrong directory when using win_execute() with 'acd' set
zeertzjq
2022-03-07
|
/
/
*
|
refactor(signcol): smarter invalidation (#17533)
Lewis Russell
2022-03-06
*
|
Merge pull request #17628 from jamessan/bsd-gdb
James McCoy
2022-03-06
|
\
\
|
*
|
test(sr.ht): skip luamod-dev test which crashes nvim
James McCoy
2022-03-06
|
*
|
ci(bsd): install gdb to get backtraces from cores
James McCoy
2022-03-06
|
|
/
*
/
feat(api): add 'buffer' argument to nvim_get_autocmds (#17594)
Gregory Anders
2022-03-06
|
/
*
fix(lsp): handle insertion of previous line (#17618)
Michael Lingelbach
2022-03-06
*
Merge pull request #17623 from zeertzjq/lua-editor-mentions
zeertzjq
2022-03-06
|
\
|
*
docs(lua): reference runtime/lua/vim/_editor.lua
zeertzjq
2022-03-06
*
|
Merge pull request #16897 from lewis6991/signs
bfredl
2022-03-06
|
\
\
|
|
/
|
/
|
|
*
feat(decorations): support signs
Lewis Russell
2022-03-05
*
|
Merge pull request #17597 from dundargoc/build/cmake/fix-warnings
James McCoy
2022-03-05
|
\
\
|
*
|
build(cmake): remove unused variable CMAKE_CXX_COMPILER to fix warning
Dundar Göc
2022-03-04
|
*
|
build(cmake): fix policy warning
Dundar Göc
2022-03-04
|
|
/
*
|
Merge pull request #17589 from kchibisov/add-dashed-dotted-underline
James McCoy
2022-03-05
|
\
\
|
*
|
fix: bounds check for underdot
Kirill Chibisov
2022-03-05
|
*
|
fix(syntax): remove trailing spaces in vim.vim
Kirill Chibisov
2022-03-04
|
*
|
fix(docs): spelling in new underlines docs
Kirill Chibisov
2022-03-04
|
*
|
feat(tui): add support for `CSI 4 : [2,4,5] m`
Kirill Chibisov
2022-03-03
*
|
|
Merge pull request #17538 from dundargoc/refactor/bugprone-signed-char-misuse
bfredl
2022-03-05
|
\
\
\
|
*
|
|
test(strcase_save): test overlong UTF8-encoding
Dundar Göc
2022-03-05
|
*
|
|
refactor: fix clang-tidy bugprone-signed-char-misuse warnings
Dundar Göc
2022-03-04
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #17603 from bfredl/luaworld
bfredl
2022-03-05
|
\
\
\
|
*
|
|
refactor(lua): move only runtime lua file in src/ to runtime/lua
bfredl
2022-03-04
*
|
|
|
fix(lsp): start incremental sync range at previous newline character (#17610)
Michael Lingelbach
2022-03-05
*
|
|
|
Merge pull request #17611 from zeertzjq/vim-patch-pr-args
James McCoy
2022-03-05
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
feat(vim-patch.sh): support additional args for -s
zeertzjq
2022-03-05
|
/
/
/
*
|
|
Merge pull request #17601 from dundargoc/revert/libuv
James McCoy
2022-03-04
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
revert: "build(deps): bump libuv to 1.43.0+7ae0c95"
Dundar Göc
2022-03-04
|
/
/
*
|
Merge pull request #17598 from dundargoc/ci/reviewer/update-reviewers
James McCoy
2022-03-04
|
\
\
|
*
|
ci(reviews): update reviewers
Dundar Göc
2022-03-04
|
/
/
*
|
Merge pull request #17596 from zeertzjq/autocmd-comment
zeertzjq
2022-03-04
|
\
\
|
*
|
chore(autocmd): move comment to the right place
zeertzjq
2022-03-04
|
/
/
*
|
fix(autocmd): clean up autocmds only when needed (#17593)
Jaehwang Jung
2022-03-04
*
|
Merge pull request #17567 from bfredl/preload
bfredl
2022-03-03
|
\
\
|
*
|
refactor(lua): reorganize builtin modules, phase 1
bfredl
2022-03-03
|
|
/
*
|
Merge pull request #17568 from groves/respect_os_proc_children_rv
James McCoy
2022-03-03
|
\
\
|
*
|
fix: respect os_proc_children rv of pid not found
Charlie Groves
2022-03-01
*
|
|
Merge pull request #17564 from dundargoc/ci/freebsd/remove-deprecated-port
James McCoy
2022-03-03
|
\
\
\
|
*
|
|
ci(freebsd): remove deprecated package sha to fix warning
Dundar Göc
2022-03-01
*
|
|
|
Merge pull request #17591 from zeertzjq/vim-8.2.4498
zeertzjq
2022-03-03
|
\
\
\
\
[next]