Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 87079 - 87108 of 137715   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
87079 Benjamin Fritz
fritzophrenic@... Send Email
Feb 4, 2008
4:44 pm
... You can try experimenting with "containedin&quot; in your syntax rule (first, try adding "containedin=ALL"). If I remember correctly when trying something...
87080 Matt Wozniski
godlygeek@... Send Email
Feb 4, 2008
5:05 pm
... I'm no expert on DOS batch files, but for bourne-like shells you would certainly want for i in *.txt; do vim -c wq -r "$i"; done Not having the quotes...
87081 Pantor
pantor@... Send Email
Feb 4, 2008
5:10 pm
Hi lads, simply question: how to cololour some words in text that in ascii format, please? Regards, Andrius ...
87082 Charles E Campbell Jr
drchip@... Send Email
Feb 4, 2008
5:13 pm
... Yes, because the exe isn't dynamically executed. You'd have to use an autocmd to automate it; perhaps using CursorHold. ... It could be done, but then...
87083 Karl Anderson
carlo7@... Send Email
Feb 4, 2008
5:35 pm
Thanks Everyone, I am now using set foldcolumn=1 // One column space highlight FoldColumn guibg=#F2D8A6 // Column matches my screen...
87084 Charles E Campbell Jr
drchip@... Send Email
Feb 4, 2008
5:43 pm
... Is this a question about Ansi-escape sequences? Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from...
87085 Tim Chase
vim@... Send Email
Feb 4, 2008
5:47 pm
... How many things do you need to color? How context-sensitive are they? How long do you want it to persist (across sessions, or for just one editing...
87086 Pantor
pantor@... Send Email
Feb 4, 2008
5:56 pm
... Right, there is a sentence and some word must be in color. Ascii encoding allow to put a color onto letters. That'a all. Regards, Andrius ...
87087 Pantor
pantor@... Send Email
Feb 4, 2008
6:01 pm
... No, just want to make a default signature for email and want some words to make in not black color. And that is. Regards, Andrius ...
87088 Tim Chase
vim@... Send Email
Feb 4, 2008
6:10 pm
... Email is plain-text for which there is no "standard"; way to colorize it. ANSI color-sequences are a common way to try for plain-text, but most email...
87089 Charles E Campbell Jr
drchip@... Send Email
Feb 4, 2008
6:23 pm
... Ascii encoding does not do this -- it merely specifies control characters (byte values 0-31), some "standard"; characters (32-126), the delete key (127),...
87090 Pantor
pantor@... Send Email
Feb 4, 2008
6:54 pm
... * cd ..wherever../vim70/ * wget http://vince.negri.googlepages.com/conceal-ownsyntax.diff * patch -p0 < conceal-ownsyntax.diff ... File to patch: What to...
87091 Pantor
pantor@... Send Email
Feb 4, 2008
7:02 pm
... Thanks a lot. Wanna to use ascii as default encoding (because extended ascii contains my native language letters). It is amazing idea to use a colors in...
87092 Pantor
pantor@... Send Email
Feb 4, 2008
7:11 pm
... * cd ..wherever../vim70/ * wget http://vince.negri.googlepages.com/conceal-ownsyntax.diff * patch -p0 < conceal-ownsyntax.diff ... File to patch: What to...
87093 thomas
micathom@... Send Email
Feb 4, 2008
7:28 pm
... Would showbreak improve the situation? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For...
87094 Benjamin Fritz
fritzophrenic@... Send Email
Feb 4, 2008
7:40 pm
... That is exactly what I was looking for, thank you! ... Which makes a wrapped line look like this: This text is a really super long line that is longer than...
87095 sc
toothpik@... Send Email
Feb 4, 2008
8:07 pm
... if the filetype of your session is mail (:set ft=mail) and your signature starts in column one with "-- " without the quotes, vim will, if syntax...
87096 Bram Moolenaar
Bram@... Send Email
Feb 4, 2008
8:22 pm
... That does not sound like a bug, but a problem in your termcap/terminfo. I can't reproduce the problem. I'm using an 88 color xterm. Perhaps you can try...
87097 Charles E Campbell Jr
drchip@... Send Email
Feb 4, 2008
8:29 pm
... In looking at Vince's website, I see it should be applied to vim 7.0 with patches 1-35. To avoid problems with missing files (which is what is causing your...
87098 The Thanh Han
hanthethanh@... Send Email
Feb 4, 2008
9:21 pm
Hi, many thanks to all who answered my question. I also expected it to be impossible, but was not totally sure myself and hence I would like to hear the...
87099 Reacher
brandon.g.jones@... Send Email
Feb 4, 2008
9:29 pm
I'm running vim 7.1 on Solaris. When I set mouse mode to 'a', I can left-click to move the cursor just fine. However, when I select text in another terminal,...
87100 madiyaan
ahmadsharif@... Send Email
Feb 4, 2008
9:52 pm
Hello: I often invoke :make from inside Vim and it seems to jump at the line number and file of the first bad thing it sees. For example, gcc produces a...
87101 ahmadsharif@...
ahmadsharif@... Send Email
Feb 4, 2008
9:55 pm
... I have not tried this and it might even work, but I am mostly interested in getting shift-space work in gvim (the gui version of Vim). In either case, do...
87102 Benjamin Fritz
fritzophrenic@... Send Email
Feb 4, 2008
10:07 pm
... Instead of calling with ':make&#39;, call ':make!&#39;. See :help :make for details. If you haven't found it yet, use :cw or :copen to view the output of ... vim...
87103 Ben Schmidt
mail_ben_schmidt@... Send Email
Feb 4, 2008
11:11 pm
... To compile the GTK/GTK2 GUI you should only need to make sure you have the GTK development package installed for you OS so you have all the relevant...
87104 haron
anton.sharonov@... Send Email
Feb 4, 2008
11:43 pm
Hi, All, I am hooked since 3 years on windows gvim mapping for jump a tag using <C-+> shortcut ("+" on German keyboard is located exactly where "]" is on...
87105 lingwitt@... Send Email Feb 5, 2008
3:45 am
Hello, I'm tired of this topic, so I'll be curt: I think that it's silly that vim sticks trailing newlines at the end of files and then proceeds to hide this...
87106 Fuzzy Logic
fuzzymo@... Send Email
Feb 5, 2008
4:03 am
Exaggerate much? There's always notepad if you don't like useful functionality. OR you could write your own patch and make Vim do whatever the heck you want it...
87107 Stahlman Family
brettstahlman@... Send Email
Feb 5, 2008
4:41 am
... Andrius, I have written a plugin (combination filetype/syntax) called "txtfmt", which I believe does exactly what you are asking. It supports both colors...
87108 Ben Schmidt
mail_ben_schmidt@... Send Email
Feb 5, 2008
5:36 am
... Wow! Someone's passionate! I agree somewhat, though. It would make sense to me if 'eol' were effective regardless of the setting of 'binary&#39;. People who...
Messages 87079 - 87108 of 137715   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help