vim sometimes hiding 0 and 00

Issues related to applications and software problems
Post Reply
MikeBerger
Posts: 19
Joined: 2019/01/02 23:28:04

vim sometimes hiding 0 and 00

Post by MikeBerger » 2019/01/08 21:18:36

Using vim to edit .dircolors, with vim colors enabled, I discovered on the line

Code: Select all

DIR 01:36   # directory
if I change the 01 to 00, the 00 disappears. If I search for 00, it is found. This happens
for other, but not all lines. I could prevent this with

Code: Select all

syntax off
but then I lose the colors, which are helpful.
How can I prevent anything from disappearing like this without losing the colors?
This could be a real real problem.
Thanks,
Mike.

MikeBerger
Posts: 19
Joined: 2019/01/02 23:28:04

Re: vim sometimes hiding 0 and 00

Post by MikeBerger » 2019/01/09 02:04:31

Further examination indicates that this problem does not not occur level 3, but only at level 5 where I have the XFCE desktop.
Thanks for your suggestions,
Mike.

Post Reply