Yeah let's face it, it's not short any more.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 12 Oct 2012 19:05:27 -0400 |
parents |
43b681f150a2
|
children |
c0e09afaf265
|
branches/tags |
(none) |
files |
introduction.markdown |
Changes
--- 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