1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

fixed a spelling mistake in basic.vim (#523)

replaced `et.c` with `etc.` in line 166.
This commit is contained in:
1una 2019-11-16 23:30:52 +08:00 committed by Amir Salihefendic
parent d551d7b20d
commit 538ee9c6e7

View File

@ -163,7 +163,7 @@ set ffs=unix,dos,mac
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Files, backups and undo " => Files, backups and undo
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Turn backup off, since most stuff is in SVN, git et.c anyway... " Turn backup off, since most stuff is in SVN, git etc. anyway...
set nobackup set nobackup
set nowb set nowb
set noswapfile set noswapfile