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
/
nvim
Commit message (
Expand
)
Author
Age
...
|
*
|
vim-patch:9.1.0830: using wrong highlight group for spaces for popupmenu (#31...
zeertzjq
2024-11-03
|
*
|
refactor(options): remove `get_option_value_strict`
Famiu Haque
2024-11-02
|
|
/
|
*
fix(lua): show stacktrace for error in vim.on_key() callback (#31021)
zeertzjq
2024-11-02
|
*
refactor(options): unify `put_set(num|bool|string)` (#30993)
Famiu Haque
2024-11-02
|
*
vim-patch:b5e7da1: runtime(doc): mention 'iskeyword' at :h charclass() (#31026)
zeertzjq
2024-11-01
|
*
vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)
zeertzjq
2024-11-01
|
*
feat(lua): allow vim.on_key() callback to consume the key (#30939)
errael
2024-11-01
|
*
feat(highlight): make `PmenuMatch` and `PmenuMatchSel` bold
Evgeni Chasnovski
2024-10-31
|
*
vim-patch:9.1.0822: topline might be changed in diff mode unexpectedly (#30988)
zeertzjq
2024-10-30
|
*
docs(options): shell-powershell #30969
Kai Moschcau
2024-10-29
|
*
vim-patch:9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argu...
zeertzjq
2024-10-29
|
*
vim-patch:9.1.0811: :find expansion does not consider 'findexpr'
zeertzjq
2024-10-29
|
*
vim-patch:9.1.0810: cannot easily adjust the |:find| command
zeertzjq
2024-10-29
|
*
refactor: sort various Lua tables in src/ alphabetically (#30977)
zeertzjq
2024-10-29
|
*
refactor(options): option flags enum #30961
Famiu Haque
2024-10-28
|
*
fix(pum): don't select item when clicking to the left/right (#30967)
zeertzjq
2024-10-28
|
*
fix(treesitter): correct condition in `__has_ancestor`
Amaan Qureshi
2024-10-27
|
*
refactor(options): always allocate option values (#30917)
Famiu Haque
2024-10-27
|
*
refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915
Tristan Knight
2024-10-26
|
*
refactor(options)!: use OptVal for option defaults #26691
Famiu Haque
2024-10-25
|
*
vim-patch:9.1.0814: mapset() may remove unrelated mapping (#30941)
zeertzjq
2024-10-24
|
*
fix(options): missing error check for global 'scl' and 'winhl' (#30919)
zeertzjq
2024-10-24
|
*
vim-patch:9.1.0812: Coverity warns about dereferencing NULL ptr
zeertzjq
2024-10-24
|
*
vim-patch:9.1.0806: tests: no error check when setting global 'briopt'
zeertzjq
2024-10-24
|
*
vim-patch:9.1.0804: tests: no error check when setting global 'cc'
zeertzjq
2024-10-24
|
*
vim-patch:9.1.0803: tests: no error check when setting global 'isk'
zeertzjq
2024-10-24
|
*
vim-patch:9.1.0802: tests: no error check when setting global 'fdm' to empty ...
zeertzjq
2024-10-24
|
*
feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735
Tristan Knight
2024-10-23
|
*
docs: misc
dundargoc
2024-10-23
|
*
fix(options): fix 'winhl' still accepting invalid value (#30896)
zeertzjq
2024-10-22
|
*
refactor(eval): fix clear_evalarg() called with wrong argument (#30899)
zeertzjq
2024-10-22
|
*
vim-patch:9.1.0798: too many strlen() calls in cmdhist.c (#30895)
zeertzjq
2024-10-22
|
*
fix(options): fix :setglobal not working for 'spelloptions' (#30894)
zeertzjq
2024-10-22
|
*
vim-patch:9.1.0797: testing of options can be further improved (#30893)
zeertzjq
2024-10-22
|
*
fix(meta): do not use hyphens in param names
Lewis Russell
2024-10-21
|
*
fix(exit): close memfiles after processing events (#30872)
zeertzjq
2024-10-21
|
*
feat(float): allow enabling mouse for non-focusable window (#30844)
zeertzjq
2024-10-20
|
*
feat(terminal)!: make 'belloff' and 'visualbell' apply to terminal bell (#30859)
zeertzjq
2024-10-20
|
*
fix(options): fix some 'belloff' flags not working properly (#30856)
zeertzjq
2024-10-18
|
*
Merge pull request #30825 from lewis6991/refactor/lsputil
Lewis Russell
2024-10-17
|
|
\
|
|
*
feat(meta): add type for quickfix entries
Lewis Russell
2024-10-17
|
*
|
vim-patch:6c2fc37: runtime(help): Update help syntax
zeertzjq
2024-10-17
|
|
/
|
*
fix(runtime): clean up one-off scripts
Christian Clason
2024-10-15
|
*
vim-patch:9.1.0785: cannot preserve error position when setting quickfix list...
zeertzjq
2024-10-15
|
*
vim-patch:9.1.0783: 'spell' option setting has problems (#30818)
zeertzjq
2024-10-15
|
*
vim-patch:5bcfb5a: runtime(doc): add some docs for file-watcher programs
zeertzjq
2024-10-15
|
*
vim-patch:7b5e52d: runtime(doc): add preview flag to statusline example
zeertzjq
2024-10-15
|
*
fix(tui): avoid flushing buffer halfway an OSC 2 sequence (#30793)
zeertzjq
2024-10-15
|
*
vim-patch:8.2.0985: simplify() does not remove slashes from "///path"
zeertzjq
2024-10-13
|
*
vim-patch:9.1.0775: tests: not enough tests for setting options (#30785)
zeertzjq
2024-10-13
[prev]
[next]