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
...
*
|
|
refactor(PVS/V1048): remove unnecessary assignment (#21870)
Lucas Merritt
2023-01-18
*
|
|
vim-patch:9.0.1215: using isalpha() adds dependency on current locale
zeertzjq
2023-01-18
*
|
|
vim-patch:9.0.1214: file left behind after running tests
zeertzjq
2023-01-18
*
|
|
vim-patch:9.0.1212: cannot read back what setcellwidths() has done (#21867)
zeertzjq
2023-01-18
|
/
/
*
|
refactor: replace char_u with char 22 (#21786)
dundargoc
2023-01-17
*
|
vim-patch:8.2.5126: substitute may overrun destination buffer
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4618: cmdline completion does not recognize single letter commands
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4617: no completion for :scriptnames
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4483: command completion makes two rounds to collect matches (#...
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4959: using NULL regexp program (#21855)
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4928: various white space and cosmetic mistakes (#21854)
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4917: fuzzy expansion of option names is not right (#21853)
zeertzjq
2023-01-17
*
|
vim-patch:9.0.0089: fuzzy argument completion doesn't work for shell commands...
zeertzjq
2023-01-17
*
|
fix(completion): correct what modes support fuzzy completion
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4482: no fuzzy cmdline completion for user defined completion
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4479: no fuzzy completieon for maps and abbreviations
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4478: crash when using fuzzy completion
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4477: crash when using fuzzy completion
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4475: fuzzy cmdline completion does not work for lower case
zeertzjq
2023-01-17
*
|
vim-patch:8.2.4465: fuzzy completion does not order matches properly
Sean Dewar
2023-01-17
*
|
vim-patch:8.2.4463: completion only uses strict matching
Sean Dewar
2023-01-17
*
|
refactor: remove char_u from arguments of fuzzy_match()
zeertzjq
2023-01-17
*
|
fix(tabline): avoid memory leak in tabline click definitions (#21847)
luukvbaal
2023-01-17
*
|
vim-patch:9.0.1208: code is indented more than necessary (#21846)
zeertzjq
2023-01-17
*
|
refactor: fix sign conversion warning from gcc (#21833)
dundargoc
2023-01-17
*
|
Merge #21844 test: avoid noise in test logs
Justin M. Keyes
2023-01-16
|
\
\
|
*
|
test: avoid noise in NVIM_LOG_FILE
Justin M. Keyes
2023-01-16
*
|
|
fix(api): avoid memory leak with click functions in nvim_eval_statusline() (#...
luukvbaal
2023-01-17
|
/
/
*
|
fix(column): avoid drawing columns for virt_lines_leftcol
Luuk van Baal
2023-01-16
*
|
fix(column)!: ensure 'statuscolumn' works with virtual and wrapped lines
Luuk van Baal
2023-01-16
*
|
Merge pull request #20945 from erw7/feat-more-exception-info
zeertzjq
2023-01-16
|
\
\
|
*
|
refactor: remove E5500, adjust tests
zeertzjq
2023-01-16
|
*
|
feat(api): show more exception info
erw7
2023-01-16
*
|
|
Merge pull request #21831 from bfredl/nofd
bfredl
2023-01-16
|
\
\
\
|
*
|
|
fix(ui): re-organize tty fd handling and fix issues
bfredl
2023-01-16
*
|
|
|
Merge #21175 exepath() with powershell
Justin M. Keyes
2023-01-16
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
test: align Test_shell_options, Test_shellslash with Nvim default
Justin M. Keyes
2023-01-16
|
*
|
|
vim-patch:8.2.3071: shell options are not set properly for PowerShell
Justin M. Keyes
2023-01-16
|
*
|
|
vim-patch:8.2.3070: not enough testing for shell use
Justin M. Keyes
2023-01-16
|
*
|
|
vim-patch:8.2.3061: testing the shell option is incomplete and spread out
Justin M. Keyes
2023-01-16
|
*
|
|
fix(exepath)!: prefers extensionless for powershell
Anton Kriese
2023-01-16
*
|
|
|
fix(diff): "nvim -d" should only diff arglist files #21829
0xAdk
2023-01-16
|
/
/
/
*
|
|
build: exclude tui/terminfo_defs.h from lintc-clint (#21822)
dundargoc
2023-01-15
*
|
|
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
|
/
/
*
|
Merge pull request #21731 from tk-shirasaka/fix/builtin_popup_on_ext_popupmenu
bfredl
2023-01-15
|
\
\
|
*
|
fix: properly close builtin popup in ext_popupmenu
shirasaka
2023-01-11
*
|
|
vim-patch:8.2.0188: Check commands don't work well with Vim9 script (#21809)
zeertzjq
2023-01-15
*
|
|
vim-patch:8.2.4570: no command line completion for :profile and :profdel
zeertzjq
2023-01-15
*
|
|
vim-patch:8.2.4565: no command line completion for :breakadd and :breakdel
zeertzjq
2023-01-15
[prev]
[next]