]> code.delx.au - gnu-emacs-elpa/commitdiff
removed group-name prefix on trigger keys
authorJim Myhrberg <contact@jimeh.me>
Thu, 3 Nov 2011 20:22:33 +0000 (20:22 +0000)
committerJim Myhrberg <contact@jimeh.me>
Thu, 3 Nov 2011 20:22:33 +0000 (20:22 +0000)
71 files changed:
snippets/html-mode/header/h1
snippets/html-mode/header/h2
snippets/html-mode/header/h3
snippets/html-mode/header/h4
snippets/html-mode/header/h5
snippets/html-mode/header/h6
snippets/html-mode/list/dd
snippets/html-mode/list/dl
snippets/html-mode/list/dl.id
snippets/html-mode/list/dt
snippets/html-mode/list/li
snippets/html-mode/list/li.class
snippets/html-mode/list/ol
snippets/html-mode/list/ol.class
snippets/html-mode/list/ol.id
snippets/html-mode/list/ul
snippets/html-mode/list/ul.class
snippets/html-mode/list/ul.id
snippets/html-mode/meta/doctype
snippets/html-mode/meta/doctype.xhml1
snippets/html-mode/meta/doctype.xhtml1_1
snippets/html-mode/meta/doctype.xhtml1_strict
snippets/html-mode/meta/doctype.xhtml1_transitional
snippets/html-mode/meta/meta
snippets/html-mode/meta/meta.http-equiv
snippets/html-mode/table/table
snippets/html-mode/table/td
snippets/html-mode/table/th
snippets/html-mode/table/tr
snippets/nxml-mode/header/h1
snippets/nxml-mode/header/h2
snippets/nxml-mode/header/h3
snippets/nxml-mode/header/h4
snippets/nxml-mode/header/h5
snippets/nxml-mode/header/h6
snippets/nxml-mode/meta/doctype
snippets/nxml-mode/meta/doctype.xhtml1_strict
snippets/nxml-mode/meta/doctype.xhtml1_transitional
snippets/nxml-mode/meta/meta
snippets/ruby-mode/collections/all
snippets/ruby-mode/collections/any
snippets/ruby-mode/collections/classify
snippets/ruby-mode/collections/collect
snippets/ruby-mode/collections/deli
snippets/ruby-mode/collections/det
snippets/ruby-mode/collections/ea
snippets/ruby-mode/collections/eac
snippets/ruby-mode/collections/eai
snippets/ruby-mode/collections/eav
snippets/ruby-mode/collections/eawi
snippets/ruby-mode/collections/inject
snippets/ruby-mode/collections/reject
snippets/ruby-mode/collections/select
snippets/ruby-mode/definitions/Comp
snippets/ruby-mode/definitions/am
snippets/ruby-mode/definitions/cla
snippets/ruby-mode/definitions/cls
snippets/ruby-mode/definitions/mm
snippets/ruby-mode/definitions/r
snippets/ruby-mode/definitions/rw
snippets/ruby-mode/definitions/w
snippets/ruby-mode/general/#
snippets/ruby-mode/general/=b
snippets/ruby-mode/general/app
snippets/ruby-mode/general/bm
snippets/ruby-mode/general/case
snippets/ruby-mode/general/dee
snippets/ruby-mode/general/rb
snippets/ruby-mode/general/req
snippets/ruby-mode/general/rreq
snippets/ruby-mode/general/y

index cbc3010563590bd9b213644b85796672cf69c934..e32f5763edc44b49adf8271cf48750e7fcce342d 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <h1>...</h1>
-# key: headerh1
+# key: h1
 # --
 <h1>$1</h1>
\ No newline at end of file
index dc25597c1995b0ec28dac64eefbbd4d06ef83d32..9455b95b8e25a0ed9d1cb9fefe25b5a23228af3b 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <h2>...</h2>
-# key: headerh2
+# key: h2
 # --
 <h2>$1</h2>
