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
/
src
Commit message (
Expand
)
Author
Age
...
*
|
test: spellcheck :help (vimdoc) files #24109
Justin M. Keyes
2023-06-22
*
|
fix(extmarks): hide inline virt_text properly with 'smoothscroll' (#24106)
zeertzjq
2023-06-22
*
|
fix(extmarks): empty inline virt_text interfering with DiffText (#24101)
zeertzjq
2023-06-22
*
|
fix(api): wrong nvim_buf_set_extmark error for invalid hl_mode
zeertzjq
2023-06-22
*
|
fix(extmarks): empty inline virt_text interfering with Visual highlight
zeertzjq
2023-06-22
*
|
fix(folds): don't show search or match highlighting on fold (#24084)
zeertzjq
2023-06-21
*
|
fix(vim.json)!: remove global options, "null", "array_mt" #24070
Justin M. Keyes
2023-06-21
*
|
fix(lsp): define LspInlayHint highlight group #24073
Chinmay Dalal
2023-06-21
*
|
Merge pull request #24069 from famiu/refactor/options/varp
bfredl
2023-06-20
|
\
\
|
*
|
refactor(option): use `void *` for pointer to option value
Famiu Haque
2023-06-20
*
|
|
fix(docs): the runtimepath is not the runtime path
bfredl
2023-06-19
*
|
|
docs #22363
Justin M. Keyes
2023-06-19
*
|
|
vim-patch:9.0.1638: crypt tests hang and cause memory errors (#24053)
zeertzjq
2023-06-18
|
/
/
*
|
vim-patch:9.0.1637: compiler warning for uninitialized variable (#24042)
zeertzjq
2023-06-17
*
|
vim-patch:9.0.1635: error message is cleared when removing mode message
zeertzjq
2023-06-16
*
|
vim-patch:9.0.1634: message is cleared when removing mode message
zeertzjq
2023-06-16
*
|
vim-patch:9.0.1636: expanding a pattern interferes with cmdline completion (#...
zeertzjq
2023-06-16
*
|
fix(:let): fix error when applying operator to boolean option (#24030)
zeertzjq
2023-06-15
*
|
fix(extmarks): don't position overlay virt_text halfway a char (#24027)
zeertzjq
2023-06-15
*
|
vim-patch:9.0.1631: passing wrong variable type to option gives multiple erro...
zeertzjq
2023-06-15
*
|
vim-patch:9.0.1629: having utf16idx() rounding up is inconvenient (#24019)
zeertzjq
2023-06-14
*
|
fix(tui): v:argv does not report the original argv[0] #24015
t0muxx
2023-06-14
*
|
fix(api): redundant error when using `nvim_cmd` (#24010)
Famiu Haque
2023-06-13
*
|
fix(extmarks): handle inline virt_text with empty chunk (#24005)
zeertzjq
2023-06-13
*
|
vim-patch:8.2.4600: Vim9: not enough test coverage for executing :def functio...
zeertzjq
2023-06-12
*
|
vim-patch:8.2.3332: Vim9: cannot assign to range in list
zeertzjq
2023-06-12
*
|
docs: various clarifications (#23999)
zeertzjq
2023-06-12
*
|
vim-patch:8.2.3852: Vim9: not enough tests
zeertzjq
2023-06-12
*
|
vim-patch:partial:8.2.3335: Vim9: not enough tests run with Vim9
zeertzjq
2023-06-12
*
|
vim-patch:8.2.2533: Vim9: cannot use a range with :unlet
zeertzjq
2023-06-12
*
|
vim-patch:8.2.2948: substitute() accepts a number but not a float expression
Sean Dewar
2023-06-12
*
|
feat: report "build" in vim.version() #23925
treatybreaker
2023-06-11
*
|
fix(remote): restore previous --remote-expr output formatting (#23988)
zeertzjq
2023-06-11
*
|
fix(remote): make --remote-expr print to stdout (#23980)
zeertzjq
2023-06-11
*
|
fix(helptags): make multibyte help tags work properly (#23975)
zeertzjq
2023-06-11
*
|
vim-patch:9.0.1626: Visual area not shown when using 'showbreak' (#23978)
zeertzjq
2023-06-11
*
|
test: more tests for nvim_{set,del}_keymap with abbreviation (#23970)
zeertzjq
2023-06-10
*
|
feat(api): support abbreviations in nvim_set_keymap
bfredl
2023-06-09
*
|
vim-patch:9.0.1621: FILETYPE_FILE is defined to the same value multiple times...
zeertzjq
2023-06-09
*
|
vim-patch:9.0.1617: charidx() result is not consistent with byteidx() (#23963)
zeertzjq
2023-06-09
*
|
feat(lsp)!: add vim.lsp.status, client.progress and promote LspProgressUpdate...
Mathias Fußenegger
2023-06-09
*
|
vim-patch:9.0.1616: quickfix text field is truncated (#23951)
zeertzjq
2023-06-08
*
|
feat(diff): grouping optimization for linematch algorithm
Jonathon
2023-06-07
*
|
refactor(options): use slash separator for `option_get_valid_types()` (#23945)
Famiu Haque
2023-06-07
*
|
fix(events): don't expand non-file as file name
zeertzjq
2023-06-07
*
|
revert: "refactor: eliminate `autocmd_fname_full` global"
zeertzjq
2023-06-07
*
|
refactor(api): adjust errors for setting options (#23942)
zeertzjq
2023-06-07
*
|
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
*
|
build!: remove neovim qt
dundargoc
2023-06-06
*
|
refactor(defaults): do not use C specific default values for options (#22500)
Gregory Anders
2023-06-06
[prev]
[next]