From: Nicolas Boisselier Date: Thu, 25 Jun 2026 15:22:46 +0000 (+0200) Subject: etc/vim/plugin/vimplate.vim X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=3460a7f0dc0a4a5ec500db335cbe8eeb4de3768f;p=nb.git etc/vim/plugin/vimplate.vim --- diff --git a/etc/vim/plugin/vimplate.vim b/etc/vim/plugin/vimplate.vim index defae92d..52c807de 100644 --- a/etc/vim/plugin/vimplate.vim +++ b/etc/vim/plugin/vimplate.vim @@ -11,13 +11,13 @@ " allow user to avoid loading this plugin and prevent loading twice if exists ("loaded_vimplate") - finish + "finish endif let loaded_vimplate = 1 if !exists("Vimplate") " Debian specific path unless overridden by the user - let Vimplate = "/usr/bin/vimplate" + let Vimplate = 'vimplate' endif let s:vimplate = Vimplate