\ No newline at end of file
index a9e448d7d248dab35fcdfc87f6ec1c5dc9ce646f..ce40bd6d4c35cf66bf4d9813c20c4f2b360db602 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <h3>...</h3>
-# key: headerh3
+# key: h3
 # --
 <h3>$1</h3>
\ No newline at end of file
index bffaa87e32cca6f2b2f977aedccb2b21c8cf01e3..83ccd06207ebfb1bb4e6849906776b9675155278 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <h4>...</h4>
-# key: headerh4
+# key: h4
 # --
 <h4>$1</h4>
\ No newline at end of file
index 140deb9d22605a42ef61eb8f0784ca2af044307c..ea4ae11dfc9cee04f27b6435c6b90063254dcb56 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <h5>...</h5>
-# key: headerh5
+# key: h5
 # --
 <h5>$1</h5>
\ No newline at end of file
index f4863171dbea74a32a5c68edb71043ab429a2408..14cf49e3bfd43c16e8dbe5d5240af8e6c6b65a48 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <h6>...</h6>
-# key: headerh6
+# key: h6
 # --
 <h6>$1</h6>
\ No newline at end of file
index 9c84939f719802f85e1f5d7be9eb0de341ed37bd..863180eb8ebe9ddb1bfcd1b5f55e0c6ef417e8aa 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Rodrigo Setti <rodrigosetti@gmail.com>
 #name : <dd> ... </dd>
-# key: listdd
+# key: dd
 # --
 <dd>$1</dd>
\ No newline at end of file
index 6980cf9d542e279daa735d4e4ac4627a3a87f07b..c3bcde685b5989fec1ac43a587f70cf683eb7373 100644 (file)
@@ -1,6 +1,6 @@
 #contributor : Rodrigo Setti <rodrigosetti@gmail.com>
 #name : <dl> ... </dl>
-# key: listdl
+# key: dl
 # --
 <dl>
     $0
index f19cbc22c03bf18a5f0a6e18a80cbb41aaa619f8..1b847066e4f84023ea466cab11ca2ae96a7d29b7 100644 (file)
@@ -1,6 +1,6 @@
 #contributor : Rodrigo Setti <rodrigosetti@gmail.com>
 #name : <dl> ... </dl>
-# key: listdl
+# key: dl
 # --
 <dl id="$1">
     $0
index 796b2897f1a61903f58e81958dae2c4e68f206f3..5448c202bd409f909f02dd25af4dace2b1d81823 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Rodrigo Setti <rodrigosetti@gmail.com>
 #name : <dt> ... </dt>
-# key: listdt
+# key: dt
 # --
 <dt>$1</dt>
\ No newline at end of file
index 2d34695d3c3c940a10cb9f1e8d9ee49ee43c0307..a48c9836ea47fda770eb90d8a2219daf76255858 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <li>...</li>
-# key: listli
+# key: li
 # --
 <li>$1</li>
\ No newline at end of file
index 728c3da8dc940c710beccc5b61a9dc2d81735a8d..6ecc9612b1fdec8be6139de7dab6c7c5e212ff91 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <li class="...">...</li>
-# key: listli
+# key: li
 # --
 <li class="$1">$2</li>
\ No newline at end of file
index 51473d6379ecd6bb0a98d5bc6dd5e833df4e4952..28ba541f06390756a60091ab4337c026ce11106a 100644 (file)
@@ -1,6 +1,6 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <ol>...</ol>
-# key: listol
+# key: ol
 # --
 <ol>
   $0
index 5d8bc50d751e5f332379f2ae3c909ddf66d6865f..6d2198917f855fdadfc8eb141cd8d71f28743bed 100644 (file)
@@ -1,6 +1,6 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <ol class="...">...</ol>
-# key: listol
+# key: ol
 # --
 <ol class="$1">
   $0
