summaryrefslogtreecommitdiff
path: root/vim/mySnippets
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-03-30 12:12:49 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-03-30 12:12:49 +0100
commit9a2ebe8e34e8be613da5e975b8a76e3b8ae7e215 (patch)
tree612db282ca020914bfcc087638766abf83b1e8ab /vim/mySnippets
parentb7e66c07bc4d99f03c542a77ee5e7aa353dd16c3 (diff)
parent6fb28bc4b38947281908917b9230e78692674fdc (diff)
resolved merge conflicts
Diffstat (limited to 'vim/mySnippets')
-rw-r--r--vim/mySnippets/tex.snippets4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/mySnippets/tex.snippets b/vim/mySnippets/tex.snippets
index 0fba4e8..fb061f0 100644
--- a/vim/mySnippets/tex.snippets
+++ b/vim/mySnippets/tex.snippets
@@ -97,3 +97,7 @@ endsnippet
snippet cont "Continuous function" i
\cont{$1}{$2} $0
endsnippet
+
+snippet ref "Clever reference" i
+\cref{$1}$0
+endsnippet