From 8ef3473c2ef6daefacba1d3e7d0c40c811289e85 Mon Sep 17 00:00:00 2001 From: ervandew Date: Sat, 6 Nov 2010 17:52:50 -0700 Subject: [PATCH] fix a couple typos --- doc/NERD_commenter.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/NERD_commenter.txt b/doc/NERD_commenter.txt index 4c295cc..a543522 100644 --- a/doc/NERD_commenter.txt +++ b/doc/NERD_commenter.txt @@ -429,7 +429,7 @@ then the script would do a sexy comment on the last visual selection. uncommenting. |'NERDCompactSexyComs'| Specifies whether to use the compact style sexy comments. -|'NERDDefaultAlign'| Specifies the default aligment to use, +|'NERDDefaultAlign'| Specifies the default alignment to use, one of 'none', 'left', 'start', or 'both'. @@ -669,6 +669,7 @@ as opposed to this: > < If you want spaces to be added then set NERDSpaceDelims to 1 in your vimrc. +See also |'NERDRemoveExtraSpaces'|. ------------------------------------------------------------------------------ *'NERDDefaultAlign'*