outline.org @ b6dc13ada47e

Lolscoping.
author Steve Losh <steve@stevelosh.com>
date Sun, 09 Oct 2011 23:00:11 -0400
parents 284f1adbf039
children a392a4b2a784
* 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
** conditionals
** comparisons
** functions
** function varargs
** functions (more)
** strings
** string functions
** normal!
** execute
** execute normal!
** lists
** looping
** dictionaries
** paths
** command!
* part 3 - creating a full plugin
** intro and plugin layout
** pathogen
** autoload
** folding
** syntax
** compilers
*** makeprg
*** errorformat
** customization
** documentation
** mapping
** dynamic status lines
** customizing maps
** distributing