Skip to content

Commit

Permalink
Remove regexpengine workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo authored and pearofducks committed Dec 7, 2019
1 parent ac2e4f5 commit 19e6ae0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ftplugin/ansible.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
" Slow yaml highlighting workaround
if exists('+regexpengine') && ('&regexpengine' == 0)
setlocal regexpengine=1
endif
set isfname+=@-@
set path+=./../templates,./../files,templates,files

0 comments on commit 19e6ae0

Please sign in to comment.