Skip to content

Commit f4cb9f1

Browse files
author
Le Tien Tai
committed
Put VIMRUNTIME back as pydocstring need it
1 parent 659039e commit f4cb9f1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

test/minimal_vimrc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33

44
set nocompatible
55
set nu
6+
filetype off
67
" Clear all rtp
7-
set rtp=
8+
set rtp=$VIMRUNTIME
89

9-
" Now add vader.vim to runtime path
10+
11+
" Add vader.vim to rtp
1012
set rtp+=./vader.vim
13+
14+
" Add pydocstring folder into rtp
15+
set rtp+=../
1116
filetype plugin indent on

0 commit comments

Comments
 (0)