On Thu, Mar 15, 2012 at 5:08 AM, Elias Diem <[email protected]> wrote: > > I like the Vim Calendar, especially printed out. But I don't like > the weeks starting at Sunday. > > Is there a version available with the weeks starting at Monday? Or > how could I produce it?
Just put let g:calendar_monday = 1 at the top of the file. -- Steve Hall [ digitect dancingpaper com ] -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