index f2cb04f9381daf492b79ccd631d2ecc9a970a5f4..19b4cfab0425e2dd7b37229d041bb22cd625d9d9 100644 (file)
@@ -1,6 +1,6 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <ol id="...">...</ol>
-# key: listol
+# key: ol
 # --
 <ol id="$1">
   $0
index 9e58a38c787c6bdc24162ed8f02f49fcd6119dd4..f1a088dfaa13fbdc92468ea0c0889d761b4ce5b5 100644 (file)
@@ -1,6 +1,6 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <ul>...</ul>
-# key: listul
+# key: ul
 # --
 <ul>
   $0
index 35560f695d6331a3889b5e7d129de97a75c7278c..672293f400996b81a88f47fc7285734d68391a2e 100644 (file)
@@ -1,6 +1,6 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <ul class="...">...</ul>
-# key: listul
+# key: ul
 # --
 <ul class="$1">
   $0
index 0860f5f096b23330446f1fc98d317ad00b9a5efd..a5e753cf11bfea00e097d32bed0e23cda276f699 100644 (file)
@@ -1,6 +1,6 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <ul id="...">...</ul>
-# key: listul
+# key: ul
 # --
 <ul id="$1">
   $0
index 544fb3bfcc7a2afb05da3c19bbaae0e48f3e94cd..bfcfb6873f274d6b170a2b941ad272bb47236fa7 100644 (file)
@@ -1,4 +1,4 @@
 #name : Doctype HTML 4.01 Strict
-# key: metadoctype
+# key: doctype
 # --
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
\ No newline at end of file
index a941879431d03457071968abf98b8cbbf69a3a03..ca04ac51e1d67901686180343104901fb0d4f289 100644 (file)
@@ -1,4 +1,4 @@
 #name : DocType XHTML 1.0 frameset
-# key: metadoctype
+# key: doctype
 # --
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
\ No newline at end of file
index c3c932d046aaf42086c496a7d92b5ed010001d02..b7e98a67b659eea642907ca30dd05b84e461102d 100644 (file)
@@ -1,4 +1,4 @@
 #name : DocType XHTML 1.1
-# key: metadoctype
+# key: doctype
 # --
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
\ No newline at end of file
index b34d05f27218017118392598d8f88c50771ad612..d494b77dff610f9cc1b52a8336a3145929c09f82 100644 (file)
@@ -1,4 +1,4 @@
 #name : DocType XHTML 1.0 Strict
-# key: metadoctype
+# key: doctype
 # --
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
\ No newline at end of file
index 416d50794c2c73acc5e56107948e57a957e4dbfd..4ddb3132e4a4d6c3089400b488970f6bf68b002d 100644 (file)
@@ -1,4 +1,4 @@
 #name : DocType XHTML 1.0 Transitional
-# key: metadoctype
+# key: doctype
 # --
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
\ No newline at end of file
index 919f2ee16d185b7c5b577e7cf79e6c1effbb3d28..13d5b71647a0c1750b0ae23bf4c3f9e8f4e691a8 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <meta name="..." content="..." />
-# key: metameta
+# key: meta
 # --
 <meta name="${1:generator}" content="${2:content}" />
\ No newline at end of file
index 06c0395a770ec1b4bae2943f613d16e536db3264..2024b1fe4797fd67945d12bc0684cbb59cf31a30 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <meta http-equiv="..." content="..." />
-# key: metameta
+# key: meta
 # --
 <meta http-equiv="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />
\ No newline at end of file
index c3011ae30b5c12771b86b6c51a4a3f14ee139145..2a716644506d38cda5fa380ee66dc5b1cd696a4b 100644 (file)
@@ -1,6 +1,6 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <table ...>...</table>
-# key: tabletable
+# key: table
 # --
 <table width="$1" cellspacing="$2" cellpadding="$3" border="$4">
   $0
index 2edd0d25fdeebf38ba561f9b147fbdf7f012ab4b..d5355e89fb4c46ab7b82f278b7c7c5fa41fba34d 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <td>...</td>
-# key: tabletd
+# key: td
 # --
 <td$1>$2</td>
