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
*
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
*
fix(tests): check for EOF on exit of nvim properly
bfredl
2022-06-13
*
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
*
|
fix: make `nvim_cmd` not suppress errors inside key mapping
Famiu Haque
2022-05-19
*
|
feat(ui): add `'winbar'`
Famiu Haque
2022-05-18
|
/
*
fix(api): nvim_eval_statusline should validate input #18347
deforde
2022-05-15
*
fix(api): make `nvim_cmd` work correctly with empty arguments list (#18527)
Famiu Haque
2022-05-11
*
feat(api): add `nvim_cmd`
Famiu Haque
2022-05-11
*
fix(api): make `nvim_parse_cmd` work correctly with both range and count
Famiu Haque
2022-05-07
*
fix(api): make `nvim_parse_cmd` propagate errors
Famiu Haque
2022-05-05
*
refactor(api): make `range` in `nvim_parse_cmd` an array
Famiu Haque
2022-05-05
*
feat(nvim_parse_cmd): add range, count, reg #18383
Famiu Haque
2022-05-04
*
feat(api): add `nvim_parse_cmdline`
Famiu Haque
2022-04-30
*
test: correct order of arguments to eq() and neq()
zeertzjq
2022-04-26
*
fix(paste): ignore mappings in Cmdline mode (#18114)
Eden Zhang
2022-04-17
*
fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)
zeertzjq
2022-03-30
*
fix(api, lua): return NIL on failure to find converted function (#17779)
zeertzjq
2022-03-20
*
fix(paste): escape control characters in Cmdline mode
zeertzjq
2022-03-15
*
test(paste): add tests with virtualedit=onemore
zeertzjq
2022-03-15
*
test(paste): reorganize tests and add tests for linewise Visual mode
zeertzjq
2022-03-15
*
fix(paste): deal with trailing new line in chunk
zeertzjq
2022-03-15
*
fix(paste): avoid edges cases caused by empty chunk
zeertzjq
2022-03-15
*
fix(paste): deal with eol and eof in Visual mode
zeertzjq
2022-03-15
*
fix(paste): don't move cursor past the end of pasted text in Normal mode
zeertzjq
2022-03-15
*
fix(paste): use getcmdtype() to determine whether in cmdline mode
zeertzjq
2022-03-15
*
feat(api): relax statusline fillchar width check
zeertzjq
2022-03-10
*
fix(api): re-route nvim_get_runtime_file errors
Lewis Russell
2022-02-15
*
fix: autoload variables not loaded with vim.g & nvim_get_var
shadmansaleh
2022-02-13
*
fix(api): use changedir_func() in nvim_set_current_dir()
zeertzjq
2022-02-10
*
fix(--headless): do not block on press-enter prompts when no UI
glacambre
2022-02-05
*
Merge pull request #17113 from zeertzjq/vim-8.2.2569
zeertzjq
2022-02-01
|
\
|
*
feat(statusline): support multibyte fillchar
zeertzjq
2022-01-16
*
|
refactor: remove CSI unescaping and clean up related names and comments
zeertzjq
2022-01-21
|
/
*
fix: do not save K_EVENT as lastc in Insert mode
zeertzjq
2021-12-26
*
fix(api): make nil value in nvim_set_option_value clear local value (#16710)
Gregory Anders
2021-12-21
*
feat(api): add nvim_get_option_value
Gregory Anders
2021-12-04
*
refactor(api/marks)!: add opts param for feature extensibility (#16146)
Javier Lopez
2021-11-01
*
test(vim_spec): fix MSVC_32 skip for nvim_parse_expression test (#16161)
Sean Dewar
2021-10-27
*
feat(nvim_open_term): support input callback in lua
Björn Linse
2021-10-20
[next]