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
/
test
/
functional
/
api
/
vim_spec.lua
Commit message (
Expand
)
Author
Age
*
feat(api): set statuscolumn line number in nvim_eval_statusline()
Luuk van Baal
2023-04-07
*
feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()
Luuk van Baal
2023-04-05
*
test: replace lfs with luv and vim.fs
dundargoc
2023-04-04
*
docs: fix typos
dundargoc
2023-04-04
*
fix(api): avoid double hit-enter prompt with nvim_err_writeln (#22879)
zeertzjq
2023-04-04
*
fix(api): Use local LastSet structure in nvim_get_option_info (#22741)
Michal Liszcz
2023-03-29
*
test: use exec_capture() in more places (#22787)
zeertzjq
2023-03-26
*
feat(api): nvim_exec2(), deprecate nvim_exec() #19032
Evgeni Chasnovski
2023-03-25
*
feat: add `vim.filetype.get_option()`
Lewis Russell
2023-03-20
*
refactor!: rename vim.pretty_print => vim.print
Justin M. Keyes
2023-03-13
*
fix(api): set script context when setting usercmd or option (#22624)
zeertzjq
2023-03-11
*
feat(api): more fields in nvim_list_uis
Justin M. Keyes
2023-02-27
*
fix(api): allow empty Lua table for nested dicts #22268
Justin M. Keyes
2023-02-16
*
refactor(api): consistent VALIDATE messages #22262
Justin M. Keyes
2023-02-14
*
refactor(api): VALIDATE macros #22256
Justin M. Keyes
2023-02-14
*
refactor(api): VALIDATE macros #22187
Justin M. Keyes
2023-02-14
*
fix(tests): fixes for using vim.mpack and more ASAN
bfredl
2023-02-10
*
revert: "shada/context: fully remove jumplist duplicates #10898" (#21874)
zeertzjq
2023-01-23
*
fix(api): avoid memory leak with click functions in nvim_eval_statusline() (#...
luukvbaal
2023-01-17
*
refactor: remove E5500, adjust tests
zeertzjq
2023-01-16
*
fix(statuscolumn): fix crashes and clang/PVS warnings (#21725)
zeertzjq
2023-01-10
*
fix(statusline): make nvim_eval_statusline() work with %S (#21553)
zeertzjq
2022-12-27
*
fix(api): "emsg_silent" should imply "silent" in nvim_cmd (#21438)
zeertzjq
2022-12-16
*
docs: fix typos (#21196)
dundargoc
2022-11-29
*
test: simplify platform detection (#21020)
dundargoc
2022-11-22
*
feat(test): add Lua forms for API methods (#20152)
Lewis Russell
2022-11-14
*
test: remove skip for 32-bit MSVC (#21030)
dundargoc
2022-11-14
*
test: introduce skip() #21010
dundargoc
2022-11-13
*
fix(paste): feed keys as typed in cmdline mode (#20959)
zeertzjq
2022-11-06
*
docs: various #12823
Justin M. Keyes
2022-10-09
*
fix(api): dynamically allocate line buffer for nvim_out_write (#20537)
zeertzjq
2022-10-08
*
Merge pull request #20364 from zeertzjq/parse-cmd-omit
bfredl
2022-09-30
|
\
|
*
fix(api)!: nvim_parse_cmd omit "count" "range" "reg" if not supported
zeertzjq
2022-09-30
*
|
feat(nvim_cmd): allow using first argument as count
Famiu Haque
2022-09-29
|
/
*
fix(api): fix nvim_cmd crash with filename expansion (#20397)
zeertzjq
2022-09-29
*
fix(options): mark `winhighlight` as list style (#19477)
ii14
2022-09-07
*
fix(api)!: correctly deal with number before :tab
zeertzjq
2022-09-02
*
feat(api): add support for :horizontal modifier
zeertzjq
2022-09-01
*
fix(api): avoid side effects with nvim_parse_cmd (#19890)
zeertzjq
2022-08-22
*
fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)
zeertzjq
2022-08-16
*
fix(api): `vim.cmd.make` crashes when argument count isn't 1 (#19701)
Famiu Haque
2022-08-10
*
fix(api): nvim_cmd handle 0 range (#19655)
Lewis Russell
2022-08-06
*
fix(api): make nvim_cmd mods.silent work correctly (#19489)
notomo
2022-07-25
*
fix(api): fix nvim_parse_cmd interfere with printing line in Ex mode (#19400)
zeertzjq
2022-07-17
*
fix(api): do not switch win/buf if getting option in current win/buf (#19383)
zeertzjq
2022-07-16
*
feat(api): add `unsilent` to command APIs
zeertzjq
2022-07-03
*
vim-patch:8.0.1570: can't use :popup for a menu in the terminal
zeertzjq
2022-07-01
*
feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filter
Famiu Haque
2022-06-28
*
fix(api): nvim_parse_cmd check for ambiguous user command (#19116)
zeertzjq
2022-06-27
*
feat(api): add "buf" and "win" to nvim_get_option_value
Gregory Anders
2022-06-20
[next]