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