Skip to content

Commit

Permalink
fixed a spelling mistake in basic.vim (#523)
Browse files Browse the repository at this point in the history
replaced `et.c` with `etc.` in line 166.
  • Loading branch information
1una authored and amix committed Nov 16, 2019
1 parent d551d7b commit 538ee9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrcs/basic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 538ee9c

Please sign in to comment.