Is is mentionned in the help and I have set my variable of omnicompletion like that n my vimrc but it fails to complete : ...
epanda
callingelvis@...
Apr 1, 2008 7:15 am
88832
On Mon, Mar 31, 2008 at 12:20 AM, Tony Mechelynck ... Unless I missed a joke within a joke, your quote file is slightly broken ;) Richard ...
Richard Hartmann
richih.mailinglist@...
Apr 1, 2008 9:07 am
88833
... Please get together with the indent script writer, John Wellesz, and come up with the best version to be included with Vim. -- hundred-and-one symptoms of...
Bram Moolenaar
Bram@...
Apr 1, 2008 10:13 am
88834
The April edition of the Vim Tips Main Page is now available: http://vim.wikia.com/wiki/Main_Page MS-Windows people need to try the excellent featured tip...
John Beckett
johnb.beckett@...
Apr 1, 2008 10:45 am
88835
Hi epanda, If the function does not appear in the tag file, the completion of this function won't work. ... ...
Vissale NEANG
fromtonrouge@...
Apr 1, 2008 11:17 am
88836
Hi epanda, ... Every time you add new function you need to regenerate you tags file. Are you sure the tag file is updated? Regards, Guy ... ...
Guy Rutenberg
guyrutenberg@...
Apr 1, 2008 11:49 am
88837
Maybe I'm crazy here, but after a brief look over I think this is the pattern you're looking for: [^\\]*\zs\\\ze[^\\]* Basicially, 0 or more non-backslashes...
Eric Roberts
e.roberts86@...
Apr 1, 2008 2:26 pm
88838
... Yes. But it will highlight multiple backslashes in a row which was to be avoided. Indeed, it is nothing more than the much simpler pattern \\ because of...
Ben Schmidt
mail_ben_schmidt@...
Apr 1, 2008 2:47 pm
88839
... At that point, it's Bram's (available from http://moolenaar.net/fun.html ) and (again at that point) it's part of a Monty Python serial. I suspect the...
Tony Mechelynck
antoine.mechelynck@...
Apr 1, 2008 4:16 pm
88840
On Tue, Apr 1, 2008 at 6:11 PM, Tony Mechelynck ... The two peasants do have an accent, but I think it was not in that 'direction'. If people are interested...
Richard Hartmann
richih.mailinglist@...
Apr 1, 2008 4:21 pm
88841
... If you have the sound but not the text, you'll be hard put to discriminate these, I guess. Best regards, Tony. -- "His super power is to turn into a scotch...
Tony Mechelynck
antoine.mechelynck@...
Apr 1, 2008 4:28 pm
88842
On Tue, Apr 1, 2008 at 6:26 PM, Tony Mechelynck ... Well, I do have subtitles, of course. I will try and check, tonight :) Richard ...
Richard Hartmann
richih.mailinglist@...
Apr 1, 2008 4:36 pm
88843
hello, I use utf8, and I would like to know how to save a file with BOM 1. always added 2. always removed 3. unchanged and what is the default behaviour of...
bill lam
cbill.lam@...
Apr 1, 2008 4:36 pm
88844
Does anyone have an errorformat for TI's Code Composer Studio compiler? The vim71\compiler\gcc.vim is close, but not close enough. And I am getting lost in...
Waters, Bill
waters@...
Apr 1, 2008 4:44 pm
88845
... Rarely if ever poke utf8 files (usually find the weirdo chars and turn 'em into named entities instead), but iirr, forcing a BOM is done with ... forcing...
Gene Kwiecinski
gkwiecinski@...
Apr 1, 2008 4:48 pm
88846
... The default behaviour for existing files is to leave it unchanged. The default for new files depends on the global setting of 'bomb' (which is off by...
Tony Mechelynck
antoine.mechelynck@...
Apr 1, 2008 5:21 pm
88847
Yeah I am sure to update the tags base file. There is another problem. Anyone of you can send me his hotmail in order to work directly with messenger. Thanks. ...
epanda
callingelvis@...
Apr 1, 2008 6:48 pm
88848
What is the way for setting the initial width/height for gvim? Thank you --~--~---------~--~----~------------~-------~--~----~ You received this message from...
Robbo
house.83@...
Apr 1, 2008 7:02 pm
88849
... Do you really mean "command mode" (and not "normal mode")? If so, ... will put an empty line after the line the cursor is presently on and ... will put an...
Charles E Campbell Jr
drchip@...
Apr 1, 2008 7:10 pm
88850
... there are lots of ways the simplest is to put set columns=85 set lines=30 in your ~/.gvimrc, or numbers more to your liking sc ...
sc
toothpik@...
Apr 1, 2008 7:13 pm
88851
... See also ... Best regards, Tony. -- "I went to the hardware store and bought some used paint. It was in the shape of a house. I also bought some...
Tony Mechelynck
antoine.mechelynck@...
Apr 1, 2008 7:14 pm
88852
... According to ":help Normal", Normal mode is also known as command mode. (Not to be confused with Command-line mode, also called Cmdline mode, which is for...
Tony Mechelynck
antoine.mechelynck@...
Apr 1, 2008 7:21 pm
88853
... Thanks, that could be helpful for doing part of what I need to do, but as I read the documentation, it doesn't solve the essence of my issue. Global...
Dagfinn Reiersøl
dagfinn@...
Apr 1, 2008 9:49 pm
88854
... <snip> Look into viminfo's "!" option -- with it, variables that start with an upper case character and don't contain a lower case character are retained...
Charles E Campbell Jr
drchip@...
Apr 1, 2008 10:01 pm
88855
Hi, I'm joining the question. Is there a way to set the width from the command line when starting gvim? Regards, Guy ...
Guy Rutenberg
guyrutenberg@...
Apr 1, 2008 10:01 pm
88856
You could simply run the commands mentioned above with the "+" or "-c" option at the end. eg. gvim "+set columns=85" "+set lines=30" Cheers, - Erir ...
Eric Roberts
e.roberts86@...
Apr 1, 2008 11:02 pm
88857
Hi all, This is an advanced scripting-related question. I'm scripting Vim using Ruby as indicated in this blog post: ...
dagfinn
dagfinn@...
Apr 1, 2008 11:36 pm
88858
... Create the nessescary code yourself, like pseudofun MkSaveWinVarsCode() let res = [] for w in range(1,winn('$')) let cmd = w.'wincmd w|let w:foo='.GetID(w)...
A.Politz
politza@...
Apr 1, 2008 11:55 pm
88859
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist. For more information, visit...
lihua
lihuagzs@...
Apr 2, 2008 12:53 am
88860
... Make a List; each element of the List holds a List of window-based variables. Save the whole thing into a DAG_RUBY (global) variable. The viminfo '!'...