From ff5cf8e030e6639ef9701a151ff94464cb10126c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 3 Feb 2009 14:31:12 +0100 Subject: [PATCH] Documentation changes. --- vim/after/ftplugin/crontab.vim | 2 +- vimrc | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) 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 -- 2.44.2