From 185f96c4db233e7cc349d5fe285383cb4d6316c5 Mon Sep 17 00:00:00 2001 From: Tim Hofmann Date: Sun, 30 Nov 2014 16:06:41 -0500 Subject: [PATCH] Fix list of trigger functions in documentation --- doc/UltiSnips.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt index e2ab9d2..6eec811 100644 --- a/doc/UltiSnips.txt +++ b/doc/UltiSnips.txt @@ -263,9 +263,9 @@ to the same value then the function you are actually going to use is UltiSnips#ExpandSnippetOrJump. Each time any of the functions UltiSnips#ExpandSnippet, -UltiSnips#ExpandSnippet, UltiSnips#JumpBackwards or UltiSnips#JumpBackwards is -called a global variable is set that contains the return value of the -corresponding function. +UltiSnips#ExpandSnippetOrJump, UltiSnips#JumpForwards or +UltiSnips#JumpBackwards is called a global variable is set that contains the +return value of the corresponding function. The corresponding variables and functions are: UltiSnips#ExpandSnippet --> g:ulti_expand_res (0: fail, 1: success)