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
/
test
/
old
Commit message (
Expand
)
Author
Age
...
*
|
vim-patch:9.1.0728: [security]: heap-use-after-free in garbage collection wit...
zeertzjq
2024-09-14
|
/
*
vim-patch:9.1.0725: filetype: swiftinterface files are not recognized (#30350)
zeertzjq
2024-09-12
*
vim-patch:9.1.0720: Wrong breakindentopt=list:-1 with multibyte or TABs (#30293)
zeertzjq
2024-09-07
*
vim-patch:9.1.0719: Resetting cell widths can make 'listchars' or 'fillchars'...
zeertzjq
2024-09-06
*
vim-patch:9.1.0716: resetting setcellwidth() doesn't update the screen (#30274)
zeertzjq
2024-09-06
*
feat(defaults): popupmenu "Open in browser", "Go to definition" #30261
Justin M. Keyes
2024-09-05
*
vim-patch:9.1.0713: Newline causes E749 in Ex mode (#30254)
zeertzjq
2024-09-04
*
vim-patch:9.1.0708: Recursive window update does not account for reset skipco...
luukvbaal
2024-09-01
*
vim-patch:9.1.0684: completion is inserted on Enter with "noselect" (#30111)
glepnir
2024-08-31
*
feat(mbyte): support extended grapheme clusters including more emoji
bfredl
2024-08-30
*
vim-patch:9.1.0699: "dvgo" is not always an inclusive motion (#30173)
zeertzjq
2024-08-29
*
vim-patch:9.1.0694: matchparen is slow on a long line (#30134)
zeertzjq
2024-08-25
*
vim-patch:9.1.0692: Wrong patlen value in ex_substitute() (#30131)
zeertzjq
2024-08-24
*
vim-patch:9.1.0690: cannot set special highlight kind in popupmenu (#30128)
zeertzjq
2024-08-24
*
vim-patch:9.1.0683: mode() returns wrong value with <Cmd> mapping (#30109)
zeertzjq
2024-08-22
*
vim-patch:9.1.0686: zip-plugin has problems with special characters (#30108)
zeertzjq
2024-08-20
*
vim-patch:9.1.0677: :keepp does not retain the substitute pattern
zeertzjq
2024-08-17
*
vim-patch:9.1.0678: [security]: use-after-free in alist_add()
zeertzjq
2024-08-17
*
vim-patch:9.1.0672: marker folds may get corrupted on undo (#30026)
zeertzjq
2024-08-11
*
vim-patch:9.1.0667: Some other options reset curswant unnecessarily when set ...
zeertzjq
2024-08-10
*
vim-patch:9.1.0666: assert_equal() doesn't show multibyte string correctly (#...
zeertzjq
2024-08-10
*
vim-patch:8.2.4860: MS-Windows: always uses current directory for executables
zeertzjq
2024-08-09
*
vim-patch:8.2.3477: startup test fails on MS-Windows
zeertzjq
2024-08-08
*
vim-patch:8.2.3476: renaming a buffer on startup may cause using freed memory
zeertzjq
2024-08-08
*
vim-patch:9.1.0663: tests: zip test still resets 'shellslash' option
zeertzjq
2024-08-07
*
vim-patch:9.1.0661: the zip plugin is not tested. (#29993)
zeertzjq
2024-08-06
*
vim-patch:8.2.4838: checking for absolute path is not trivial (#29990)
zeertzjq
2024-08-06
*
vim-patch:9.1.0465: missing filecopy() function (#29989)
zeertzjq
2024-08-06
*
vim-patch:9.1.0648: [security] double-free in dialog_changed()
zeertzjq
2024-08-03
*
vim-patch:9.1.0655: filetype: goaccess config file not recognized
Christian Clason
2024-08-03
*
vim-patch:9.0.0632: calling a function from an "expr" option has overhead
zeertzjq
2024-08-02
*
vim-patch:8.2.4416: Vim9: using a script-local function requires using "s:" (...
zeertzjq
2024-08-02
*
vim-patch:9.1.0651: ex: trailing dot is optional for :g and :insert/:append (...
zeertzjq
2024-08-02
*
vim-patch:9.1.0647: [security] use-after-free in tagstack_clear_entry
zeertzjq
2024-08-02
*
vim-patch:9.0.2158: [security]: use-after-free in check_argument_type
zeertzjq
2024-08-02
*
vim-patch:9.0.2149: [security]: use-after-free in exec_instructions()
zeertzjq
2024-08-02
*
vim-patch:8.2.4275: cannot use an autoload function from a package under star...
zeertzjq
2024-08-01
*
vim-patch:9.1.0419: eval.c not sufficiently tested
zeertzjq
2024-07-31
*
vim-patch:9.1.0415: Some functions are not tested
zeertzjq
2024-07-31
*
vim-patch:9.1.0645: regex: wrong match when searching multi-byte char case-in...
zeertzjq
2024-07-31
*
vim-patch:9.0.0105: illegal memory access when pattern starts with illegal byte
zeertzjq
2024-07-31
*
vim-patch:9.1.0644: Unnecessary STRLEN() when applying mapping (#29921)
zeertzjq
2024-07-31
*
vim-patch:9.0.0333: method test fails
zeertzjq
2024-07-30
*
vim-patch:9.0.0331: cannot use items() on a string
zeertzjq
2024-07-30
*
vim-patch:9.0.0330: method tests fail
zeertzjq
2024-07-30
*
vim-patch:partial:9.0.0327: items() does not work on a list
zeertzjq
2024-07-30
*
vim-patch:9.1.0642: Check that mapping rhs starts with lhs fails if not simpl...
zeertzjq
2024-07-30
*
vim-patch:9.1.0638: E1510 may happen when formatting a message for smsg() (#2...
zeertzjq
2024-07-29
*
vim-patch:9.1.0636: filetype: ziggy files are not recognized
Christian Clason
2024-07-29
*
vim-patch:9.1.0635: filetype: SuperHTML template files not recognized
Christian Clason
2024-07-29
[prev]
[next]