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
Commit message (
Expand
)
Author
Age
...
*
|
feat(lsp): fallback to code-action command on resolve failure (#25464)
Mathias Fußenegger
2023-10-02
*
|
refactor: move cmdline completion types to cmdexpand_defs.h (#25465)
zeertzjq
2023-10-02
*
|
feat(treesitter): add foldtext with treesitter highlighting (#25391)
Till Bungert
2023-10-01
*
|
refactor(option.c): change :set boolean prefix to an enum (#25458)
zeertzjq
2023-10-01
*
|
Merge pull request #25456 from zeertzjq/vim-9.0.1958
zeertzjq
2023-10-01
|
\
\
|
|
/
|
/
|
|
*
feat(completion): support completing more string options
zeertzjq
2023-10-01
|
*
vim-patch:9.0.1968: cmdline completion should consider key option
zeertzjq
2023-10-01
|
*
vim-patch:9.0.1961: 'listchars' completion misses "multispace" and "leadmulti...
zeertzjq
2023-10-01
|
*
vim-patch:9.0.1960: Make CI checks more strict
zeertzjq
2023-10-01
|
*
vim-patch:9.0.1958: cannot complete option values
zeertzjq
2023-10-01
|
/
*
Merge pull request #25455 from bfredl/highlight_namespace_getters
bfredl
2023-10-01
|
\
|
*
feat(ui): allow to get the highlight namespace
Daniel Steinberg
2023-10-01
*
|
vim-patch:9.0.1967: xattr errors not translated (#25454)
zeertzjq
2023-10-01
*
|
vim-patch:9.0.1964: xattr support fails to build on MacOS X (#25448)
zeertzjq
2023-10-01
*
|
Merge pull request #25442 from zeertzjq/vim-9.0.1962
zeertzjq
2023-09-30
|
\
\
|
*
|
vim-patch:9.0.1963: Configure script may not detect xattr
zeertzjq
2023-09-30
|
*
|
vim-patch:9.0.1962: No support for writing extended attributes
zeertzjq
2023-09-30
|
/
/
*
|
test(unit): move statusline tests to statusline_spec.lua (#25441)
zeertzjq
2023-09-30
*
|
Merge pull request #25386 from glepnir/toggle_float
bfredl
2023-09-30
|
\
\
|
*
|
feat(float): support toggle show float window
glepnir
2023-09-30
*
|
|
vim-patch:9.0.1366: functions for setting options are in random order (#25440)
zeertzjq
2023-09-30
*
|
|
refactor: align set_chars_option() with Vim (#25438)
zeertzjq
2023-09-30
*
|
|
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
|
|
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
|
|
test(old): don't check for $CLANG_SANITIZER (#25432)
zeertzjq
2023-09-30
*
|
|
vim-patch:9.0.1956: Custom completion skips orig cmdline if it invokes glob()...
zeertzjq
2023-09-30
|
|
/
|
/
|
*
|
Merge pull request #25418 from bfredl/no_attr2
bfredl
2023-09-29
|
\
\
|
*
|
refactor(message): smsg_attr -> smsg
bfredl
2023-09-29
|
*
|
refactor(message): msg_puts_attr_len -> msg_puts_len
bfredl
2023-09-29
|
*
|
refactor(message): msg_outtrans_long_len_attr -> msg_outtrans_long
bfredl
2023-09-29
*
|
|
docs(term): use tic -x for better compatibility with old ncurses (#25421)
Dr. Matthew Swabey
2023-09-29
*
|
|
Merge pull request #25395 from bfredl/line_buf2
bfredl
2023-09-29
|
\
\
\
|
*
|
|
refactor(grid): unify the two put-text-on-the-screen code paths
bfredl
2023-09-29
|
|
/
/
*
/
/
refactor(lsp): deprecate util methods (#25400)
Maria José Solano
2023-09-29
|
/
/
*
|
refactor: remove long
dundargoc
2023-09-29
*
|
fix(unittests): ignore __s128 and __u128 types in ffi
James McCoy
2023-09-28
*
|
vim-patch:02902b547bdb (#25406)
zeertzjq
2023-09-29
*
|
vim-patch:9.0.1950: Vim9: error codes spread out (#25405)
zeertzjq
2023-09-29
*
|
Merge pull request #25398 from zeertzjq/vim-9.0.1946
zeertzjq
2023-09-29
|
\
\
|
*
|
vim-patch:9.0.1947: Bash Expansion test fails on Windows/MacOS
zeertzjq
2023-09-29
|
*
|
vim-patch:9.0.1946: filename expansion using ** in bash may fail
zeertzjq
2023-09-29
|
*
|
vim-patch:9.0.0607: verbose echo message test fails on Mac OS
zeertzjq
2023-09-29
|
/
/
*
|
test: decoration provider with wrapped lines (#25404)
zeertzjq
2023-09-28
*
|
docs: Lua docstrings guidance #25345
dundargoc
2023-09-27
*
|
Merge pull request #25396 from bfredl/no_attr
bfredl
2023-09-27
|
\
\
|
*
|
refactor(messages): rename msg_trunc_attr and msg_multiline_attr without attr
bfredl
2023-09-27
|
*
|
refactor(messages): fold msg_attr into msg
bfredl
2023-09-27
|
*
|
refactor(messages): fold msg_outtrans_attr into msg_outtrans
bfredl
2023-09-27
*
|
|
vim-patch:5277cfaf8afe (#25397)
zeertzjq
2023-09-28
*
|
|
vim-patch:54f70cf0780a
Christian Clason
2023-09-27
[prev]
[next]