summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnno Köster <7koester@informatik.uni-hamburg.de>2016-08-26 15:31:56 +0200
committerEnno Köster <7koester@informatik.uni-hamburg.de>2016-08-26 15:31:56 +0200
commitf53ecec12d95a16baba32603519192301c505b00 (patch)
treee3232f9c758abdc47d6a6fb9fc6b490d3333d25d
parentc6304aa86e6a9c409d0e78672ef247d1abcf8f55 (diff)
Fixing overloaded keys in cc/c++-mode
-rw-r--r--c++-mode/function2
-rw-r--r--cc-mode/inc2
-rw-r--r--cc-mode/inc.12
3 files changed, 3 insertions, 3 deletions
diff --git a/c++-mode/function b/c++-mode/function
index c947c34..dacfc11 100644
--- a/c++-mode/function
+++ b/c++-mode/function
@@ -1,6 +1,6 @@
# -*- mode: snippet -*-
# name: function
-# key: f
+# key: mf
# --
${1:type} ${2:Class}::${3:name}(${4:args})${5: const}
{
diff --git a/cc-mode/inc b/cc-mode/inc
index 96beaa7..7760491 100644
--- a/cc-mode/inc
+++ b/cc-mode/inc
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
# name : #include <...>
-# key : inc
+# key : incs
# --
#include <$1> \ No newline at end of file
diff --git a/cc-mode/inc.1 b/cc-mode/inc.1
index 64a8653..95567f2 100644
--- a/cc-mode/inc.1
+++ b/cc-mode/inc.1
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
# name : #include "..."
-# key : inc
+# key : incl
# --
#include "$1" \ No newline at end of file