hsitz / VimOrganizer

VimOrganizer is partly a clone of Emacs' Org-mode, and partly a front end to Org-mode itself. Do Org in Vim.
http://vimeo.com/31531308
518 stars 67 forks source link

This fixes a defect that causes an Orgmode document to lose all syntax highlighting. #42

Open daniel-walker opened 12 years ago

daniel-walker commented 12 years ago

This fixes a defect that causes an Orgmode document to lose all syntax highlighting when you switch to another buffer then switch back. It was cause because VimOrganizer wouldn't call "set filetype=org" each time the buffer was loaded.