\ No newline at end of file
index a5198b8990d055849908548133f63a4cfb614c0b..70bb4ff894a66f908061076e59cb052a677f28e9 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <th>...</th>
-# key: tableth
+# key: th
 # --
 <th$1>$2</th>
\ No newline at end of file
index 9666d0750ee19b5dbc64e621f636e1001a1954c6..f9ffc0fe2b2f61196a95547700b244f5546fbf33 100644 (file)
@@ -1,6 +1,6 @@
 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
 #name : <tr>...</tr>
-# key: tabletr
+# key: tr
 # --
 <tr>
   $0
index 98090143d240993d02575cad27d868c4d0082995..9d9f03f23c13242631e06dcdd70e41bc430ccede 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Anders Bach Nielsen <abachn@abachn.net>
 #name : <h1>...</h1>
-# key: headerh1
+# key: h1
 # --
 <h1>$1</h1>
\ No newline at end of file
index c511a46e8c65218eaee0ebd872746f0f615a9062..01bd314c83bc1c98a940cc6022df25113ec6302c 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Anders Bach Nielsen <abachn@abachn.net>
 #name : <h2>...</h2>
-# key: headerh2
+# key: h2
 # --
 <h2>$1</h2>
\ No newline at end of file
index 2feb6aa4da0b1bb7ca675f1687746bd79bbed256..3aaa67a54392f4f6ff24bbf2e376c389b455f998 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Anders Bach Nielsen <abachn@abachn.net>
 #name : <h3>...</h3>
-# key: headerh3
+# key: h3
 # --
 <h3>$1</h3>
\ No newline at end of file
index 8c5bb455a04fa3fc42e965e51dd378ee75c78df6..659e29969ce3c432094a9461b53044129dd15101 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Anders Bach Nielsen <abachn@abachn.net>
 #name : <h4>...</h4>
-# key: headerh4
+# key: h4
 # --
 <h4>$1</h4>
\ No newline at end of file
index 682a432a4c574345a77c146e367be9fa0228d456..5ef91a6b780dbc4d7f34b780cdeea853b2cf811c 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Anders Bach Nielsen <abachn@abachn.net>
 #name : <h5>...</h5>
-# key: headerh5
+# key: h5
 # --
 <h5>$1</h5>
\ No newline at end of file
index ab2160a07c59dbec7bbe1807fca7fd0ac5f7e374..55ca8a09a40a68b4e9499148b09371b652f35b7e 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Anders Bach Nielsen <abachn@abachn.net>
 #name : <h6>...</h6>
-# key: headerh6
+# key: h6
 # --
 <h6>$1</h6>
\ No newline at end of file
index a7fef1fab3f6c4b857690eaaa3953e7079b139ac..9e5f8488a8cd9bfe332e7a218a25ff40c002bbb6 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Anders Bach Nielsen <abachn@abachn.net>
 #name : DocType XHTML 1.1
-# key: metadoctype
+# key: doctype
 # --
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
\ No newline at end of file
index c2a1d5832a63a3e03728162a7d548bcf7882b3ef..dd8f171a6f1c6a66a9332dae4f86334dc0f22f00 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Anders Bach Nielsen <abachn@abachn.net>
 #name : DocType XHTML 1.0 Strict
-# key: metadoctype
+# key: doctype
 # --
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
\ No newline at end of file
index 62440b1aa70fbc64ee300b9e029ba33bcf6ca0fd..6e4a0aa31e4b6ea2691990c69dcea7ed74dba6b6 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Anders Bach Nielsen <abachn@abachn.net>
 #name : DocType XHTML 1.0 Transitional
