Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to Vim tips: Folding fun
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Re:Save state error
Posted by: Anonymous Coward on February 24, 2007 06:29 AM<code>autocmd BufWinLeave *.html,*.htm,*.etc mkview
autocmd BufWinEnter *.html,*.htm,*.etc silent loadview</code>
By explicitly defining filetypes, I avoid errors on new file creation </tt>
#