mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix: use nvim namespace convention #34010
This commit is contained in:
committed by
GitHub
parent
fed9069b8d
commit
62ba6e8a76
@ -3,7 +3,7 @@ if exists('g:loaded_shada_plugin')
|
||||
endif
|
||||
let g:loaded_shada_plugin = 1
|
||||
|
||||
augroup ShaDaCommands
|
||||
augroup nvim.shada
|
||||
autocmd!
|
||||
autocmd BufReadCmd *.shada,*.shada.tmp.[a-z]
|
||||
\ :if !empty(v:cmdarg)|throw '++opt not supported'|endif
|
||||
|
Reference in New Issue
Block a user