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
*
tag: fix pvs/v547 error
Jan Edmund Lazo
2019-10-24
*
vim-patch:8.1.0455: checking for empty quickfix stack is not consistent
Jan Edmund Lazo
2019-10-23
*
vim-patch:8.1.0438: the ex_make() function is too long
Jan Edmund Lazo
2019-10-23
*
vim-patch:8.1.0434: copy_loclist() is too long
Jan Edmund Lazo
2019-10-23
*
vim-patch:8.1.0410: the ex_copen() function is too long
Jan Edmund Lazo
2019-10-23
*
vim-patch:8.1.0345: cannot get the window id associated with the location list
Jan Edmund Lazo
2019-10-23
*
vim-patch:8.1.0288: quickfix code uses cmdidx too often
Jan Edmund Lazo
2019-10-23
*
vim-patch:8.1.0014: qf_init_ext() is too long
Jan Edmund Lazo
2019-10-23
*
Merge #11261 from janlazo/vim-8.1.2185
Justin M. Keyes
2019-10-22
|
\
|
*
vim-patch:8.1.2197: ExitPre autocommand may cause accessing freed memory
Jan Edmund Lazo
2019-10-21
|
*
vim-patch:8.1.2190: syntax test fails on Mac
Jan Edmund Lazo
2019-10-21
|
*
vim-patch:8.1.2188: build error for missing define
Jan Edmund Lazo
2019-10-21
|
*
vim-patch:8.1.2185: syntax test fails
Jan Edmund Lazo
2019-10-21
*
|
Merge #11199 from bobrippling/vim-8.1.1228
Justin M. Keyes
2019-10-22
|
\
\
|
|
/
|
/
|
|
*
vim-patch:8.1.1962: leaking memory when using tagfunc()
Rob Pilling
2019-10-22
|
*
vim-patch:8.1.1228: not possible to process tags with a function
Rob Pilling
2019-10-22
|
*
Perform HASHTAB_ITER bookkeeping before user-code
Rob Pilling
2019-10-22
|
*
vim-patch:8.1.1099: the do_tag() function is too long
Rob Pilling
2019-10-12
*
|
vim-patch:8.1.2168: heredoc not skipped in if-block #11265
Marco Hinz
2019-10-20
*
|
TUI/thread: guard env map from potential race with unibilium #11259
erw7
2019-10-20
*
|
Merge #11211 from jbradaric/vim-8.1.1585
Justin M. Keyes
2019-10-19
|
\
\
|
*
|
vim-patch:8.1.1729: heredoc with trim not properly handled in function
Jurica Bradaric
2019-10-13
|
*
|
vim-patch:8.1.1723: heredoc assignment has no room for new features
Jurica Bradaric
2019-10-13
|
*
|
vim-patch:8.1.1625: script line numbers are not exactly right
Jurica Bradaric
2019-10-13
|
*
|
vim-patch:8.1.1585: :let-heredoc does not trim enough
Jurica Bradaric
2019-10-13
*
|
|
ex_echo: fix check for got_int #11225
Daniel Hahler
2019-10-19
*
|
|
Merge #11249 from janlazo/vim-8.1.2151
Justin M. Keyes
2019-10-19
|
\
\
\
|
*
|
|
vim-patch:8.1.2178: accessing uninitialized memory in test
Jan Edmund Lazo
2019-10-19
|
*
|
|
vim-patch:8.1.2177: Dart files are not recognized
Jan Edmund Lazo
2019-10-19
|
*
|
|
vim-patch:8.1.2175: meson files are not recognized
Jan Edmund Lazo
2019-10-18
|
*
|
|
vim-patch:8.1.2151: state test is a bit flaky
Jan Edmund Lazo
2019-10-18
|
*
|
|
vim-patch:8.1.2162: popup resize test is flaky
Jan Edmund Lazo
2019-10-18
|
*
|
|
vim-patch:8.1.2161: mapping test fails
Jan Edmund Lazo
2019-10-18
|
*
|
|
vim-patch:8.1.2152: problems navigating tags file on MacOS Catalina
Jan Edmund Lazo
2019-10-18
*
|
|
|
vim-patch:8.1.2180: Error E303 is not useful when 'directory' is empty (#11257)
Daniel Hahler
2019-10-19
*
|
|
|
vim-patch:8.1.2182: test42 seen as binary by git diff #11256
Daniel Hahler
2019-10-19
|
/
/
/
*
|
|
vim-patch:8.1.2140: "gk" and "gj" do not work correctly in number column #11208
Jan Edmund Lazo
2019-10-17
*
|
|
Merge #11215 from erw7/vim-8.1.0084
Justin M. Keyes
2019-10-17
|
\
\
\
|
*
|
|
vim-patch 8.1.0361: remote user not used for completion
erw7
2019-10-14
|
*
|
|
vim-patch 8.1.0085: no test for completing user name and language
erw7
2019-10-13
|
*
|
|
vim-patch 8.1.0084: user name completion does not work on MS-Windows
erw7
2019-10-13
|
|
/
/
*
|
|
vim-patch:8.1.2096: too many #ifdefs #11229
Daniel Hahler
2019-10-17
*
|
|
mac: fix "tags file not sorted" bug on Catalina (#11222)
dm1try
2019-10-14
|
/
/
*
|
recovery mode (-r/-L): use headless_mode (#11187)
Daniel Hahler
2019-10-11
*
|
vim-patch:8.1.2125: fnamemodify() fails when repeating :e
Justin M. Keyes
2019-10-10
*
|
fnamemodify: fix handling of :r after :e #11165
Rob Pilling
2019-10-10
*
|
Remove "highbright bold" conversion. Fixes #11190
Björn Linse
2019-10-10
|
/
*
Merge #11077 'vim-patch:8.1.{1354,1356,1362,1588}'
Justin M. Keyes
2019-10-07
|
\
|
*
vim-patch:8.1.1588: in :let-heredoc line continuation is recognized
Jurica Bradaric
2019-10-07
|
*
vim-patch:8.1.1362: code and data in tests can be hard to read
Jurica Bradaric
2019-10-07
[next]