From 528759dbcc0cd0b5464e6b9592e4378df2476124 Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Thu, 17 Feb 2011 12:37:08 +0100 Subject: [PATCH] Fixed a typo in the documentation --- doc/UltiSnips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt index 75a3868..fd1486c 100644 --- a/doc/UltiSnips.txt +++ b/doc/UltiSnips.txt @@ -264,7 +264,7 @@ snippet on. The options currently supported are > b Beginning of line - This snippet will only be expanded if you are at the beginning of a line (that is if there are only whitespaces in front of the cursor). Default is to expand snippets at every position, even - mitten in the line. Most of my snippets have this option set, it keeps + in the middle of a line. Most of my snippets have this option set, it keeps UltiSnips out of the way. i Inword expansion - Normally, triggers need whitespace before them to be expanded. With this option, triggers are also expanded in the middle of