Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Vim puts command in when starting up
Date: Fri, 23 Sep 2016 16:20:15
Message-Id: 46d8d2f1-5128-e51c-236e-e86bacccaf4e@gmail.com
In Reply to: Re: [gentoo-user] Vim puts command in when starting up by Franz Fellner
1 On 09/23/2016 12:29 AM, Franz Fellner wrote:
2 > Could you try
3 > vim -u NONE
4 > to see if there is an issue with your config or one of your plugins?
5 >
6
7 Yes, that started up correctly, for all users on the affected machine. I
8 have several systems at home and only one machine is affected this way.
9
10 I searched for vimrc on my system and the only result is /etc/vim/vimrc.
11 I renamed this file to something else, and it made no difference.
12
13 I also copied /etc/vimrc from a machine that doesn't exhibit this
14 behaviour and it also made no difference.
15
16 The .viminfo on the box shows:
17
18 ----------------
19
20 # hlsearch on (H) or off (h):
21 ~h
22 # Last Search Pattern:
23 ~MSLe0~/0000
24
25 # Command Line History (newest to oldest):
26 :q
27 |2,0,1474647273,,"q"
28 :0000/0000/00
29 |2,0,1474569768,,"0000/0000/00"
30
31 # Search String History (newest to oldest):
32 ? 0000
33 |2,1,1474569768,,"0000"
34
35 ----------------
36
37 However, I did not type any of those commands nor did I search for them.
38
39 The only additional package I installed was the english dictionary, I
40 removed that and no difference.
41
42 It is showing this behaviour for versions 7.4.769 and 8.0.0005.
43
44 Dan