From 62b3d66dc875974d561371a57b92620ec3883bf8 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 25 Nov 2019 10:58:00 +0100 Subject: [PATCH] [FIX][VIM] Remove typo --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index ec48c41..4c8cda3 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -23,7 +23,7 @@ filetype plugin indent on set expandtab " Indent and align to 4 spaces by default set shiftwidth=4 -" -1 means the same as shitwidth +" -1 means the same as shiftwidth set softtabstop=-1 " Always indent by multiples of shiftwidth set shiftround