Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
James T. Lee
Dotfiles
Commits
3c88b7c9
Commit
3c88b7c9
authored
Aug 02, 2021
by
James T. Lee
Browse files
vim: Revert to default regexp engine
Let's see if this is better in Vim 8.2.
parent
1042df79
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
.vimrc
.vimrc
+0
-6
No files found.
.vimrc
View file @
3c88b7c9
...
@@ -153,9 +153,3 @@ augroup special_filetypes
...
@@ -153,9 +153,3 @@ augroup special_filetypes
" http://vim.wikia.com/wiki/Always_start_on_first_line_of_git_commit_message
" 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
])
autocmd
FileType
gitcommit autocmd
!
BufEnter
COMMIT_EDITMSG
call
setpos
(
'.'
,
[
0
,
1
,
1
,
0
])
augroup end
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment