From: Simon Ruderich Date: Tue, 3 Feb 2009 13:31:12 +0000 (+0100) Subject: Documentation changes. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=ff5cf8e030e6639ef9701a151ff94464cb10126c;p=config%2Fdotfiles.git Documentation changes. --- diff --git a/vim/after/ftplugin/crontab.vim b/vim/after/ftplugin/crontab.vim index d6f88cf..252f3fa 100644 --- a/vim/after/ftplugin/crontab.vim +++ b/vim/after/ftplugin/crontab.vim @@ -4,6 +4,6 @@ " Last Change: 2008-05-20 -" Fix to allow vim edit crontab files as crontab doesn't work with +" Fix to allow Vim edit crontab files as crontab doesn't work with " backupcopy=auto. setlocal backupcopy=yes diff --git a/vimrc b/vimrc index cfa181b..44ba052 100644 --- a/vimrc +++ b/vimrc @@ -4,10 +4,10 @@ " Make sure Vim (and not Vi) settings are enabled. set nocompatible -" Enable automatic filedection, plugin and indention load. +" Enable automatic file detection, plugin and indention. filetype plugin indent on -" Use utf-8 file encoding for all files. +" Use UTF-8 file encoding for all files. set fileencodings=utf-8 " Wrap text after 78 characters. @@ -34,8 +34,7 @@ set foldmethod=syntax set foldcolumn=2 set foldlevel=99 " no folding at default -" Use smartcase mode when searching; only check for case if the searched word -" contains a capital character. +" Only check for case if the searched word contains a capital character. set ignorecase set smartcase @@ -100,7 +99,6 @@ map NERDCommenterToggle map se :set spelllang=en_us map sd :set spelllang=de_de - " I often type "W" instead of "w" when trying to save a file. Fix my mistake. cmap W w cmap Wq wq