... If you do `:intro` and lose or gain focus, the problem still happens. Nico --~--~---------~--~----~------------~-------~--~----~ You received this message...
48559
Bram Moolenaar
Bram@...
Nov 26, 2007 3:59 pm
... Something went wrong with the upload script. I've run it again, did work now. -- hundred-and-one symptoms of being an internet addict: 147. You finally...
48560
Bram Moolenaar
Bram@...
Nov 26, 2007 3:59 pm
... Thanks for noticing, I'll include the correction. -- hundred-and-one symptoms of being an internet addict: 1 49. You find your computer sexier than your...
48561
Charles E Campbell Jr
drchip@...
Nov 26, 2007 4:26 pm
... Sorry -- I do see the problem. Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev"...
48562
Tony Mechelynck
antoine.mechelynck@...
Nov 26, 2007 4:38 pm
... not for me, on gvim 7.1.162 for GTK2/Gnome2: I see a single hit-Enter line as soon as I use ":intro" and I never see a second one, even after losing and ...
48563
Nico Weber
nicolasweber@...
Nov 26, 2007 4:45 pm
... Is your window large enough so that the "hit enter" prompt is not in the last line (i have 'lines=5039;)? Do you have Focus* autocommands set? Nico ...
48564
Tony Mechelynck
antoine.mechelynck@...
Nov 26, 2007 9:20 pm
... yes: with my usual 'guifont39; and a maximized gvim display, I have lines=48 columns=142 ... no; but even without them, I used to see duplicate hit-Enter...
48565
Dasn
dasn@...
Nov 27, 2007 2:03 am
... I can reproduce it with: $ vim -u NONE -N -c intro Then press kjkjkj... (VIM 7.1.162. Huge version without GUI. OpenBSD 4.1) -- Dasn ...
48566
Tony Mechelynck
antoine.mechelynck@...
Nov 27, 2007 2:51 am
... With my vim 7.1.162, huge version with GTK2/Gnome GUI, both run as above (in console mode) and as gvim rather than vim (in GUI mode), k gives --More-- at ...
48567
Ben Schmidt
mail_ben_schmidt@...
Nov 28, 2007 2:42 am
... I tried it out for the first time editing some real data today, and it made the job about 1000% times easier. The new feature and the AutoTabs command,...
48568
Charles E Campbell Jr
drchip@...
Nov 28, 2007 10:25 pm
Hello! I don't see any way to encrypt/decrypt strings in the vim function library, but there is a way to encrypt a file buffer. Netrw tries to make use of...
48569
Bram Moolenaar
Bram@...
Nov 29, 2007 4:47 pm
Patch 7.1.163 Problem: Warning for the unknown option 'bufsecret39;. Solution: Remove the lines .vim that use this option. (Andy Wokula) Files:...
48570
Bram Moolenaar
Bram@...
Nov 29, 2007 8:27 pm
Patch 7.1.164 Problem: Reading past end of regexp pattern. (Dominique Pelle) Solution: Use utf_ptr2len(). Files: src/regexp.c ... *************** ***...
48571
Jonathan Smith
smithj@...
Nov 29, 2007 8:42 pm
... Hash: SHA1 Stanislav Kysel (stas@...) has recently done some work to include new conary recipe methods in our syntax highlighting. Since I was the ...
48572
Dominique Pelle
dominique.pelle@...
Nov 29, 2007 10:17 pm
Hi, When opening a Perl file with option 'filetype plugin on' and with command line option -Z (restricted mode), vim displays an error message. I can reproduce...
48573
jerikmail@...
Nov 29, 2007 11:22 pm
Hi, I want to assign the current line under the cursort to an external program. Example Textfile: 1 foo 2 bar 3 calvin 4 hobbes If the cursor is in line 2,...
48574
Tony Mechelynck
antoine.mechelynck@...
Nov 29, 2007 11:44 pm
... exe "!foo.sh" getline(start) otherwise you pass "getline(start)" to the shell as a literal part of the command string: Vim does not evaluate it. With...
48575
Milan Vancura
milan@...
Nov 30, 2007 8:37 am
... all chars are important (their order etc.): '.' means current line; see ':help :range' "w !" is important to write well as it is a big difference between...
48576
Charles E Campbell Jr
drchip@...
Nov 30, 2007 3:46 pm
... * the ":"s aren't needed in your "Foo" function; you're already in Ex mode. * some reading is in order; read the help on exe, filter, system() Your Foo...
48577
Yakov Lerner
iler.ml@...
Nov 30, 2007 5:29 pm
On Nov 29, 2007 12:23 AM, Charles E Campbell Jr ... On unixes that have /proc, you can get pid of vim examining /proc/self. On another note, if all you need is...
48578
Yakov Lerner
iler.ml@...
Nov 30, 2007 5:30 pm
... for many unixes --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit...
48579
Tony Mechelynck
antoine.mechelynck@...
Nov 30, 2007 6:57 pm
... [...] ...which is a soft link to /proc/nnnn where nnnn is your PID. But the difficulty is to do it without starting a different process such as bash, ls, ...
48580
Charles E Campbell Jr
drchip@...
Nov 30, 2007 7:08 pm
... The pseudo-random number is one thing; the main problem is the lack of functions to encrypt/decrypt an arbitrary string. I suppose I could try to take the...
48581
thomas
micathom@...
Nov 30, 2007 8:01 pm
... I thought the :X command does little more than setting the key option? At least from running some (i.e. two) tests, I'd say that you could also encrypt a...
48582
Bram Moolenaar
Bram@...
Nov 30, 2007 8:08 pm
... I think the simplest is to use a try/catch: ... *************** ... " Set this once, globally. if !exists("perlpath") if executable("perl") + try if...
48583
Charles E Campbell Jr
drchip@...
Nov 30, 2007 8:54 pm
... Not much I can do about the encryption method, but perhaps its better than plaintext. And, the expected use of the process ID is amenable to searching,...
48584
thomas
micathom@...
Nov 30, 2007 9:42 pm
... Well you could also obfuscate the passwords. tGpg keeps passwords in rot13 format in a script local variable -- for the current session. If I understand...
48585
jerikmail@...
Nov 30, 2007 10:53 pm
... Works fine. like expected. Thanks -- jerik --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For...
48586
jerikmail@...
Nov 30, 2007 10:56 pm
... I tried but did not work. Cause the directory was not in the PATH, I had to use :.w !./foo.sh foo.sh: echo $* > a.txt after the command, a.txt had only one...
48587
Gary Johnson
garyjohn@...
Nov 30, 2007 11:21 pm
... I think Milan did not understand your request. ... will write the current line to the standard input of the command following the exclamation point (!),...