-# key: metadoctype
+# key: doctype
 # --
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
\ No newline at end of file
index dc28771c280bbd1e161fd78f99358c0f3da444ce..fb4bcfdc3da61f2d39b27a53f42f2bda3d4eda05 100644 (file)
@@ -1,5 +1,5 @@
 #contributor : Anders Bach Nielsen <abachn@abachn.net>
 #name : <meta name="..." content="..." />
-# key: metameta
+# key: meta
 # --
 <meta name="${1:generator}" content="${2:content}" />
\ No newline at end of file
index 3b3b60104dd11a4e99c343a4ee751fadbe69b03b..3ea385ed4e6d781bbf6e5ff6e84fc6a5f8456f2a 100644 (file)
@@ -1,4 +1,4 @@
 #name : all? { |...| ... }
-# key: collectionsall
+# key: all
 # --
 all? { |${e}| $0 }
\ No newline at end of file
index 79c3c4830fbfa4d3b8b19ecf4dd5da37288c3298..ba3711eee1a7abb4dfebc736178415166c0af8c4 100644 (file)
@@ -1,4 +1,4 @@
 #name : any? { |...| ... }
-# key: collectionsany
+# key: any
 # --
 any? { |${e}| $0 }
\ No newline at end of file
index f5ef150ac5ebe045d4982dbd5b449be64e60537d..389f4e4498d6f1e9f5f8afbc3d37be18980074c9 100644 (file)
@@ -1,4 +1,4 @@
 #name : classify { |...| ... }
-# key: collectionsclassify
+# key: classify
 # --
 classify { |${e}| $0 }
\ No newline at end of file
index a92f326e162954f34887b279c1c32f7c15d7cbef..91b0b2a2bfeb28de25ba4bbb6b81c3781be5f514 100644 (file)
@@ -1,4 +1,4 @@
 #name : collect { |...| ... }
-# key: collectionscollect
+# key: collect
 # --
 collect { |${e}| $0 }
\ No newline at end of file
index 99f2af5b6337b8bb2ee71c49b996891db5ee354c..26e0dfa878700ed55c73c3a2592c67c1d1a78eea 100644 (file)
@@ -1,4 +1,4 @@
 #name : delete_if { |...| ... }
-# key: collectionsdeli
+# key: deli
 # --
 delete_if { |${e} $0 }
\ No newline at end of file
index f65cdfb2dd6ce15349f9c0c8471acd6837595801..45649c89ed03cb106e6d053f58ce9f35903f711d 100644 (file)
@@ -1,4 +1,4 @@
 #name : detect { |...| ... }
-# key: collectionsdet
+# key: det
 # --
 detect { |${e}| $0 }
\ No newline at end of file
index fdf7b2a5da45bcb538f43f6fe485233183b7570a..284a183cc8d6090f0d22d37799ba5681fdfc1fd5 100644 (file)
@@ -1,4 +1,4 @@
 #name : each { |...| ... }
-# key: collectionsea
+# key: ea
 # --
 each { |${e}| $0 }
\ No newline at end of file
index 35d443a1065f849a736e1e8897354e98ad75db12..7d12fa74b680a3145ba3aeffd42f7b5717214ece 100644 (file)
@@ -1,4 +1,4 @@
 #name : each_cons(...) { |...| ... }
-# key: collectionseac
+# key: eac
 # --
 each_cons(${1:2}) { |${group}| $0 }
\ No newline at end of file
index 433a3972b00c474aa835205634ff4c2dda13c376..9bb09313a5314a562731d27a2e52e283d1b9ed2e 100644 (file)
@@ -1,4 +1,4 @@
 #name : each_index { |i| ... }
-# key: collectionseai
+# key: eai
 # --
 each_index { |${i}| $0 }
\ No newline at end of file
index 4d66ce49fd71e82058cab3a245fee5df077e474a..4a16c921b87ff742f0493bcc6c4b5f390d53f62e 100644 (file)
@@ -1,4 +1,4 @@
 #name : each_value { |val| ... }
-# key: collectionseav
+# key: eav
 # --
 each_value { |${val}| $0 }
