Skip to content

Commit ac072b4

Browse files
committed
Fix test-tkz-euclide.vim
1 parent 22d9ae5 commit ac072b4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/test-completion-commands/test-tkz-euclide.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
set nocompatible
2-
set runtimepath^=~/.local/plugged/vimtex
3-
set runtimepath+=~/.local/plugged/vimtex/after
2+
let &rtp = '../..,' . &rtp
43
filetype plugin indent on
54
syntax enable
65

0 commit comments

Comments
 (0)