diff --git a/test/issue/324/minimal.aux b/test/issue/324/minimal.aux new file mode 100644 index 0000000..dcaeef8 --- /dev/null +++ b/test/issue/324/minimal.aux @@ -0,0 +1,2 @@ +\relax +\newlabel{eq:eq}{{1}{1}} diff --git a/test/issue/324/vimrc b/test/issue/324/vimrc index b7db332..bbcfeb2 100644 --- a/test/issue/324/vimrc +++ b/test/issue/324/vimrc @@ -6,12 +6,3 @@ set completeopt=menu,preview let &rtp = '~/.vim/bundle/vimtex,' . &rtp let &rtp = '~/.vim/bundle/vimtex/after,' . &rtp -let &rtp = '~/.vim/bundle/supertab,' . &rtp - - -au FileType * - \ if &omnifunc != '' | - \ call SuperTabChain(&omnifunc, "") | - \ call SuperTabSetDefaultCompletionType("") | - \ endif -