small adjustments

This commit is contained in:
capitaomorte 2010-03-08 07:50:20 +00:00
parent a1df3cd2ac
commit c11379e768
10 changed files with 15 additions and 5 deletions

View File

@ -572,8 +572,9 @@ around the currently selected region. When this variable is set to t,
this has the same effect has using the ```yas/selected-text``` inline
evaluation.
Because on most systems starting to type deletes the currently region,
this works mostly with the ``yas/insert-snippet`` command.
Because on most systems starting to type deletes the currently
selected region, this works mostly for snippets with direct
keybindings or with the ``yas/insert-snippet`` command.
However, when the value is of this variable is ``cua`` YASnippet will
additionally look-up any recently selected that you deleted by starting

View File

@ -0,0 +1 @@
text-mode

View File

@ -0,0 +1 @@
text-mode

View File

@ -0,0 +1 @@
text-mode

View File

@ -0,0 +1 @@
text-mode

View File

@ -0,0 +1 @@
text-mode

View File

@ -0,0 +1 @@
text-mode

View File

@ -1 +1 @@
text-mode
text-mode

View File

@ -0,0 +1 @@
text-mode

View File

@ -1,9 +1,11 @@
# -*- mode: snippet -*-
# name : Snippet header
# contributor : joaotavora
# --
# name : $1${2:
# key : ${3:expand-key}}${4:
# group : ${5:group}}
# key : ${3:trigger-key}}${4:
# keybinding : ${5:keybinding}}${6:
# expand-env : (${7:})}
# contributor : $6
# --
$0