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
...
|
*
|
|
feat(runtime): Allow lua to be used in colorschemes
shadmansaleh
2021-06-11
|
*
|
|
feat(startup): Source runtime/plugin/**/*.lua at startup
shadmansaleh
2021-06-11
|
|
/
/
*
/
/
macros: add a dummy statement to allow FALLTHROUGH in an empty case.
Björn Linse
2021-06-11
|
/
/
*
|
api:get_config: don't add border="none" (inactive default)
Björn Linse
2021-06-10
*
|
fix linter errors
Corey Williamson
2021-06-10
*
|
api: include border in nvim_win_get_config
Corey Williamson
2021-06-10
*
|
Merge pull request #14717 from notomo/add-win-call-api
Björn Linse
2021-06-10
|
\
\
|
*
|
api: add nvim_win_call
notomo
2021-06-10
*
|
|
Merge pull request #14510 from urandom/doc_nvim_buf_set_extmark
Björn Linse
2021-06-10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update the functio documentation in C
Viktor Kojouharov
2021-05-10
*
|
|
minor fix
jbyuki
2021-06-09
*
|
|
minor fixes
jbyuki
2021-06-09
*
|
|
fix changed byte ranges for indented lines
jbyuki
2021-06-09
*
|
|
Merge pull request #14724 from janlazo/vim-8.2.2877
Jan Edmund Lazo
2021-06-05
|
\
\
\
|
*
|
|
window: pvs/v1071
Jan Edmund Lazo
2021-06-05
|
*
|
|
regexp: pvs/v1071
Jan Edmund Lazo
2021-06-05
|
*
|
|
fold: pvs/v1071
Jan Edmund Lazo
2021-06-05
|
*
|
|
memline: pvs/v1071
Jan Edmund Lazo
2021-06-05
|
*
|
|
indent_c: pvs/v1071
Jan Edmund Lazo
2021-06-05
|
*
|
|
screen: pvs/v614
Jan Edmund Lazo
2021-06-05
|
*
|
|
fixup! vim-patch:8.2.2136: Vim9: Using uninitialized variable
Jan Edmund Lazo
2021-06-05
|
*
|
|
undo: pvs/v547
Jan Edmund Lazo
2021-06-05
|
*
|
|
sign: pvs/v547
Jan Edmund Lazo
2021-06-05
|
*
|
|
userfunc: pvs/v547
Jan Edmund Lazo
2021-06-05
|
*
|
|
fixup! fixup! vim-patch:8.2.2776: :mksession uses current value of 'splitbelo...
Jan Edmund Lazo
2021-06-05
|
*
|
|
vim-patch:8.0.1578: no test for :popup in terminal
Jan Edmund Lazo
2021-06-05
|
*
|
|
vim-patch:8.2.2937: popup test fails if rightleft feature not enabled
Jan Edmund Lazo
2021-06-05
|
*
|
|
vim-patch:8.2.2877: insufficient tests for popup menu rightleft
Jan Edmund Lazo
2021-06-05
*
|
|
|
version.c: update [skip ci] (#14328)
github-actions[bot]
2021-06-05
|
/
/
/
*
|
|
clang/'Logic error': assert get_decor_provider(id, true) returns nonnull
Jan Edmund Lazo
2021-06-02
*
|
|
fixup! vim-patch:8.2.2776: :mksession uses current value of 'splitbelow' and ...
Jan Edmund Lazo
2021-06-02
*
|
|
clang/'Logic error': has_profiling() may not set forceit
Jan Edmund Lazo
2021-06-02
*
|
|
clang/'Logic error': zero-init oldbase array
Jan Edmund Lazo
2021-06-02
*
|
|
clang/API: reject null string in timer_start()
Jan Edmund Lazo
2021-06-02
*
|
|
api(parse_float_config): use api_object_to_bool()
Sean Dewar
2021-06-01
*
|
|
api(nvim_open_win): add "noautocmd" option
Sean Dewar
2021-06-01
*
|
|
Merge pull request #14685 from janlazo/vim-8.2.2911
Jan Edmund Lazo
2021-05-31
|
\
\
\
|
*
|
|
vim-patch:8.2.2916: operators are not fully tested
Jan Edmund Lazo
2021-05-31
|
*
|
|
vim-patch:8.1.2400: test39 is old style
Jan Edmund Lazo
2021-05-31
|
*
|
|
vim-patch:8.2.2914: cannot paste a block without adding padding
Jan Edmund Lazo
2021-05-31
|
*
|
|
vim-patch:8.2.2911: pattern "\%V" does not match all of block selection
Jan Edmund Lazo
2021-05-31
*
|
|
|
Merge pull request #14531 from janlazo/revert-noblock
Jan Edmund Lazo
2021-05-31
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Revert "api/window: use the "noblock" variants in nvim_win_set_buf"
Jan Edmund Lazo
2021-05-10
*
|
|
|
vim-patch:8.2.2900: QuitPre is triggered before :wq writes the file
Jan Edmund Lazo
2021-05-29
*
|
|
|
vim-patch:8.2.2898: QuitPre and ExitPre not triggered when GUI window is closed
Jan Edmund Lazo
2021-05-29
*
|
|
|
lua: Add vim.opt and fix scopes of vim.o (#13479)
TJ DeVries
2021-05-28
*
|
|
|
Merge pull request #14607 from glacambre/fix_get_all_options_info_crash
James McCoy
2021-05-26
|
\
\
\
\
|
*
|
|
|
Fix crash on `:echo get_all_options_info()`
glacambre
2021-05-26
*
|
|
|
|
vim-patch:8.2.2278: falling back to old regexp engine can some patterns
Jan Edmund Lazo
2021-05-26
*
|
|
|
|
vim-patch:8.2.2885: searching for \%'> does not match linewise end of line
Jan Edmund Lazo
2021-05-26
[prev]
[next]