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
*
vim-patch:9.1.1263: string length wrong in get_last_inserted_save() (#33194)
zeertzjq
2025-03-30
*
vim-patch:9.1.1260: Hang when filtering buffer with NUL bytes (#33192)
zeertzjq
2025-03-30
*
fix(api): use E226 instead of E227 for duplicate abbreviation (#33159)
zeertzjq
2025-03-30
*
refactor(treesitter): migrate to ts parser callback API #33141
Riley Bruins
2025-03-29
*
Merge pull request #33114 from zeertzjq/vim-9.1.1250
zeertzjq
2025-03-29
|
\
|
*
vim-patch:9.1.1257: Mixing vim_strsize() with mb_ptr2cells() in pum_redraw()
zeertzjq
2025-03-29
|
*
fix(pum): simplify 'pummaxwidth' truncation and avoid crash
zeertzjq
2025-03-29
|
*
vim-patch:9.1.1255: missing test condition for 'pummaxwidth' setting
zeertzjq
2025-03-29
|
*
vim-patch:9.1.1250: cannot set the maximum popup menu width
zeertzjq
2025-03-29
*
|
fix(api): use original LHS in keymap error message #33135
Gregory Anders
2025-03-29
|
/
*
vim-patch:9.1.1258: regexp: max \U and \%U value is limited by INT_MAX (#33156)
zeertzjq
2025-03-29
*
refactor(diff): remove unreachable code (#33149)
zeertzjq
2025-03-29
*
fix(pum): fix heap-buffer-overflow with 'rightleft' (#33146)
zeertzjq
2025-03-29
*
vim-patch:9.1.1252: typos in code and docs related to 'diffopt' "inline:" (#3...
zeertzjq
2025-03-29
*
fix(cmdline): avoid empty @: register after :<CR> (#33126)
luukvbaal
2025-03-28
*
fix(cmdline): empty ext_cmdline block events for :<CR> #33118
luukvbaal
2025-03-28
*
fix(mouse): crash with click on win-separator in statusline (#33091)
Shadman
2025-03-28
*
vim-patch:9.1.1246: coverity complains about some changes in v9.1.1243
zeertzjq
2025-03-28
*
vim-patch:9.1.1243: diff mode is lacking for changes within lines
zeertzjq
2025-03-28
*
vim-patch:9.1.1247: fragile setup to get (preferred) keys from key_name_entry...
zeertzjq
2025-03-28
*
fix(health): message should mention "vim.provider" #33095
Eisuke Kawashima
2025-03-27
*
refactor(eval): move diff functions to diff.c (#33085)
zeertzjq
2025-03-27
*
fix(ui): wincmd _ should not increase 'cmdheight' above 0 (#33056)
luukvbaal
2025-03-27
*
fix(display): scroll logic does not take into account concealed topline (#33054)
luukvbaal
2025-03-27
*
vim-patch:9.1.1224: cannot :put while keeping indent (#33076)
zeertzjq
2025-03-27
*
vim-patch:9.1.1219: Strange error with wrong type for matchfuzzy() "camelcase"
zeertzjq
2025-03-27
*
vim-patch:9.1.1214: matchfuzzy() can be improved for camel case matches
glepnir
2025-03-27
*
vim-patch:9.1.1228: completion: current position column wrong after got a match
zeertzjq
2025-03-27
*
vim-patch:9.1.1201: 'completefuzzycollect' does not handle dictionary correctly
zeertzjq
2025-03-27
*
vim-patch:1dc731a: runtime(doc): make :h 'completefuzzycollect' a bit clearer
zeertzjq
2025-03-27
*
vim-patch:9.1.1197: process_next_cpt_value() uses wrong condition
zeertzjq
2025-03-27
*
vim-patch:9.1.1185: endless loop with completefuzzycollect and no match found
zeertzjq
2025-03-27
*
vim-patch:9.1.1182: No cmdline completion for 'completefuzzycollect'
zeertzjq
2025-03-27
*
vim-patch:9.1.1181: Unnecessary STRLEN() calls in insexpand.c
zeertzjq
2025-03-27
*
vim-patch:9.1.1178: not possible to generate completion candidates using fuzz...
zeertzjq
2025-03-27
*
vim-patch:9.1.1131: potential out-of-memory issue in search.c
zeertzjq
2025-03-27
*
vim-patch:9.1.0733: keyword completion does not work with fuzzy
zeertzjq
2025-03-27
*
vim-patch:26e4b00: runtime(doc): Revert outdated comment in completeopt's fuz...
zeertzjq
2025-03-27
*
vim-patch:9.1.0705: Sorting of fuzzy filename completion is not stable
zeertzjq
2025-03-27
*
vim-patch:9.1.0654: completion does not respect completeslash with fuzzy
zeertzjq
2025-03-27
*
vim-patch:9.1.0634: Ctrl-P not working by default
zeertzjq
2025-03-27
*
vim-patch:9.1.0631: wrong completion list displayed with non-existing dir + f...
zeertzjq
2025-03-27
*
vim-patch:9.1.0605: internal error with fuzzy completion
zeertzjq
2025-03-27
*
vim-patch:9.1.0598: fuzzy completion does not work with default completion
zeertzjq
2025-03-27
*
revert: "refactor(tui): disable kitty key event reporting"
Christian Clason
2025-03-26
*
docs: news, lsp autocomplete #33047
Justin M. Keyes
2025-03-26
*
vim-patch:9.1.1238: wrong cursor column with 'set splitkeep=screen' (#33060)
zeertzjq
2025-03-26
*
fix(mswin): UI may hang on exit
Justin M. Keyes
2025-03-25
*
fix(channel): log after (not before) channel-close
Justin M. Keyes
2025-03-24
*
refactor(channel): redundant channel_close()
Justin M. Keyes
2025-03-24
[next]