]> git.rmz.io Git - dotfiles.git/commitdiff
vim: packadd needs ! to avoid being loaded twice from vimrc master
authorSamir Benmendil <me@rmz.io>
Wed, 14 May 2025 09:59:55 +0000 (10:59 +0100)
committerSamir Benmendil <me@rmz.io>
Wed, 14 May 2025 11:04:54 +0000 (12:04 +0100)
vim/ftplugin/cpp.vim

index 19850a76437ae47af0589d0fc9c2fd09ae76b148..d24f1ff44a570d2def86a18b419ee117f6f0e73b 100644 (file)
@@ -60,7 +60,7 @@ setlocal errorformat+=%X%*\\a:\ Leaving\ directory\ [`']%f'
 setlocal errorformat+=%*[^[]\[%tRROR\]%m\ \[%f:%l\]
 setlocal errorformat+=%*[^[]\[%tARNING\]%m\ \[%f:%l\]
 
-packadd termdebug
+packadd! termdebug
 let g:termdebug_wide = 1
 function! s:Debug(...)
     tabedit %