0f99c86908f0

Move.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Sep 2011 13:36:14 -0400
parents fdda50b3dc94
children 6efb52eb377e
branches/tags (none)
files content/blog/2011/07/writing-vim-plugins.html content/blog/2011/09/writing-vim-plugins.html

Changes

--- a/content/blog/2011/07/writing-vim-plugins.html	Fri Jul 22 09:58:42 2011 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,79 +0,0 @@
-    {% extends "_post.html" %}
-
-    {% hyde
-        title: "Writing Vim Plugins"
-        snip: "It's pretty much black magic."
-        created: 2011-07-13 08:30:00
-        flattr: true
-    %}
-
-    {% block article %}
-
-
-A while ago I wrote a [post][vimpost] about switching back to [Vim][].  Since then
-I've written two plugins for Vim, one of which has been officially "released".
-
-A couple of people have asked me if I'd write a guide to creating Vim plugins.
-I don't feel confident enough to do that yet, but I do have some advice for Vim
-plugin authors that might be useful.
-
-[vimpost]: http://stevelosh.com/blog/2010/09/coming-home-to-vim/
-[Vim]: http://www.vim.org/
-
-[TOC]
-
-Other People Who Know More Than I Do
-------------------------------------
-
-### Tim Pope
-
-### Scrooloose
-
-Please, For the Love of God, Use noremap
-----------------------------------------
-
-### Oh, and normal! is Important Too
-
-Be Pathogen-Compatible
-----------------------
-
-Use LocalLeader When Appropriate
---------------------------------
-
-Backwards Compatibility is a Big Deal
--------------------------------------
-
-### What Matters for Backards Compatibility?
-
-### Use Semantic Versioning So I Can Stay Sane
-
-Autoload is Your Friend
------------------------
-
-Document Everything
--------------------
-
-### Pick Some Requirements and Stick to Them
-
-### Write a Vim Help Document
-
-### Write a README
-
-### Create a Simple Website
-
-### Keep a Changelog
-
-Making VimScript Palatable
---------------------------
-
-### Wrap. Everything.
-
-### Scripting Vim with Python
-
-Unit Testing (Will Make You Drink)
-----------------------------------
-
-TL;DR
------
-
-    {% endblock article %}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/content/blog/2011/09/writing-vim-plugins.html	Sun Sep 04 13:36:14 2011 -0400
@@ -0,0 +1,79 @@
+    {% extends "_post.html" %}
+
+    {% hyde
+        title: "Writing Vim Plugins"
+        snip: "It's pretty much black magic."
+        created: 2011-07-13 08:30:00
+        flattr: true
+    %}
+
+    {% block article %}
+
+
+A while ago I wrote a [post][vimpost] about switching back to [Vim][].  Since then
+I've written two plugins for Vim, one of which has been officially "released".
+
+A couple of people have asked me if I'd write a guide to creating Vim plugins.
+I don't feel confident enough to do that yet, but I do have some advice for Vim
+plugin authors that might be useful.
+
+[vimpost]: http://stevelosh.com/blog/2010/09/coming-home-to-vim/
+[Vim]: http://www.vim.org/
+
+[TOC]
+
+Other People Who Know More Than I Do
+------------------------------------
+
+### Tim Pope
+
+### Scrooloose
+
+Please, For the Love of God, Use noremap
+----------------------------------------
+
+### Oh, and normal! is Important Too
+
+Be Pathogen-Compatible
+----------------------
+
+Use LocalLeader When Appropriate
+--------------------------------
+
+Backwards Compatibility is a Big Deal
+-------------------------------------
+
+### What Matters for Backards Compatibility?
+
+### Use Semantic Versioning So I Can Stay Sane
+
+Autoload is Your Friend
+-----------------------
+
+Document Everything
+-------------------
+
+### Pick Some Requirements and Stick to Them
+
+### Write a Vim Help Document
+
+### Write a README
+
+### Create a Simple Website
+
+### Keep a Changelog
+
+Making VimScript Palatable
+--------------------------
+
+### Wrap. Everything.
+
+### Scripting Vim with Python
+
+Unit Testing (Will Make You Drink)
+----------------------------------
+
+TL;DR
+-----
+
+    {% endblock article %}