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 this has the same effect has using the ```yas/selected-text``` inline
evaluation. evaluation.
Because on most systems starting to type deletes the currently region, Because on most systems starting to type deletes the currently
this works mostly with the ``yas/insert-snippet`` command. 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 However, when the value is of this variable is ``cua`` YASnippet will
additionally look-up any recently selected that you deleted by starting 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 # name : Snippet header
# contributor : joaotavora # contributor : joaotavora
# -- # --
# name : $1${2: # name : $1${2:
# key : ${3:expand-key}}${4: # key : ${3:trigger-key}}${4:
# group : ${5:group}} # keybinding : ${5:keybinding}}${6:
# expand-env : (${7:})}
# contributor : $6 # contributor : $6
# -- # --
$0 $0