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.0648: semicolon search does not work in first line
Jan Edmund Lazo
2020-05-03
|
*
|
vim-patch:8.1.1120: cannot easily get directory entry matches #12222
Hennadii Chernyshchyk
2020-05-05
|
*
|
paste: support replace mode (#11945)
Jesse
2020-05-05
|
*
|
tag: fix problem when tagfunc return value is v:null (#12251)
erw7
2020-05-05
|
*
|
terminal: disable 'scrolloff' (fixes flicker)
Justin M. Keyes
2020-05-04
|
*
|
terminal: always return zero from get_scrolloff_value() #12230
LawAbidingCactus
2020-05-04
|
*
|
funcs: Fix a memory leak in f_expand (#12227)
erw7
2020-05-04
|
|
/
|
*
vim-patch:8.1.0816: test for 'runtimepath' in session fails on MS-Windows
Billy Su
2020-05-02
|
*
vim-patch:8.1.0814: :mksession cannot handle a very long 'runtimepath'
Billy Su
2020-05-02
|
*
version.c: update [ci skip] #12196
Marvim the Paranoid Android
2020-05-01
|
*
Merge pull request #12204 from archseer/lsp-user-data
Matthieu Coudron
2020-04-30
|
|
\
|
|
*
vim-patch:8.2.0084: complete item "user_data" can only be a string
Blaž Hrastnik
2020-04-29
|
*
|
lsp: use vim.tbl_isempty to check sign (#12190)
Hirokazu Hata
2020-04-28
|
*
|
tui: Fix italics when $TERM is screen in tmux #12199
erw7
2020-04-28
|
|
/
|
*
api/ui: simplify popup menu position get/set logic; fix test
Yatao Li
2020-04-28
|
*
api/ui: allow set bounds row and col to be less than 0; ui_pum_get_pos: retur...
Yatao Li
2020-04-28
|
*
gen_api_dispatch.lua: allow msgpack int for Float args; test: add ui_pum_set_...
Yatao Li
2020-04-28
|
*
external pum: use floating point geometry; typval: add tv_dict_add_float
Yatao Li
2020-04-28
|
*
ui_pum_get_pos: return internal pum position if external pum pos not found
Yatao Li
2020-04-28
|
*
API/UI: Allow UI to set PUM position and size, and pass the position to Compl...
Yatao Li
2020-04-28
|
*
Merge pull request #12018 from janlazo/vim-8.0.1123
Matthieu Coudron
2020-04-27
|
|
\
|
|
*
vim-patch:8.0.1375: window size wrong after maximizing with WinBar
Jan Edmund Lazo
2020-04-26
|
|
*
vim-patch:8.1.1264: crash when closing window from WinBar click
Jan Edmund Lazo
2020-04-26
|
|
*
vim-patch:8.0.1139: using window toolbar changes state
Jan Edmund Lazo
2020-04-26
|
|
*
vim-patch:8.0.1334: splitting a window with a WinBar damages window layout
Jan Edmund Lazo
2020-04-26
|
|
*
vim-patch:8.0.1292: quick clicks in the WinBar start Visual mode
Jan Edmund Lazo
2020-04-26
|
|
*
vim-patch:8.0.1138: click in window toolbar starts Visual mode
Jan Edmund Lazo
2020-04-26
|
|
*
vim-patch:8.0.1142: window toolbar menu gets a tear-off item
Jan Edmund Lazo
2020-04-26
|
|
*
vim-patch:8.0.1125: wrong window height when splitting window with window too...
Jan Edmund Lazo
2020-04-26
|
|
*
vim-patch:8.0.1123: cannot define a toolbar for a window
Jan Edmund Lazo
2020-04-26
|
*
|
Merge #11851 'eval.c: factor out eval/userfunc.c'
Justin M. Keyes
2020-04-27
|
|
\
\
|
|
*
\
Merge #11851 'eval.c: factor out eval/userfunc.c'
Justin M. Keyes
2020-04-26
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
mark userfunc as legacy
Jakub Łuczyński
2020-02-13
|
|
|
*
rename: user_funcs -> userfunc
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: includes
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: moved macros
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: moved some static inline function
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: vvlua_partial
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: made eval_lavars_used global
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: include static function declarations
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: header updates
Jakub Łuczyński
2020-02-13
|
|
|
*
Removed redundant define
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: factor out make_partial
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: prof functions
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: var_set_global
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: find_var_ht_dict
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: factor out new functions
Jakub Łuczyński
2020-02-13
|
|
|
*
fix: func_init
Jakub Łuczyński
2020-02-13
|
|
|
*
unstatic some functions
Jakub Łuczyński
2020-02-13
|
|
|
*
moved more stuff
Jakub Łuczyński
2020-02-13
[prev]
[next]