From 3012a2757acd3c6d57188bf83477a04c5caa007b Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Fri, 30 Jul 2021 13:17:25 +0200 Subject: [PATCH] Fix minor typos --- bootstrap | 3 +-- files/init.vim | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index fdad846..a8cd92a 100755 --- a/bootstrap +++ b/bootstrap @@ -162,8 +162,7 @@ task_deploy_templates() { # ************************************* # # This file was generated by the bootstrap script and any changes will be -# overwritten the next time the it is run. For local settings, use this -# instead: +# overwritten the next time it is run. For local settings, use this instead: # # ~/.local/etc/git/config # diff --git a/files/init.vim b/files/init.vim index 4c25799..1237d1f 100644 --- a/files/init.vim +++ b/files/init.vim @@ -19,7 +19,7 @@ set foldnestmax=10 " limit nested folds to 10 levels set formatlistpat="^\s*\(\d\+[\]:.)}\t ]\|[-*]\|\[[ x]\]\|([ x])\)\s*" set formatoptions-=t " don't auto-wrap on 'textwidth' set formatoptions+=c " do auto-wrap comments on 'textwidth' -set formatoptions+=j " remove comment leader when joining lings +set formatoptions+=j " remove comment leader when joining lines set formatoptions+=n " recognize and indent lists automatically set hidden " hide abandoned buffers set ignorecase " ignore case when searching (see 'smartcase' below)