Fix minor typos

This commit is contained in:
Fernando Schauenburg 2021-07-30 13:17:25 +02:00
parent 14a8260771
commit 3012a2757a
2 changed files with 2 additions and 3 deletions

View file

@ -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
#

View file

@ -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)