Skip to content
Jaehwang Jerry Jung edited this page Jan 3, 2022 · 1 revision

get upstream update

Checkout 'upstream' branch and download the upstream code

wget http://www.drchip.org/astronaut/vim/vbafiles/DrawIt.vba.gz
gunzip DrawIt.vba.gz
vim DrawIt.vba
set rtp^=~/.vim/plugged/DrawIt
so%
rm .VimballRecord

Then rebase my updates. Organize the commits properly to facilitate rebasing.

TODO

  • see other forks
  • upstream my improvements if possible
  • remove intrusive settings/mappings
  • let setbrush take a letter, not register
  • setup when starting: nolist, nowrap, ...
  • coarse-grained undo for brush
Clone this wiki locally