This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"------------------------- | |
" Стандартные настройки | |
"------------------------- | |
" When started as "evim", evim.vim will already have done these settings. | |
" if v:progname =~? "evim" | |
" finish | |
" endif | |
"if has("vms") | |
" set nobackup " do not keep a backup file, use versions instead |