]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Documentation changes.
authorSimon Ruderich <simon@ruderich.org>
Tue, 3 Feb 2009 13:31:12 +0000 (14:31 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 17:59:31 +0000 (18:59 +0100)
vim/after/ftplugin/crontab.vim
vimrc

index d6f88cff909987685c8748ba232267e4ebe63dcd..252f3fa191122c532435a2a0ac3524f2cf9f4385 100644 (file)
@@ -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 cfa181bc5f7925f84bc98d3eb86d5795b2d76fd3..44ba05226538b58f62966a01cbb9d63d429dd16b 100644 (file)
--- 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 <Leader><Leader> <plug>NERDCommenterToggle
 map <Leader>se :set spelllang=en_us<CR>
 map <Leader>sd :set spelllang=de_de<CR>
 
-
 " I often type "W" instead of "w" when trying to save a file. Fix my mistake.
 cmap W w
 cmap Wq wq