diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt index 8dabc29..07ce4a9 100644 --- a/doc/UltiSnips.txt +++ b/doc/UltiSnips.txt @@ -248,13 +248,6 @@ current expand context. Be advised, that some terminal emulators don't send g:UltiSnipsJumpForwardTrigger g:UltiSnipsJumpBackwardTrigger -The g:UltiSnipsExpandTrigger and g:UltiSnipsJumpForwardTrigger can be set to -the same value. To simulate TextMate behavior, add the following lines to your -vimrc file. > - let g:UltiSnipsExpandTrigger="" - let g:UltiSnipsJumpForwardTrigger="" - let g:UltiSnipsJumpBackwardTrigger="" - UltiSnips will only map the jump triggers while a snippet is active to interfere as little as possible with other mappings.