Re: Highlight email headers with different colors

2021-02-02 Thread Ian
anyone has already a solution and willing to share. Thanks for the suggestions anayway. On Tuesday, February 2, 2021 at 1:16:35 PM UTC-5 Charles Campbell wrote: > Ian N wrote: > > Thank you Christian! > > This is exactly what I have already done. > > > > Indeed, the m

Re: Highlight email headers with different colors

2021-02-02 Thread Ian N
to understand the mail.vim file. It seems it defines the mail header fields all together and colors them with one color. I am looking for a way to customize the mail header fields colors individually. Ian On Tue, Feb 2, 2021 at 2:40 AM Christian Brabandt wrote: > > On Mo, 01 Feb 2021, Ian

Re: Highlight email headers with different colors

2021-02-01 Thread Ian
I want the headers colored in vim, when I edit/write the message. I have no problems for coloring the headers when viewing the messages in mutt. On Monday, February 1, 2021 at 9:21:29 AM UTC-5 cbl...@256bit.org wrote: > > On So, 31 Jan 2021, Ian N wrote: > > > Hello, > >

Re: Highlight email headers with different colors

2021-02-01 Thread Ian N
1, 2021 at 7:52 AM meine wrote: > On Sun, Jan 31, 2021 at 10:02:02PM -0800, Ian N wrote: > > Hello, > > I am a new vim+mutt user. I am wondering how to highlight email headers > > (from, To, CC, Subject, ...) with different colors. > > I have the following color settin

Highlight email headers with different colors

2021-02-01 Thread Ian N
Hello, I am a new vim+mutt user. I am wondering how to highlight email headers (from, To, CC, Subject, ...) with different colors. I have done my homework by searching FAQs and more, but I didn't find any answer. Thank you for your help. Ian -- -- You received this message from the "vi

Re: Swap directory changes when opening files under /media [Fedora]

2017-04-21 Thread Ian
I've just added this to my profile and it has fixed the problem: autocmd BufNewFile,BufReadPre /media/*,/run/media/*,/mnt/* set directory=~/.vim/swap// Though there might be a better way to just disable the other autocmd somehow. -- -- You received this message from the "vim_use" maillist.

Re: Swap directory changes when opening files under /media [Fedora]

2017-04-21 Thread Ian
Perfect, thanks. Here's what I get: --- Auto-Commands --- fedora BufReadPre /media/* set directory=~/tmp,/var/tmp,/tmp Last set from /etc/vimrc /run/media/* set directory=~/tmp,/var/tmp,/tmp Last set from /etc/vimrc /mnt/*set

Swap directory changes when opening files under /media [Fedora]

2017-04-20 Thread Ian
I'm on Fedora 25. When I open files from mounted filesystems on /media vim runs this (from vim log): Executing BufReadPre Auto commands for "/media/*" autocommand set directory=~/tmp,/var/tmp,/tmp This changes my swap directory from what I want it to be and means I have swap files in two

Windows GVim installation can't find plugins

2016-09-19 Thread Ian W. Scott
On Windows 10, I have GVim installed to Users\myuser\Vim. I'm using Vundle to handle plugins and it is working fine. But vim isn't finding any of my other plugin files. They're installed (using Vundle) to Users\myuser\vimfiles\bundle. How can I get vim to find them? I've already tried adding

Re: Wildcards in Spell-check?

2012-11-02 Thread Ian Donegan
On Friday, November 2, 2012 11:00:28 AM UTC-4, Ben Fritz wrote: On Thursday, November 1, 2012 9:22:23 PM UTC-5, Ian Donegan wrote: On Thursday, November 1, 2012 10:34:23 AM UTC-4, Ben Fritz wrote: Well, spelling integrates with syntax highlight. You could define a simple syntax

Re: Wildcards in Spell-check?

2012-11-02 Thread Ian Donegan
On Friday, November 2, 2012 3:59:45 PM UTC-4, Ben Fritz wrote: On Friday, November 2, 2012 12:57:02 PM UTC-5, Ian Donegan wrote: :syntax match NoSpellURL 'http://\S*' contains=@NoSpell Well, I thank you, Ben Fritz. I stuck that line in my .vimrc file and it fixed my

Re: Wildcards in Spell-check?

2012-11-01 Thread Ian Donegan
On Thursday, November 1, 2012 10:34:23 AM UTC-4, Ben Fritz wrote: On Wednesday, October 31, 2012 3:49:22 PM UTC-5, Ian Donegan wrote: I am trying to find a way to use pattern recognition in spell-check. At the moment, I am not even sure if that is possible, but it seems like it should

Wildcards in Spell-check?

2012-10-31 Thread Ian Donegan
I am trying to find a way to use pattern recognition in spell-check. At the moment, I am not even sure if that is possible, but it seems like it should be. If I want to have a url in a file with :set spell I have to either mark the link as correct or deal with the red hilighting. Is there any

Re: Not an editor command?

2009-01-30 Thread Ian Duncan
MacVim is compiled with autocommand and is in visual mode, the problem seems to be that I can't get vim to load any scripts. Whether this is my fault or vim's I'm not sure. Don't I just move .vim files to my ~/.vim folder? On Jan 30, 2009, at 3:14 AM, Tony Mechelynck wrote: On 30/01/09

Re: Not an editor command?

2009-01-30 Thread Ian Duncan
something obvious, and I'd like to try using vim for something non-trivial, but getting scripts to work is a must if I am going to stick with it. On Jan 30, 2009, at 9:37 AM, Tony Mechelynck wrote: On 30/01/09 15:52, Ian Duncan wrote: MacVim is compiled with autocommand and is in visual mode

Re: Not an editor command?

2009-01-30 Thread Ian Duncan
AM, Agathoklis D. Hatzimanikas wrote: On Fri, Jan 30, at 10:24 Ian Duncan wrote: Well I've tried just using :source to load some scripts, but I'm still confused. The command GhciFile is definitely in the shim.vim script that I load by doing :source ~/.vim/plugins/shim.vim, but even after

Re: Not an editor command?

2009-01-30 Thread Ian Duncan
AM, Tony Mechelynck wrote: On 30/01/09 17:51, Ian Duncan wrote: shim.vim is in my ~/.vim/plugins and contains GhciRange and GhciFile. Here's my .vimrc: [...] OK. How does shim.vim define them? Doesn't it use them before defining them? Best regards, Tony. -- Grub first, then ethics

Re: Using Vim + Cygwin Xterm

2008-12-16 Thread Ian Kelling
. - Ian --~--~-~--~~~---~--~~ You received this message from the vim_use maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: comment block weirdness with php filetype

2008-10-28 Thread Ian Young
behavior seems unexpected. I'm happy to file a bug report if others agree. Ian --~--~-~--~~~---~--~~ You received this message from the vim_use maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: comment block weirdness with php filetype

2008-10-27 Thread Ian Young
fo=qrowcb au BufRead,BufNewFile *.inc setlocal fo=qrowcb Thanks again, Ian --~--~-~--~~~---~--~~ You received this message from the vim_use maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

How can I remove the standard startup cmdline file info message?

2008-10-25 Thread Ian Kelling
my cmdline height. If there is some other workaround, that would be good too. Thank you. - Ian --~--~-~--~~~---~--~~ You received this message from the vim_use maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

comment block weirdness with php filetype

2008-10-13 Thread Ian Young
a guess? Thanks, Ian --~--~-~--~~~---~--~~ You received this message from the vim_use maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---