From 3c87831989aa5f57a444080bd42e9aaef1f5d54d Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 26 Jun 2026 23:53:09 +0200 Subject: [PATCH] etc/vim/plugin/vimplate.vim --- etc/vim/plugin/vimplate.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/vim/plugin/vimplate.vim b/etc/vim/plugin/vimplate.vim index 52c807de..1367dc03 100644 --- a/etc/vim/plugin/vimplate.vim +++ b/etc/vim/plugin/vimplate.vim @@ -11,7 +11,7 @@ " allow user to avoid loading this plugin and prevent loading twice if exists ("loaded_vimplate") - "finish + finish endif let loaded_vimplate = 1 -- 2.47.3