Don't set "text" filetype for files that look like help files

2015-10-20 Thread glts
In a plain Vim installation, if I have a personal ftplugin ~/.vim/ftplugin/text.vim that contains the line setlocal expandtab then 'expandtab' will be on in Vim "help" files. It would be better not to apply settings for "text" files to help files. Would this be an acceptable fix? Alternat

Re: Don't set "text" filetype for files that look like help files

2015-10-20 Thread Nikolay Pavlov
2015-10-20 21:11 GMT+03:00 glts <676c7...@gmail.com>: > In a plain Vim installation, if I have a personal ftplugin > ~/.vim/ftplugin/text.vim that contains the line > > setlocal expandtab This file is missing `b:undo_ftplugin` variable, see :h undo_ftplugin. Examples are in every or nearly

Re: Don't set "text" filetype for files that look like help files

2015-10-20 Thread glts
On Tuesday, October 20, 2015 at 8:47:27 PM UTC+2, ZyX wrote: > 2015-10-20 21:11 GMT+03:00 glts <676c7...@gmail.com>: > > In a plain Vim installation, if I have a personal ftplugin > > ~/.vim/ftplugin/text.vim that contains the line > > > > setlocal expandtab > > This file is missing `b:und

VIM console failure on Windows

2015-10-20 Thread Mike Williams
Hi, On my Windows boxes I use ConsoleZ (https://github.com/cbucher/console) instead of the standard command or powershell prompts. Using 7.4p889 when I start console VIM I get a brief flash of the VIM interface before it switches back to the original command line display. VIM is still runni

Re: VIM console failure on Windows

2015-10-20 Thread Mike Williams
On 20/10/2015 21:40, Mike Williams wrote: On my Windows boxes I use ConsoleZ (https://github.com/cbucher/console) instead of the standard command or powershell prompts. Using 7.4p889 when I start console VIM I get a brief flash of the VIM interface before it switches back to the original comman