From 8a09976f2b835a3aad8a499158832e39993e230b Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 11 Jan 2016 01:12:53 +0100 Subject: [PATCH] Resources: add "Learn Vimscript the Hard Way" References #3. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d96de6..2e64a47 100644 --- a/README.md +++ b/README.md @@ -1090,6 +1090,7 @@ See `:h :syntime`. | [Seven habits of effective text editing](http://www.moolenaar.net/habits.html) | By Bram Moolenaar, the author of Vim. | | [Seven habits of effective text editing 2.0 (PDF)](http://www.moolenaar.net/habits_2007.pdf) | See above. | | [IBM DeveloperWorks: Scripting the Vim editor](http://www.ibm.com/developerworks/views/linux/libraryview.jsp?sort_order=asc&sort_by=Title&search_by=scripting+the+vim+editor) | Five-part series on Vim scripting. | +| [Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com) | Develop a Vim plugin from scratch. | | [Practical Vim (2nd Edition)](http://www.amazon.com/Practical-Vim-Edit-Speed-Thought) | Hands down the best book about Vim. | | [Vimcasts.org](http://vimcasts.org/episodes/archive) | Vim screencasts. | | [Your problem with Vim is that you don't grok vi](http://stackoverflow.com/a/1220118) | Concise, informative and correct. A real gem. |