outline.org @ 62ff15391263

Typos and outline.
author Steve Losh <steve@stevelosh.com>
date Sat, 31 Dec 2011 13:26:22 -0500
parents b0e538f6533d
children 3c9c14d97448
* part 1 - basic .vimrc stuff
** DONE echoing
** DONE setting options
** DONE basic mapping
** DONE modal mapping
** DONE strict mapping
** DONE leaders
** DONE editing .vimrc faster
** DONE abbreviations
** DONE more about mappings
** DONE training with <nop>
** DONE buffer-local mappings and options
** DONE autocommands
** DONE buffer-local abbreviations
** DONE augroups
** DONE operator-pending maps
** DONE more operator-pending maps
** DONE basic status lines
** DONE a word on shortened command names
* part 2 - programming in vimscript
** DONE variables
** DONE variable scopes
** DONE conditionals
** DONE comparisons
** DONE functions
** DONE function arguments
** DONE numbers
** DONE strings
** DONE string functions
** DONE normal!
** DONE execute
** DONE execute normal!
** DONE basic regexes
** DONE Case Study: GrepMotion
** DONE lists
** DONE looping
** DONE dictionaries
** DONE toggling
** DONE functional programming
** DONE paths
** TODO advanced regexes
** TODO exceptions
** TODO functions again
** TODO command!
* part 3 - creating a full plugin
** DONE intro
** DONE plugin layout
** DONE pathogen
** DONE ftdetect
** DONE syntax
** DONE folding
** TODO compilers
*** makeprg
*** errorformat
** TODO autoload
** TODO customization
** TODO dynamic status lines
** TODO mapping
** TODO customizing maps
** TODO documentation
** TODO distributing