outline.org @ 8a5c406b39b8

Regex chapter.
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Oct 2011 22:53:15 -0400
parents 1fa5641ff104
children 2bc5902b5738
* 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
** TODO normal!
** TODO execute
** TODO execute normal!
** DONE basic regexes
** TODO lists
** TODO looping
** TODO dictionaries
** TODO advanced regexes
** TODO paths
** TODO exceptions
** TODO functions again
** TODO command!
* part 3 - creating a full plugin
** TODO intro and plugin layout
** TODO pathogen
** TODO autoload
** TODO folding
** TODO syntax
** TODO compilers
*** makeprg
*** errorformat
** TODO customization
** TODO documentation
** TODO mapping
** TODO dynamic status lines
** TODO customizing maps
** TODO distributing