# HG changeset patch # User Steve Losh # Date 1350083127 14400 # Node ID 004078be4e9033422573f8f8f92177a98336e0ab # Parent 43b681f150a2703b2fc9b9f3ebfbde371398665f Yeah let's face it, it's not short any more. diff -r 43b681f150a2 -r 004078be4e90 introduction.markdown --- a/introduction.markdown Sun Sep 23 12:27:43 2012 -0400 +++ b/introduction.markdown Fri Oct 12 19:05:27 2012 -0400 @@ -1,10 +1,10 @@ -[Learn Vimscript the Hard Way][book] is a short book for users of the Vim editor +[Learn Vimscript the Hard Way][book] is a book for users of the [Vim][] editor who want to learn how to customize Vim. Before reading this book you should be comfortable using Vim and know what terms like "buffer", "window" and "insert mode" mean. -LVSTHW is divided into three sections: +LVSTHW is divided roughly into three sections: * The first covers basic Vim commands that you can use in your `~/.vimrc` file to customize Vim quickly and easily. @@ -28,6 +28,7 @@ if you're not comfortable with that I understand. [book]: / +[Vim]: http://www.vim.org/ [hg]: http://bitbucket.org/sjl/learnvimscriptthehardway/ [git]: http://github.com/sjl/learnvimscriptthehardway/ [license]: /license.html