# HG changeset patch # User Steve Losh # Date 1318181082 14400 # Node ID 484c72cf83cd323a7ee0f25a2216ce32eb84e0ab # Parent 9a45509b67138cc059395c261abac63daaedf278 Adjust outline. diff -r 9a45509b6713 -r 484c72cf83cd outline.org --- a/outline.org Sat Oct 08 15:59:50 2011 -0400 +++ b/outline.org Sun Oct 09 13:24:42 2011 -0400 @@ -1,21 +1,22 @@ * part 1 - basic .vimrc stuff -** echoing -** setting options -** basic mapping -** modal mapping -** strict mapping -** leaders -** editing .vimrc faster -** abbreviations -** more about mappings -** training with -** buffer-local mappings and options -** autocommands -** buffer-local abbreviations -** augroups -** operator-pending maps -** status lines? -** a word on shortened command names +** 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 +** DONE buffer-local mappings and options +** DONE autocommands +** DONE buffer-local abbreviations +** DONE augroups +** DONE operator-pending maps +** TODO more operator-pending maps +** TODO basic status lines +** TODO a word on shortened command names * part 2 - programming in vimscript ** variables ** variable scopes @@ -46,5 +47,6 @@ ** customization ** documentation ** mapping +** dynamic status lines ** customizing maps ** distributing