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
/
nvim
/
api
/
vim.c
Commit message (
Expand
)
Author
Age
*
perf(highlight): don't allocate duplicates for color names
bfredl
2022-06-21
*
fix(terminal): coverity USE_AFTER_FREE #18978
Justin M. Keyes
2022-06-18
*
feat(logging): include test-id in log messages
Justin M. Keyes
2022-06-15
*
refactor(api): move command related API to separate file
bfredl
2022-06-12
*
refactor(api): move option code to own file
bfredl
2022-06-12
*
fix(messages): add color when showing nvim_echo in :messages history
bfredl
2022-06-11
*
feat(api): nvim__get_runtime do_source
bfredl
2022-06-11
*
docs: fix typos (#18269)
dundargoc
2022-06-04
*
refactor(api): use a unpacker based on libmpack instead of msgpack-c
bfredl
2022-06-02
*
Merge pull request #18194 from famiu/feat/usercmd_preview
bfredl
2022-05-31
|
\
|
*
feat: add preview functionality to user commands
Famiu Haque
2022-05-31
*
|
docs: clarify that nvim_strwidth counts control characters as one cell (#18802)
zeertzjq
2022-05-31
|
/
*
feat(nvim_create_user_command): pass structured modifiers to commands
Famiu Haque
2022-05-29
*
refactor: missing parenthesis may cause unexpected problems (#17443)
kylo252
2022-05-26
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
Merge pull request #18528 from lewis6991/setwinopt
bfredl
2022-05-25
|
\
|
*
feat(api): add win and buf to nvim_set_option_value
Lewis Russell
2022-05-17
*
|
refactor: grid->rows and grid->cols
bfredl
2022-05-18
*
|
feat(ui): add `'winbar'`
Famiu Haque
2022-05-18
|
/
*
docs(api): nvim_set_hl attributes #18558
Oliver Marriott
2022-05-15
*
fix(api): nvim_eval_statusline should validate input #18347
deforde
2022-05-15
*
docs(nvim_set_keymap): specify that optional arguments defaults to false (#18...
dundargoc
2022-05-15
*
vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)
zeertzjq
2022-05-10
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-09
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-05
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-04
*
feat(nvim_parse_cmd): add range, count, reg #18383
Famiu Haque
2022-05-04
*
fix(coverity): use xstrndup() instead of vim_strsave() (#18363)
zeertzjq
2022-05-03
*
fix(api): preserve `cmdmod` on `nvim_parse_cmd`
Famiu Haque
2022-05-02
*
feat(api): add `nvim_parse_cmdline`
Famiu Haque
2022-04-30
*
refactor: replace char_u variables and functions with char (#18288)
dundargoc
2022-04-30
*
vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
zeertzjq
2022-04-29
*
refactor(terminal)!: drop winpty, require Windows 10 #18253
erw7
2022-04-26
*
docs: make docstring consistent with parameters #18178
dundargoc
2022-04-23
*
refactor!: rename nvim_add_user_command to nvim_create_user_command
Gregory Anders
2022-04-10
*
vim-patch:8.2.4723: the ModeChanged autocmd event is inefficient
zeertzjq
2022-04-10
*
chore(nvim_paste): assert the correct String (#17752)
zeertzjq
2022-03-24
*
vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)
Lewis Russell
2022-03-18
*
Merge pull request #17266 from famiu/feat/ui/global-statusline
bfredl
2022-03-17
|
\
|
*
feat: add support for global statusline
Famiu Haque
2022-03-18
*
|
chore: fix typos (#17670)
dundargoc
2022-03-17
*
|
refactor: fix clint warnings (#17682)
dundargoc
2022-03-13
*
|
docs(api): improve section on nvim_set_hl (#17692)
adrian5
2022-03-13
*
|
Merge pull request #17687 from zeertzjq/fix-channel-consistency
zeertzjq
2022-03-13
|
\
\
|
*
|
fix(channel): fix channel consistency
erw7
2022-03-12
*
|
|
refactor(main): separate connection code from --remote execution code
Björn Linse
2022-03-12
|
/
/
*
|
test(remote): add tests for --remote
Charlie Groves
2022-03-11
*
|
feat(remote): add basic --remote support
Charlie Groves
2022-03-11
*
|
Merge pull request #17663 from dundargoc/refactor/uncrustify
bfredl
2022-03-11
|
\
\
[next]