From bd7323d84a593bfc31f0aeb112ba442886581257 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 25 Feb 2010 20:24:41 +0100 Subject: mv vim`s runtimepath to .config/vim instead .vim --- .config/vim/templates/html/$ | 1 + .config/vim/templates/html/dl | 6 ++++++ .config/vim/templates/html/dt | 3 +++ .config/vim/templates/html/em | 1 + .config/vim/templates/html/form | 6 ++++++ .config/vim/templates/html/html | 17 +++++++++++++++++ .config/vim/templates/html/input | 2 ++ .config/vim/templates/html/li | 2 ++ .config/vim/templates/html/ol | 5 +++++ .config/vim/templates/html/p | 4 ++++ .config/vim/templates/html/script | 4 ++++ .config/vim/templates/html/ul | 5 +++++ 12 files changed, 56 insertions(+) create mode 100755 .config/vim/templates/html/$ create mode 100755 .config/vim/templates/html/dl create mode 100755 .config/vim/templates/html/dt create mode 100755 .config/vim/templates/html/em create mode 100755 .config/vim/templates/html/form create mode 100755 .config/vim/templates/html/html create mode 100755 .config/vim/templates/html/input create mode 100755 .config/vim/templates/html/li create mode 100755 .config/vim/templates/html/ol create mode 100755 .config/vim/templates/html/p create mode 100755 .config/vim/templates/html/script create mode 100755 .config/vim/templates/html/ul (limited to '.config/vim/templates/html') diff --git a/.config/vim/templates/html/$ b/.config/vim/templates/html/$ new file mode 100755 index 0000000..86f8609 --- /dev/null +++ b/.config/vim/templates/html/$ @@ -0,0 +1 @@ +document.getElementById("<++>").<++> diff --git a/.config/vim/templates/html/dl b/.config/vim/templates/html/dl new file mode 100755 index 0000000..c7bff2e --- /dev/null +++ b/.config/vim/templates/html/dl @@ -0,0 +1,6 @@ +
+
<++>
+
<++>
+ <++> +
+<++> diff --git a/.config/vim/templates/html/dt b/.config/vim/templates/html/dt new file mode 100755 index 0000000..eee603e --- /dev/null +++ b/.config/vim/templates/html/dt @@ -0,0 +1,3 @@ +
<++>
+
<++>
+<++> diff --git a/.config/vim/templates/html/em b/.config/vim/templates/html/em new file mode 100755 index 0000000..53f4852 --- /dev/null +++ b/.config/vim/templates/html/em @@ -0,0 +1 @@ +<++><++> diff --git a/.config/vim/templates/html/form b/.config/vim/templates/html/form new file mode 100755 index 0000000..5985979 --- /dev/null +++ b/.config/vim/templates/html/form @@ -0,0 +1,6 @@ +
+

+ <++> +

+
+<++> diff --git a/.config/vim/templates/html/html b/.config/vim/templates/html/html new file mode 100755 index 0000000..618a876 --- /dev/null +++ b/.config/vim/templates/html/html @@ -0,0 +1,17 @@ + + + + + + + <+title+> + + + +

<+title+>

+ <++> + + diff --git a/.config/vim/templates/html/input b/.config/vim/templates/html/input new file mode 100755 index 0000000..670e334 --- /dev/null +++ b/.config/vim/templates/html/input @@ -0,0 +1,2 @@ + +<++> diff --git a/.config/vim/templates/html/li b/.config/vim/templates/html/li new file mode 100755 index 0000000..b04522c --- /dev/null +++ b/.config/vim/templates/html/li @@ -0,0 +1,2 @@ +
  • <++>
  • +<++> diff --git a/.config/vim/templates/html/ol b/.config/vim/templates/html/ol new file mode 100755 index 0000000..119e490 --- /dev/null +++ b/.config/vim/templates/html/ol @@ -0,0 +1,5 @@ +
      +
    1. <++>
    2. + <++> +
    +<++> diff --git a/.config/vim/templates/html/p b/.config/vim/templates/html/p new file mode 100755 index 0000000..92cd897 --- /dev/null +++ b/.config/vim/templates/html/p @@ -0,0 +1,4 @@ +

    + <++> +

    +<++> diff --git a/.config/vim/templates/html/script b/.config/vim/templates/html/script new file mode 100755 index 0000000..61aab67 --- /dev/null +++ b/.config/vim/templates/html/script @@ -0,0 +1,4 @@ + +<++> diff --git a/.config/vim/templates/html/ul b/.config/vim/templates/html/ul new file mode 100755 index 0000000..f65ab78 --- /dev/null +++ b/.config/vim/templates/html/ul @@ -0,0 +1,5 @@ + +<++> -- cgit