... Not the answer to your question, ( I suppose pepe's one is good) but anyway you don't need awk sort -u +0 -1 can do the job, eventually redirected to the...
15218
Jeroen VALCKE - SAVACO
jeroen.valcke@...
Dec 6, 2000 7:51 am
... It says filetype=lisp When I edited my files at home lisp syntax was highlighted correctly with the same lisp syntax file!!!...
15219
Richard P. Groenewegen
rpg@...
Dec 6, 2000 8:33 am
... Note that you did not answer the other questions Benji Fisher asked. Anyway, try adding lines of the form hi keyword ctermfg=1 to you're .vimrc. You can...
15220
Freudenberger Joerg
Joerg.Freudenberger@...
Dec 6, 2000 9:00 am
Hallo David I think the best source for these information is searching and possiply joining the gcc mailing list and ask there: http://gcc.gnu.org/ml/gcc/ The...
15221
Gary Stainburn
gary.stainburn@...
Dec 6, 2000 9:14 am
Hi Dave, If I read your question right, you want vim to insert spaces to move the cursor along, instead of putting a tab character in. You need to do: set...
15222
Arjona, Ariel
aarjona@...
Dec 6, 2000 3:12 pm
I'm wondering if there's already some way to modify the command % that makes the cursor go the the next matching parenthesis or brace, so it goes to the next...
15223
Dr. Charles E. Campbell
cec@...
Dec 6, 2000 3:26 pm
... Check out Benji Fisher's http://sites.netscape.net/bbenjif/vim site out for <matchit.vim>. Regards, C Campbell -- Charles E Campbell, Jr, PhD _...
15224
Devin Weaver
ktohg@...
Dec 6, 2000 4:28 pm
Is there a way in a function to join the text? Take axample: function MyFunc( ) exec "normal! Vjjj\"xy" let @x = join (@x) endfunction Or something simmular....
15225
c928400@...
Dec 6, 2000 4:56 pm
... How about the following (make join() into Join() in your example): fun! Join(str) return substitute(a:str, nr2char(10), '', 'ge') endfun Here I make use of...
15226
Benji Fisher
fisherbb@...
Dec 6, 2000 5:34 pm
... You can also use "\<C-J>" (with the quotes!) instead of nr2char(10). If you also want to remove leading and trailing spaces, use "\\s*\<C-J>\\s*" (with...
15227
Or Freund
ofreund@...
Dec 6, 2000 5:56 pm
is it possible to map the mouse selected text directly to the * register so I can use the selected text as it is in other terminals (i mean clicking on middle...
15228
PERELYUBSKIY,DENIS
kiev78@...
Dec 6, 2000 6:39 pm
Hello, i dont know why, but it works on my win2k Vim 6.0n box ( and it worked on all other versions)... it even works on gvim -u NONE. i wonder if there are...
15229
Kolbjørn Barmen
kolla@...
Dec 6, 2000 6:53 pm
Hi! Not sure who to adress this to, but... The amiga version of vim doesnt support real colour highlightening, which is pretty daft considering that the amiga...
15230
Peter Bismuti
bismuti@...
Dec 6, 2000 7:36 pm
I'm still seeing problems with jsp syntax. I have set: syntax sync minlines=5000 which is much larger than the file I'm editing and it still is having ...
15231
Peter Bismuti
bismuti@...
Dec 6, 2000 7:37 pm
Looks like line 128, not 117....
15232
Peter Bismuti
bismuti@...
Dec 6, 2000 7:50 pm
<!-- Here is the HTML file which shows what I am seeing. The probem is with the colors in the JavaScript functions --> <HTML> <HEAD> ...
15233
Benji Fisher
fisherbb@...
Dec 6, 2000 8:27 pm
... HTH --Benji Fisher...
15234
Arjona, Ariel
aarjona@...
Dec 6, 2000 9:51 pm
Just curious, but why do these syntax coloring problems happen? I've had syntax coloring problems too, but setting minlines to 2500 solved it (with a serious...
15235
Peter Bismuti
bismuti@...
Dec 6, 2000 9:58 pm
I'm not experiencing any CPU hit and mine is set to 5000, perhaps the minlines command is not taking for some reason....
15236
Arjona, Ariel
aarjona@...
Dec 6, 2000 10:04 pm
Exactly. If you put the command in .vimrc probably it won't work. What I did was edit my syntax/html.vim (in my case, with ASP files, it's what worked for me)...
15237
Benji Fisher
fisherbb@...
Dec 6, 2000 10:12 pm
The only problem with editing syntax/html.vim is that you will have to do it again when you upgrade to vim 6.0 (paradise ;). The recommended approach is...
15238
Devin Weaver
ktohg@...
Dec 6, 2000 10:17 pm
If always had trouble with echo not printing but this one really stumpped me. I need some help figuring out what I'm doing wrong. Here's the function: function...
15239
Devin Weaver
ktohg@...
Dec 6, 2000 11:07 pm
... Yes this will make a serious CPU hit. VIM will highlight using specified syntax rules. In a simple situation a single line with a regex can determine...
15240
Bram Moolenaar
Bram@...
Dec 7, 2000 4:09 am
... I'm afraid I still have the 4 color display (got a spare Amiga, anyone?)... ... There are 8 color icons in the distribution (runtime/icons). -- If an...
15241
Zdenek Sekera
zs@...
Dec 7, 2000 7:46 am
... No idea, I just want to say that I have seen this very problem many times over, not only on 6.0 which I have reported (you don't say which vim version you...
15242
Jean Jordaan
Jean@...
Dec 7, 2000 9:49 am
Hi all On a file like: ap*acs29_sink apacs29_sink ^apacs29_src Cursor is at *. I want it to go to ^. (* and ^ do not appear in the file, they're just to show...
15243
Moore, Paul
Paul.Moore@...
Dec 7, 2000 11:11 am
From: Thomas Capricelli [mailto:orzel@...] ... [...] ... One question (I don't currently use either Gnome or KDE, so I have no particular vested interest,...
15244
Gregoire Welraeds
greg@...
Dec 7, 2000 1:53 pm
On Wed, 6 Dec 2000, Jean-Raymond.Chauviere wrote: <snip> ... Yes, I could use sort. My awk script, if expanded, has only 4/5 lines... In the words, sort wins !...
15245
DouglasPotts@...
Dec 7, 2000 1:55 pm
This is a little late as a suggestion, but I guess I thought someone else would come up with it as well. How about 'uniq'? It is in the GNU textutils...
15246
Thomas Capricelli
orzel@...
Dec 7, 2000 2:55 pm
... cause it's easier for us to do the development here. It was based on the 5.x vim. I think it will be _easy_ to port to the 6.x branch as the one in charge...