# HG changeset patch # User Steve Losh # Date 1350431479 14400 # Node ID ffdf05081a2eaedfefc6b69566be66cd2835f287 # Parent e46465cfd99f1e7ea32d5c259df86dc4df085a36 Add the skeleton of the rest of the book. diff -r e46465cfd99f -r ffdf05081a2e chapters/53.markdown --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chapters/53.markdown Tue Oct 16 19:51:19 2012 -0400 @@ -0,0 +1,11 @@ +Autoloading +=========== + +How Autoload Works +------------------ + +What to Autoload +---------------- + +Exercises +--------- diff -r e46465cfd99f -r ffdf05081a2e chapters/54.markdown --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chapters/54.markdown Tue Oct 16 19:51:19 2012 -0400 @@ -0,0 +1,11 @@ +Documentation +============= + +Writing Documentation +--------------------- + +What to Document +---------------- + +Exercises +--------- diff -r e46465cfd99f -r ffdf05081a2e chapters/55.markdown --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chapters/55.markdown Tue Oct 16 19:51:19 2012 -0400 @@ -0,0 +1,11 @@ +Distribution +============ + +Vim.org +------- + +GitHub and BitBucket +-------------------- + +Exercises +--------- diff -r e46465cfd99f -r ffdf05081a2e chapters/56.markdown --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chapters/56.markdown Tue Oct 16 19:51:19 2012 -0400 @@ -0,0 +1,17 @@ +What Now? +========= + +Omnicomplete +------------ + +Compiler Support +---------------- + +Color Schemes +------------- + +Vim's Documentation +------------------- + +Exercises +--------- diff -r e46465cfd99f -r ffdf05081a2e outline.org --- a/outline.org Sat Oct 13 20:21:18 2012 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -* remaining chapters -** TODO run and view output -*** Working with external commands -** TODO autoload -** TODO documentation -*** What to document -*** help format -** TODO distributing -** TODO Where to go from here -*** Omnicomplete -*** makeprg, errorfmt, compilers -*** Color schemes -*** Read the fucking documentation -*** Read the source of some popular plugins -**** Powerline for a mindfuck -**** Fugitive