\ No newline at end of file
index 38dd622bc6fc0773f1575b9ff03d6ab9214f1af5..58b799f859cc8cdcd6a3a8f73aabaa6395b98c29 100644 (file)
@@ -1,4 +1,4 @@
 #name : each_with_index { |e, i| ... }
-# key: collectionseawi
+# key: eawi
 # --
 each_with_index { |${e}, ${i}| $0 }
\ No newline at end of file
index 881ea9267320e467a55cf84d019897921917242f..5405f86b5836ce8a3dbb9646f4baa9cb00e7155d 100644 (file)
@@ -1,4 +1,4 @@
 #name : inject(...) { |...| ... }
-# key: collectionsinject
+# key: inject
 # --
 inject(${1:0}) { |${2:injection}, ${3:element}| $0 }
\ No newline at end of file
index bc5008c9685e985aa7e9a2d50ca07809a506d504..cbbc9957b5012ce13eb23ac908bc5d5a33b01c7c 100644 (file)
@@ -1,4 +1,4 @@
 #name : reject { |...| ... }
-# key: collectionsreject
+# key: reject
 # --
 reject { |${1:element}| $0 }
\ No newline at end of file
index 6b4b6a2652df4d547c6961c2dc9311dba92f242b..5e42b95d7f30ca5d94ce344c5a474f0235666d4e 100644 (file)
@@ -1,4 +1,4 @@
 #name : select { |...| ... }
-# key: collectionsselect
+# key: select
 # --
 select { |${1:element}| $0 }
\ No newline at end of file
index 385017eae957d7f8cd376917667c0b52ed7c9525..0108f7b28c1b8f5d852a3089dbd92e51ec0abdc4 100644 (file)
@@ -1,5 +1,5 @@
 #name : include Comparable; def <=> ... end
-# key: definitionsComp
+# key: Comp
 # --
 include Comparable
 
index 856daac92d76c404a358323418c6bf047f04c497..35798b4bb441f735e3463b88bf87733a28858733 100644 (file)
@@ -1,4 +1,4 @@
 #name : alias_method new, old
-# key: definitionsam
+# key: am
 # --
 alias_method :${new_name}, :${old_name}
\ No newline at end of file
index 238786f75313745173641ff448767ddac30e801f..75bd6ed708e511c1f9cbef94f802c21753804b8f 100644 (file)
@@ -1,5 +1,5 @@
 #name : class << self ... end
-# key: definitionscla
+# key: cla
 # --
 class << ${self}
   $0
index 682fc4f572c65d2003c75e49f88dcadae7a5ada2..3feed2515a02dfb91eb5bac0b2029ce5771f3d9c 100644 (file)
@@ -1,6 +1,6 @@
 #name : class ... end
 #contributor : hitesh <hitesh.jasani@gmail.com>
