From 538ee9c6e790bf3a37b0003782ca44f15c6426e6 Mon Sep 17 00:00:00 2001 From: 1una <1una@pm.me> Date: Sat, 16 Nov 2019 23:30:52 +0800 Subject: [PATCH] fixed a spelling mistake in basic.vim (#523) replaced `et.c` with `etc.` in line 166. --- vimrcs/basic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index e4f44aab..af7877a5 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -163,7 +163,7 @@ set ffs=unix,dos,mac """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => 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 nowb set noswapfile