... I've prepared a new patch with has("balloon_multiline") added....
39546
Bram Moolenaar
Bram@...
Apr 11, 2005 9:11 am
... Me too. Problem is that I'm not familiar with the Mac-specific functionality. It takes me relatively much time to work on it. I would have to study the...
39547
Bram Moolenaar
Bram@...
Apr 11, 2005 9:12 am
... Thanks! I'll include it later. -- hundred-and-one symptoms of being an internet addict: 97. Your mother tells you to remember something, and you look for ...
39548
Bram Moolenaar
Bram@...
Apr 11, 2005 9:32 am
Patch 6.3.069 Problem: When converting text with illegal characters Vim may crash. Solution: Avoid that too much is subtracted from the length. (Da Woon...
39549
Bram Moolenaar
Bram@...
Apr 11, 2005 9:44 am
Patch 6.3.070 Problem: After ":set number linebreak wrap" and a vertical split, moving the vertical separator far left will crash Vim. (Georg Dahn) ...
39550
Bram Moolenaar
Bram@...
Apr 11, 2005 9:46 am
Patch 6.3.071 Problem: The message for CTRL-X mode is still displayed after an error for 'thesaurus39; or 'dictionary39; being empty. Solution: Clear...
39551
A. J. Mechelynck
antoine.mechelynck@...
Apr 11, 2005 11:30 am
For both 6.3 and 7.00aa *options.txt* For Vim version 6.3. Last change: 2004 Dec 09 *options.txt* For Vim version 7.0aa. Last change: 2005 Mar 28 In...
39552
Bram Moolenaar
Bram@...
Apr 11, 2005 12:21 pm
... The Photon GUI should be added there. The KDE support might be thrown out again, since it doesn't work properly and there is no maintainer. -- ...
39553
Jussi Hagman
jhagman@...
Apr 11, 2005 1:17 pm
... Well, I know it is possible to compile gvim on OS X as a X11 program but I do not find this to be the most native possible port. X11 is integrated to OS X...
39554
Jussi Hagman
jhagman@...
Apr 11, 2005 1:53 pm
... OK. So it seems that there is a lack of OS X developers working on porting vim. It would be quite unreasonable to assume you had the time to learn and code...
39555
bram@...
Apr 11, 2005 2:12 pm
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
39556
Arnout Engelen
arnouten@...
Apr 11, 2005 2:24 pm
Hi, The `:make' stuff is wonderful. Some compilers specify the filename like "~/dev/foo:30:2" - and Vim doesn't expand the leading `~'. It would be really nice...
39557
Martin Rubli
mrubli@...
Apr 12, 2005 10:01 am
Hi all, I have written a patch for the explorer plugin that adds support for the g:explHideDirs variable. It works for directories in the same way that ...
39558
bram@...
Apr 12, 2005 3:23 pm
The message contains Unicode characters and has been sent as a binary attachment....
39559
Michael Schaap
vim@...
Apr 12, 2005 3:47 pm
Hi, From ":help version7": The "2html.vim" script now converts closed folds to HTML. This means the HTML looks like its displayed, with the same folds open...
39560
drchip@...
Apr 13, 2005 4:26 pm
Hello! Why isn't scrollopt's shorthand setting name: sco ? The 'sbo' lmost looks like a typo! Regards, Chip Campbell...
39561
A. J. Mechelynck
antoine.mechelynck@...
Apr 13, 2005 4:36 pm
... I guess it means "scrollbind options". Only a guess of course. Best regards, Tony....
39562
Bram Moolenaar
Bram@...
Apr 13, 2005 6:02 pm
... It's short for ScrollBindOptions. Not very obvious, I'm afraid... -- hundred-and-one symptoms of being an internet addict: 124. You begin conversations...
39563
Franois Pinard
pinard@...
Apr 13, 2005 6:12 pm
... [Bram Moolenaar] ... That's no problem, as long as the meaning is documented somewhere! :-) -- Franois Pinard http://pinard.progiciels-bpi.ca...
39564
Gautam Iyer
gautam@...
Apr 13, 2005 6:56 pm
Hi All, I find that executing :make moves my cursor to the beginning of the line (even if there are no errors / warnings). When editing final drafts of latex...
39565
A. J. Mechelynck
antoine.mechelynck@...
Apr 13, 2005 7:14 pm
... I believe that the following ":Make" command (untested) will do the same as ":make", and in addition return the cursor to where it was before. command!...
39566
Gautam Iyer
gautam@...
Apr 13, 2005 7:21 pm
... Super thanks. That should work ofcourse. But I shoudl have mentioned, if there is an error when I run make, I'd like to go to the error automatically (not...
39567
A. J. Mechelynck
antoine.mechelynck@...
Apr 13, 2005 7:32 pm
... An oversight: Before restoring the cursor, you might want to check that the current buffer name hasn't changed. (If there are errors in a multi-source-file...
39568
drchip@...
Apr 13, 2005 7:34 pm
... Hello! Please get cecutil.vim from http://vim.sourceforge.net/scripts/script.php?script_id=1066 Then you can bind to a command or whatever... ... Try ... ...
39569
ackahn@...
Apr 14, 2005 1:55 am
The message contains Unicode characters and has been sent as a binary attachment....
Hello! Currently folding lines of different depths appear as +--- ### lines: ..some text.. +----### lines: ..some text.. +-----### lines: ..some text.. etc....
39572
A. J. Mechelynck
antoine.mechelynck@...
Apr 15, 2005 6:18 pm
... StatusLine is already used for the status line at the bottom of a window (by default, bold reverse-video). Folded lines use Folded at the moment (by...
39573
drchip@...
Apr 15, 2005 6:25 pm
... Whoops -- that's what I should have written! Chip Campbell...
39574
Ilya Sher
ilya-vim@...
Apr 15, 2005 8:17 pm
... The feature (diff. number of pluses) would be useful (at least for me). Not sure about the details yet....