This website requires JavaScript.
Explore
Help
Sign In
alex
/
neovim
Watch
1
Star
0
Fork
0
You've already forked neovim
mirror of
https://github.com/neovim/neovim.git
synced
2026-01-22 21:23:12 +10:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cd8edb551b6eed3424c2525e50d2a5eecbfe7ccf
neovim
/
test
/
functional
/
api
History
bfredl
e3edcd06e3
Merge pull request
#18438
from famiu/feat/api/nvim_parse_cmd
...
fix(api): make `nvim_parse_cmd` propagate errors
2022-05-06 10:30:48 +02:00
..
autocmd_spec.lua
feat(api): add
group_name
to
nvim_get_autocmds
2022-05-05 23:17:36 +06:00
buffer_spec.lua
…
buffer_updates_spec.lua
…
command_spec.lua
fix(api): correctly pass f-args for nvim_create_user_command (
#18098
)
2022-04-13 08:04:56 -06:00
extmark_spec.lua
feat(api/ui): win_extmarks
2022-05-03 22:26:02 +08:00
highlight_spec.lua
docs: typo fixes (
#17859
)
2022-04-15 12:35:06 +02:00
keymap_spec.lua
fix(mappings): fix double-free when unmapping simplifiable Lua mapping
2022-04-29 17:39:24 +08:00
menu_spec.lua
…
proc_spec.lua
test: correct order of arguments to eq() and neq()
2022-04-26 11:38:58 +08:00
rpc_fixture.lua
…
server_notifications_spec.lua
…
server_requests_spec.lua
…
tabpage_spec.lua
…
ui_spec.lua
…
version_spec.lua
feat: add "prerelease" to version dict
2022-05-03 11:33:55 +02:00
vim_spec.lua
fix(api): make
nvim_parse_cmd
propagate errors
2022-05-05 23:11:57 +06:00
window_spec.lua
…