Re: Strange behavior of vim

2022-10-07 Thread Barry Gold
Over the years I have grown to hate things that need a lot of configuration (by me) to work. I think my simplest solution is just to change the extension I use for PHP classes. One quick shell script to do a mass-rename, a change to my autoload, and ta-da! On Thursday, October 6, 2022 at 11:30:

Re: Strange behavior of vim

2022-10-06 Thread Christian Brabandt
On Do, 06 Okt 2022, Barry Gold wrote: > Following your suggestions, I think that this behavior is caused by the > extension .cl > I'm using that for PHP classes, but it looks like my current version of vim > thinks that .cl is for "LISP" files. > > Maybe I can override that somehow? You may

Re: Strange behavior of vim

2022-10-06 Thread Barry Gold
Following your suggestions, I think that this behavior is caused by the extension .cl I'm using that for PHP classes, but it looks like my current version of vim thinks that .cl is for "LISP" files. Maybe I can override that somehow? On Thursday, October 6, 2022 at 12:13:57 PM UTC-7 Gary Johnso

Re: Strange behavior of vim

2022-10-06 Thread Gary Johnson
On 2022-10-06, Barry Gold wrote: > I have been using vim for many years, but it has lately been behaving very > strangely. I have autoindent and autowrap set, but vim appears to ignore them > while editing some files. > > Note: *some* files. The exact same vim process will work properly on some

Strange behavior of vim

2022-10-06 Thread Barry Gold
I have been using vim for many years, but it has lately been behaving very strangely. I have autoindent and autowrap set, but vim appears to ignore them while editing some files. Note: **some** files. The exact same vim process will work properly on some files and misbehave on others. My .v

Re: Strange behavior of vim-kolor with Markdown

2020-08-01 Thread Anton Shepelev
Anton Shepelev: > > Why don't you use regular settings for colorization of specific > > file types? With `:filetype on' in your vimrc, colorization > > should be set to the best use. > > I have tried several colorschemes and like vim-kolor the best, > which why I should prefer to make it work rat

Re: Strange behavior of vim-kolor with Markdown

2020-08-01 Thread Anton Shepelev
meine to Anton Shepelev: > > I have a problem with the beautiful vim-kolor plugin > > Why don't you use regular settings for colorization of specific > file types? With `:filetype on' in your vimrc, colorization > should be set to the best use. I don't have that in my vimrc, but I have filetype

Re: Strange behavior of vim-kolor with Markdown

2020-08-01 Thread meine
On Fri, Jul 31, 2020 at 12:11:19PM +0300, Anton Shepelev wrote: > Hello, all > > I have a problem with the beautiful vim-kolor plugin Why don't you use regular settings for colorization of specific file types? With `:filetype on' in your vimrc, colorization should be set to the best use. Using th

Strange behavior of vim-kolor with Markdown

2020-07-31 Thread Anton Shepelev
Hello, all I have a problem with the beautiful vim-kolor plugin, and am posting my question here because the plugin author seems to have set up the Github project not to accept any issues: https://github.com/zeis/vim-kolor Maybe you can help. While editing a markdown file (*.md) in