Вариант регулярных выражений для определённых типов файлов

This commit is contained in:
Andrei Astafev 2021-05-18 07:57:29 +03:00
parent 11e3b9d1ea
commit 6148c39229

3
vimrc
View File

@ -144,6 +144,9 @@ call plug#end()
syntax on
filetype plugin indent on
" Выбор движка для регулярных выражений
autocmd FileType ruby,tex set regexpengine=1
" Отключен режим совместимости "
set nocompatible