fix: use nvim namespace convention #34010

This commit is contained in:
Yochem van Rosmalen
2025-05-22 12:40:08 +02:00
committed by GitHub
parent fed9069b8d
commit 62ba6e8a76
4 changed files with 5 additions and 6 deletions

View File

@ -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