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
...
|
*
|
fix(buffer): disable buffer-updates before removing from window #18933
zeertzjq
2022-06-12
|
*
|
Merge pull request #18936 from bfredl/apioption
bfredl
2022-06-12
|
|
\
\
|
|
*
|
refactor(api): update vimdoc
bfredl
2022-06-12
|
|
*
|
refactor(api): move command related API to separate file
bfredl
2022-06-12
|
|
*
|
refactor(api): move extmark specific functions to api/extmark.c
bfredl
2022-06-12
|
|
*
|
refactor(api): move option code to own file
bfredl
2022-06-12
|
|
|
/
|
*
|
fix(inccommand): skip split window if not enough room #18937
Famiu Haque
2022-06-12
|
*
|
feat(contrib): asan debugging script #18892
dundargoc
2022-06-12
|
|
/
|
*
Merge pull request #18919 from bfredl/multiattr
bfredl
2022-06-11
|
|
\
|
|
*
fix(messages): add color when showing nvim_echo in :messages history
bfredl
2022-06-11
|
|
/
|
*
Merge pull request #18428 from bfredl/do_source
bfredl
2022-06-11
|
|
\
|
|
*
feat(api): nvim__get_runtime do_source
bfredl
2022-06-11
|
|
/
|
*
fix(inccommand): clear cmdpreview state if preview is not shown (#18923)
zeertzjq
2022-06-11
|
*
vim-patch:8.2.5076: unnecessary code (#18922)
zeertzjq
2022-06-11
|
*
Merge pull request #18461 from dundargoc/refactor/change-linenr-to-int32
bfredl
2022-06-10
|
|
\
|
|
*
refactor: change type of linenr_T from long to int32_t
Dundar Goc
2022-06-10
|
|
/
|
*
fix(input): fix macro recording with ALT and special key (#18917)
zeertzjq
2022-06-10
|
*
vim-patch:partial:63f32603789d (#18916)
Christian Clason
2022-06-10
|
*
feat(filetype): remove side effects from vim.filetype.match (#18894)
Gregory Anders
2022-06-09
|
*
refactor(ops): doxygen docstrings #17743
dundargoc
2022-06-09
|
*
build: add a cmake target for all used linters #18543
dundargoc
2022-06-09
|
*
fix(tests): unreliable parser_spec #18911
Justin M. Keyes
2022-06-09
|
*
fix: segfault in find_tagfunc_tags #18841
fkm3
2022-06-09
|
*
fix: correct nlua_wait error message #18867
resolritter
2022-06-09
|
*
Merge pull request #18908 from zeertzjq/vim-8.2.5066
zeertzjq
2022-06-09
|
|
\
|
|
*
vim-patch:8.2.5070: unnecessary code
zeertzjq
2022-06-09
|
|
*
vim-patch:8.2.5066: lcs-leadmultispace
zeertzjq
2022-06-09
|
|
/
|
*
feat(autocmds): retrieve lua callback (#18642)
kylo252
2022-06-09
|
*
Merge pull request #18904 from jamessan/no-parser-ci
James McCoy
2022-06-08
|
|
\
|
|
*
test: allow running CI without ts parsers installed
James McCoy
2022-06-08
|
|
*
ci: run tests with no treesitter parsers installed
James McCoy
2022-06-08
|
|
/
|
*
Merge pull request #18903 from jamessan/skip-test-parsers
James McCoy
2022-06-08
|
|
\
|
|
*
test(ts): skip test if C parser is not available
James McCoy
2022-06-08
|
*
|
fix(terminal): scrollback delete lines immediately #18832
Javier Lopez
2022-06-08
|
*
|
Merge pull request #18788 from dundargoc/ci/api-docs/color
James McCoy
2022-06-08
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
ci(api-docs): show required changes with color
Dundar Goc
2022-05-28
|
*
|
fix(diagnostic): check for negative column value (#18868)
mohsen
2022-06-08
|
*
|
refactor(log): simplify log_path_init #18898
Justin M. Keyes
2022-06-08
|
*
|
Merge pull request #18896 from famiu/fix/nvim_create_user_command/smods
bfredl
2022-06-08
|
|
\
\
|
|
*
|
fix(nvim_create_user_command): make `smods` work with `nvim_cmd`
Famiu Haque
2022-06-08
|
|
/
/
|
*
|
fix(eval/f_getmatches): return empty list for invalid win argument (#18893)
Sean Dewar
2022-06-07
|
*
|
Merge pull request #18870 from zbirenbaum/winhl-cursor
bfredl
2022-06-07
|
|
\
\
|
|
*
|
fix(highlight): let winhighlight use cursor
zbirenbaum
2022-06-07
|
*
|
|
vim-patch:partial:016188fd8a30 (#18890)
Christian Clason
2022-06-07
|
|
/
/
|
*
|
fix(input): allow Ctrl-C to interrupt a recursive mapping even if mapped (#18...
zeertzjq
2022-06-07
|
*
|
vim-patch:8.2.5064: no test for what 8.1.0052 fixes (#18881)
zeertzjq
2022-06-07
|
*
|
refactor(runtime): port remaining patterns from filetype.vim to filetype.lua ...
Jonas Strittmatter
2022-06-06
|
*
|
docs: documenting struct members inline #18783
Javier Lopez
2022-06-06
|
*
|
vim-patch:8.2.5058: input() does not handle composing characters properly (#1...
zeertzjq
2022-06-06
|
*
|
fix(lsp): fix multi client handling in code action (#18869)
Mathias Fußenegger
2022-06-05
[prev]
[next]