Commit 3c88b7c9 authored by James T. Lee's avatar James T. Lee
Browse files

vim: Revert to default regexp engine

Let's see if this is better in Vim 8.2.
parent 1042df79
......@@ -153,9 +153,3 @@ augroup special_filetypes
" http://vim.wikia.com/wiki/Always_start_on_first_line_of_git_commit_message
autocmd FileType gitcommit autocmd! BufEnter COMMIT_EDITMSG call setpos('.', [0, 1, 1, 0])
augroup end
" XXX: Work around painfully slow syntax highlighting for ruby/perl/others:
" use the legacy regexp engine. Bug reports suggest this problem is specific
" to 'relativenumber' configurations, but the slowness arises with 'hlsearch'
" too.
set regexpengine=1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment