# HG changeset patch # User Steve Losh # Date 1348417663 14400 # Node ID 43b681f150a2703b2fc9b9f3ebfbde371398665f # Parent fcbfb7d9277061002f8279cd50087deaf53a023b Tweak build process and update outline. diff -r fcbfb7d92770 -r 43b681f150a2 outline.org --- a/outline.org Sun Sep 23 03:18:28 2012 -0400 +++ b/outline.org Sun Sep 23 12:27:43 2012 -0400 @@ -1,51 +1,13 @@ -* part 3 - creating a full plugin -** ... stuff that's done ... -** TODO mapping -*** run and view output -*** run and view bytecode + output -*** :nnoremap ]] /\v^\S:noh -*** :nnoremap [[ ?\v^\S:noh -** TODO indent files -** TODO customization -*** mappings -**** custom leader -**** disable entirely -**** autoinsert period -*** behaviour -**** vertical/horizontal preview splits -**** split sizes -** TODO dynamic status lines +* remaining chapters +** TODO run and view output ** TODO autoload ** TODO documentation -*** TOC -*** Mappings -*** Configuration -*** Bugs -*** License ** TODO distributing -*** GitHub -*** Vim.org -*** a Web page -* TODO Where to go from here -** Omnicomplete -** makeprg, errorfmt -** Read the fucking documentation -** Read the source of some popular plugins -*** Powerline for a mindfuck -*** Fugitive -* Ideas -** MOAR SYNTAX -** MOAR MAPPING -*** -*** -** String Escaping -** Character theory - i.e. n vs n -** -** -** ! -** GUI-Specific stuff -** Color schemes -** command! -** Case Studies -*** Visual mode * from Scrooloose +** TODO Where to go from here +*** Omnicomplete +*** makeprg, errorfmt +*** Color schemes +*** Read the fucking documentation +*** Read the source of some popular plugins +**** Powerline for a mindfuck +**** Fugitive diff -r fcbfb7d92770 -r 43b681f150a2 publish.sh --- a/publish.sh Sun Sep 23 03:18:28 2012 -0400 +++ b/publish.sh Sun Sep 23 12:27:43 2012 -0400 @@ -1,5 +1,5 @@ #!/usr/bin/env bash set -e -./venv/bin/python ../bookmarkdown/bookmarkdown/bookmarkdown build +python ../bookmarkdown/bookmarkdown/bookmarkdown build rsync --delete -az build/html/ sl:/var/www/vimscript/