> Thinking maybe something in my config was compensating for something,
> I tried again:
>
> gvim -N -u NONE -i NONE
> :set rtp-=$HOME/vimfiles
> :set rtp-=$HOME/vimfiles/after
> :filetype plugin indent on
> :syntax on
> :e test.c
> :set fdm=syntax
>
> I then open a fold for a function, edit the function, and :w.
>
> The fold continues to stay open.
>
> Maybe there's something in YOUR config causing the issue? Can you
> reproduce with none of your customizations, as I have tried?
It is indeed an issue in my config, in particular this line:
au BufWritePost * nested filetype detect
Which I use to re-read the ctags file so that Omni-complete has the
latest information after a file is written. This worked without issue
prior to this patch. Is there an alternate implementation I could use
that would play nicely with this new implementation?
Thank you,
Chris
--
Chris Sutcliffe
http://emergedesktop.org
--
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php