From 5bd873e97d83f44c839b2638ae2a926161f42ab3 Mon Sep 17 00:00:00 2001 From: Manas Date: Wed, 30 Oct 2019 13:15:23 +0530 Subject: [PATCH] fixed typo --- vimrcs/basic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 11d1ed81..dd439cbc 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