-# key: definitionscls
+# key: cls
 # --
 class ${1:`(let ((fn (capitalize (file-name-nondirectory
                                  (file-name-sans-extension
index 69812d1ec7d0373afc8eb2955726ed01f130babb..fbda6155c27adc71f623cd08df43d9d7b2f7691d 100644 (file)
@@ -1,5 +1,5 @@
 #name : def method_missing ... end
-# key: definitionsmm
+# key: mm
 # --
 def method_missing(method, *args)
   $0
index 00e98328935cf90729edc6d5614f068a5e080380..878095ae2c3b1d3b5ab499acc93659059c7e7556 100644 (file)
@@ -1,4 +1,4 @@
 #name : attr_reader ...
-# key: definitionsr
+# key: r
 # --
 attr_reader :
\ No newline at end of file
index fecf2ba1aec2c86da3d6537b01024909c7363fa9..52f4d622e553e69056bd736cef7db4395130efa5 100644 (file)
@@ -1,4 +1,4 @@
 #name : attr_accessor ...
-# key: definitionsrw
+# key: rw
 # --
 attr_accessor :
\ No newline at end of file
index 76d38d2bffc89ab81c50e8c6f728d3e19508caf9..d0b912cdb2c13887fcc46722d42708d062c3bebb 100644 (file)
@@ -1,4 +1,4 @@
 #name : attr_writer ...
-# key: definitionsw
+# key: w
 # --
 attr_writer :
\ No newline at end of file
index c69c607f4e7f4f40e49fe2da6cb469f2ba6e8543..945200a8ec9e1f4785aaf355063c540b9bc32412 100644 (file)
@@ -1,4 +1,4 @@
 #name : # =>
-# key: general#
+# key: #
 # --
 # => 
\ No newline at end of file
index 7a492616fbf781c013b63ffab9cc7611d95ee359..8147d30b50a8a13f162ff70d6380f63114db3f68 100644 (file)
@@ -1,5 +1,5 @@
 #name : =begin rdoc ... =end
-# key: general=b
+# key: =b
 # --
 =begin rdoc
   $0
index fe974a4017bdf25acbf6a92f1c97b8c72991e8ca..6e6cf6b6e64c72698e1895a20a8c37084725c173 100644 (file)
@@ -1,5 +1,5 @@
 #name : if __FILE__ == $PROGRAM_NAME ... end
-# key: generalapp
+# key: app
 # --
 if __FILE__ == $PROGRAM_NAME
   $0
index 98d98f2f6fb7f64d56897ff3bcf4c48158967966..c92641e98d872c79959f7226f9b03cb1d21e6f5d 100644 (file)
@@ -1,5 +1,5 @@
 #name : Benchmark.bmbm(...) do ... end
-# key: generalbm
+# key: bm
 # --
 Benchmark.bmbm(${1:10}) do |x|
   $0
index 2bbc78191809a52a8a0fe7238b76088b6709940f..90c3d5cf5c2ab3168819c6c21907a422e21d3748 100644 (file)
@@ -1,5 +1,5 @@
 #name : case ... end
-# key: generalcase
+# key: case
 # --
 case ${1:object}
 when ${2:condition}
index c488421b6f0b7fcca8034e58ce909b4ff90310fb..05eeb445bf1e98e15487ec3fc32f3f8c8c21392a 100644 (file)
@@ -1,4 +1,4 @@
 #name : deep_copy(...)
-# key: generaldee
+# key: dee
 # --
 Marshal.load(Marshal.dump($0))
\ No newline at end of file
index 7c776f63ee664f9fdaeb8d6d15ffd0f0378470ba..0a303ec0c10e4d0c0f0a06f74e33be62cf4159f1 100644 (file)
@@ -1,4 +1,4 @@
 #name : /usr/bin/ruby -wKU
-# key: generalrb
+# key: rb
 # --
 #!/usr/bin/ruby -wKU
\ No newline at end of file
index c9231ed6f725d37c5cb73404ae73894c8eea73ab..7d3863fe75f2078fa8ac7d3049bbc56556299ad7 100644 (file)
@@ -1,4 +1,4 @@
 #name : require "..."
-# key: generalreq
+# key: req
 # --
 require "$0"
\ No newline at end of file
index 762c3b8e132dfbf97a58653d8f2090cd746aa73b..7cd88e7e05da594fd76de4b0b7dbe715397a8a31 100644 (file)
@@ -1,4 +1,4 @@
 #name : require File.join(File.dirname(__FILE__), ...)
-# key: generalrreq
+# key: rreq
 # --
 require File.join(File.dirname(__FILE__), $0)
\ No newline at end of file
index 474258132ac2fecdc1ea34ff0a7e00ef0799cbf8..38ed59af0adb9466edde6080a59211a0aaa60f1a 100644 (file)
@@ -1,4 +1,4 @@
 #name : :yields: arguments (rdoc)
-# key: generaly
+# key: y
 # --
 :yields: $0
\ No newline at end of file