Fix minor typos
This commit is contained in:
parent
14a8260771
commit
3012a2757a
2 changed files with 2 additions and 3 deletions
|
@ -162,8 +162,7 @@ task_deploy_templates() {
|
||||||
# *************************************
|
# *************************************
|
||||||
#
|
#
|
||||||
# This file was generated by the bootstrap script and any changes will be
|
# 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
|
# overwritten the next time it is run. For local settings, use this instead:
|
||||||
# instead:
|
|
||||||
#
|
#
|
||||||
# ~/.local/etc/git/config
|
# ~/.local/etc/git/config
|
||||||
#
|
#
|
||||||
|
|
|
@ -19,7 +19,7 @@ set foldnestmax=10 " limit nested folds to 10 levels
|
||||||
set formatlistpat="^\s*\(\d\+[\]:.)}\t ]\|[-*]\|\[[ x]\]\|([ x])\)\s*"
|
set formatlistpat="^\s*\(\d\+[\]:.)}\t ]\|[-*]\|\[[ x]\]\|([ x])\)\s*"
|
||||||
set formatoptions-=t " don't auto-wrap on 'textwidth'
|
set formatoptions-=t " don't auto-wrap on 'textwidth'
|
||||||
set formatoptions+=c " do auto-wrap comments 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 formatoptions+=n " recognize and indent lists automatically
|
||||||
set hidden " hide abandoned buffers
|
set hidden " hide abandoned buffers
|
||||||
set ignorecase " ignore case when searching (see 'smartcase' below)
|
set ignorecase " ignore case when searching (see 'smartcase' below)
|
||||||
|
|
Loading…
Add table
Reference in a new issue