From 933c9b72810570e7381bd425b7e9e1528b0aee75 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 16 Dec 2024 23:12:51 +0800 Subject: [PATCH] test(zettelkasten): fix test script --- bundle/vim-zettelkasten/test/init.vim | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bundle/vim-zettelkasten/test/init.vim b/bundle/vim-zettelkasten/test/init.vim index e9ae9b58a..d1aeb2a32 100644 --- a/bundle/vim-zettelkasten/test/init.vim +++ b/bundle/vim-zettelkasten/test/init.vim @@ -1,7 +1 @@ -set nocompatible -set rtp+=. -set noswapfile -filetype plugin indent on -syntax enable -colorscheme desert - +exe 'set rtp+=' .. getcwd()