Thursday, April 28, 2011

Re: syntax highlighting colors bold text

On Thu, Apr 28, 2011 at 06:29, Tony Mechelynck
<antoine.mechelynck@gmail.com> wrote:
-----8<-----8<-----
> So: are you sure you are using the same version of Vim in both cases?
>
> what is the output to
>
>        which vim

[~] ls -l `which vim`
[12:26:30] [0]
lrwxrwxrwx 1 root root 21 Nov 9 02:44 /usr/bin/vim -> /etc/alternatives/vim
[~] ls -l /etc/alternatives/vim
[12:26:35] [0]
lrwxrwxrwx 1 root root 18 Nov 9 02:44 /etc/alternatives/vim ->
/usr/bin/vim.gnome
[~] ls -l /usr/bin/vim.gnome
[12:26:36] [0]
-rwxr-xr-x 1 root root 941252 Sep 28 2010 /usr/bin/vim.gnome

'root' and 'mih' use the same binary.

Hmm...
Could it be some Gnome settings then?
I've 'gnome-settings-daemon' running...

[~] killall gnome-settings-daemon
[~] vim .vimrc

...no, the problem persists.

I'm gonna build my own 'vim' from source, without any 'gnome' stuff,
and see what happens...

l8er

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

No comments:

Post a Comment