On Saturday, February 9, 2013 3:52:52 PM UTC-6, [email protected] wrote:
> 
> autocmd FileType text set noswapfile // fails ... 
> 

This should work, the :help for 'swapfile' says:

        When 'swapfile' is reset, the swap file for the current buffer is
        immediately deleted.  When 'swapfile' is set, and 'updatecount' is
        non-zero, a swap file is immediately created.

Why do you think it's not working?

Maybe your "text" filetype isn't being detected? I didn't think there was such 
a filetype by default. What is the value of your filetype option in the file 
you're worried about?

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to