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:8.2.3886: can define autocmd for every event by using "au!"
zeertzjq
2022-10-05
*
vim-patch:8.2.3885: arglist test fails
zeertzjq
2022-10-05
*
vim-patch:8.2.3884: crash when clearing the argument list while using it
zeertzjq
2022-10-05
*
vim-patch:8.2.2463: using :arglocal in an autocommand may use freed memory
zeertzjq
2022-10-05
*
vim-patch:8.2.2421: double free when using autocommand with "argdel"
zeertzjq
2022-10-05
*
vim-patch:8.2.2413: crash when using :all while using a cmdline window
zeertzjq
2022-10-05
*
vim-patch:9.0.0661: multi-byte "lastline" in 'fillchars' does not work properly
zeertzjq
2022-10-05
*
vim-patch:9.0.0656: cannot specify another character to use instead of '@'
zeertzjq
2022-10-05
*
fix(ui): msg_ext_set_kind for nvim_echo (#20476)
Shougo
2022-10-04
*
vim-patch:8.2.2316: Vim9: cannot list a lambda function
zeertzjq
2022-10-04
*
Merge #20154 build: cmake cleanup
Justin M. Keyes
2022-10-02
|
\
|
*
build: remove unnecessary translation-related code
dundargoc
2022-10-02
*
|
feat(l10n): update Turkish translations (#20444)
Emir SARI
2022-10-02
*
|
build: only generate compilation database for the nvim target (#20449)
dundargoc
2022-10-02
|
/
*
fix(folds): fix fold marker multibyte comparison (#20439)
zeertzjq
2022-10-02
*
vim-patch:9.0.0622: matchaddpos() can get slow when adding many matches
zeertzjq
2022-10-02
*
vim-patch:9.0.0620: matchaddpos() can only add up to 8 matches
zeertzjq
2022-10-02
*
Merge #19438 from 3N4N/fix/pwsh
Justin M. Keyes
2022-10-01
|
\
|
*
fix: :! pwsh redirection for `command not found`
Enan Ajmain
2022-09-30
|
*
fix: make_filter_cmd for :! powershell
Enan Ajmain
2022-09-30
*
|
vim-patch:8.2.2542: highlight of char beyond line end is not correct (#20424)
zeertzjq
2022-10-01
*
|
fix(dist): update neovim-qt, win32tools.zip #20413
Justin M. Keyes
2022-09-30
|
/
*
dist(win): update neovim-qt, win32tools.zip #20411
Justin M. Keyes
2022-09-30
*
feat: update unicode tables
bfredl
2022-09-30
*
Merge pull request #20343 from zeertzjq/virt-lines-vcol
bfredl
2022-09-30
|
\
|
*
fix(extmarks): make virt_lines always start at 0 virtcol
zeertzjq
2022-09-25
*
|
Merge pull request #20364 from zeertzjq/parse-cmd-omit
bfredl
2022-09-30
|
\
\
|
*
|
fix(api)!: nvim_parse_cmd omit "count" "range" "reg" if not supported
zeertzjq
2022-09-30
*
|
|
docs: fix typos (#20394)
dundargoc
2022-09-30
*
|
|
feat(nvim_cmd): allow using first argument as count
Famiu Haque
2022-09-29
|
/
/
*
|
Merge pull request #20381 from cryptomilk/asn-vterm
James McCoy
2022-09-29
|
\
\
|
*
|
build(deps): require libvterm version 0.3
Andreas Schneider
2022-09-28
*
|
|
Merge pull request #20382 from cryptomilk/asn-termkey
James McCoy
2022-09-29
|
\
\
\
|
*
|
|
build(deps): require libtermkey version 0.22
Andreas Schneider
2022-09-28
|
|
/
/
*
|
|
fix(api): fix nvim_cmd crash with filename expansion (#20397)
zeertzjq
2022-09-29
*
|
|
fix(column): move sign sentinel after inserting/deleting lines (#20400)
zeertzjq
2022-09-29
*
|
|
fix(spell): correct spell move behavior without "noplainbuffer" (#20386)
zeertzjq
2022-09-28
*
|
|
Merge pull request #20375 from famiu/refactor/get_option
bfredl
2022-09-28
|
\
\
\
|
*
|
|
refactor: replace unnecessary helper functions in optionstr.c
Famiu Haque
2022-09-28
*
|
|
|
fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)
zeertzjq
2022-09-28
*
|
|
|
fix: compiler warnings from clang 15 (#20321)
dundargoc
2022-09-28
|
|
/
/
|
/
|
|
*
|
|
fix(window): fix equalization with cmdheight=0 (#20369)
zeertzjq
2022-09-28
*
|
|
Merge pull request #15373 from smolck/lua-notify-dictwatcher
bfredl
2022-09-27
|
\
\
\
|
*
|
|
fix(api): notify dict watchers on nvim_set_var and vim.g setter
smolck
2022-09-27
|
|
/
/
*
|
|
vim-patch:9.0.0604: luacheckrc file is not recognized (#20371)
ObserverOfTime
2022-09-27
*
|
|
vim-patch:9.0.0602: new TypeScript extensions are not recognized
Christian Clason
2022-09-27
*
|
|
vim-patch:9.0.0600: GYP files are not recognized
Christian Clason
2022-09-27
*
|
|
vim-patch:9.0.0599: latexmkrc files are not recognized
Christian Clason
2022-09-27
|
/
/
*
|
vim-patch:9.0.0595: extra newline in messages after a verbose shell message (...
zeertzjq
2022-09-27
*
|
fix(ui): redraw end of buffer if last line is modified (#20354)
zeertzjq
2022-09-27
[next]