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 136126 - 136155 of 137726   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
136126 Benjamin Fritz
fritzophrenic@... Send Email
Feb 13, 2013
5:25 am
... Yes, this patch works, at least for my toy test case! Thanks! I don't run self-compiled Vim at work on Windows (at least not yet). But it certainly acts...
136127 Anthony Campbell
ac@... Send Email
Feb 13, 2013
9:06 am
... Thanks to everyone who replied in this thread - all very helpful. I set up the filter successfully and everything is working as expected. I never heard of...
136128 Niels Kobschätzki
niels@... Send Email
Feb 13, 2013
9:12 am
... Thanks. I also found out that someone is already working on it (but does it different from what I've expected). Niels -- -- You received this message from...
136129 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
11:16 am
... It's a bit of a brute force solution but I suppose it should be OK. ... Not much. I'll remove those remarks and await someone reporting a problem again,...
136130 Erik Christiansen
dvalin@... Send Email
Feb 13, 2013
12:19 pm
... In more than a decade of daily use, it's never occurred to me to use anything other than vim and xterm. Both have met all my needs as a programmer and for...
136131 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
1:28 pm
... It appears the client IP address is no longer available. This is used to avoid counting a download twice. Sourceforge ticket: ...
136132 Christian Brabandt
cblists@... Send Email
Feb 13, 2013
7:40 pm
Hi vim_use! ... This is now patch 7.3.813 Mit freundlichen Grüßen Christian -- Die besten Dinge verdanken wir dem Zufall. -- Giacomo Girolamo Casanova -- -- ...
136133 Christian Brabandt
cblists@... Send Email
Feb 13, 2013
7:51 pm
Hi Eric! ... You don't need the .git files to make the plugin work. Mit freundlichen Grüßen Christian -- Das Glück deines Lebens hängt von der...
136134 James Freer
jessejazza3.uk@... Send Email
Feb 13, 2013
8:42 pm
... Mutt i found a pain to set up and TOO configurable for me. Alpine is also highly configurable but v.simple to set up with just an .rc file which can be...
136135 Christian Brabandt
cblists@... Send Email
Feb 13, 2013
11:01 pm
Hi Marcin! ... Personally, I have never used nroff macros and I think the 'paragraphs&#39; and 'sections&#39; setttings are pretty useless, if you can't use regular ...
136136 Marcin Szamotulski
mszamot@... Send Email
Feb 14, 2013
6:36 am
Thanks (once again) for the patch! Here are a few ideas: It would be nice to end paragraph line before the match for some patterns. For example if you have ...
136137 Paul Isambert
zappathustra@... Send Email
Feb 14, 2013
9:42 am
Hello all, I want to write a function which, to put it simply, would look like this (which of course doesn’t work): function! Echo (...) echo printf(...) ...
136138 lith
minilith@... Send Email
Feb 14, 2013
11:20 am
... Check :h a:000 and :h call(). You could then use: echo call("printf&quot;, a:000) HTH -- -- You received this message from the "vim_use" maillist. Do not...
136139 Paul Isambert
zappathustra@... Send Email
Feb 14, 2013
2:43 pm
... Thank you, that’s perfect (and I’ve now learned a new function). Best, Paul -- -- You received this message from the "vim_use" maillist. Do not...
136140 Bram Moolenaar
Bram@... Send Email
Feb 14, 2013
9:08 pm
... It's an idea. Several users have asked for a more flexible way to define paragraph boundaries. I think the help needs some more work. How is the regular...
136141 Philip Rhoades
phil@... Send Email
Feb 15, 2013
6:57 am
People, I write my own README files for stuff that is used infrequently enough to need written reminders about how to do just the things that I want to do -...
136142 lith
minilith@... Send Email
Feb 15, 2013
7:31 am
... You could use one of vim's personal wikis: vimwiki or viki, or a plugin for markdown/rst (restructured text) that enables hyperlinks, or an outliner...
136143 Philip Rhoades
phil@... Send Email
Feb 15, 2013
7:38 am
lith, ... That was quick! and a lot of stuff to look at too - thanks! Regards, Phil. -- Philip Rhoades GPO Box 3411 Sydney NSW 2001 Australia E-mail:...
136144 Erik Christiansen
dvalin@... Send Email
Feb 15, 2013
10:56 am
... The same thing happened to me as my sysadmin, text_tools, sw_development, gnu_tools survival notes grew to 300 pages. I've found that Vim's folding does...
136145 Bart Baker
bartbkr@... Send Email
Feb 15, 2013
6:44 pm
Hello, When I launch gvim from comand prompt in Win7 (64-bt), netrw does not display any contents for the directory. For example: "...
136146 Benji Fisher
benji@... Send Email
Feb 16, 2013
12:22 am
On Fri, Feb 15, 2013 at 5:55 AM, Erik Christiansen ... It may be silly to argue about vim's best features, but I have been getting a lot of mileage out of diff...
136147 Philip Rhoades
phil@... Send Email
Feb 16, 2013
9:48 am
Erik, ... Thanks for all that - I was familiar with a some of it. I ended up using the VOom plugin which makes use of a lot what you suggested but in a nice...
136148 George Gutman
gagutman@... Send Email
Feb 16, 2013
10:13 am
I'm using Vim under Windows (XP and 7). I would like to universally replace text which includes a CRLF with some other text. In MSWord I can represent CRLF...
136149 Jerry Rocteur
macosx@... Send Email
Feb 16, 2013
12:20 pm
Hi George, ... When you're in vi or vim, put yourself in insert mode and then type CTRL V Once you've typed CTRL V you can now type and control character, such...
136150 Erik Christiansen
dvalin@... Send Email
Feb 16, 2013
12:35 pm
... It's worth noting that Vim provides easy block shuffling without further ado. Just close a fold with zc, then cut it with dd (whatever its length in lines,...
136151 Franco
franco00@... Send Email
Feb 16, 2013
5:15 pm
Hello vim users, I use vim search (/) function quite a lot. Recently I started to use viewports; it is a real pleasure working with them, but they pose a...
136152 Tim Chase
vim@... Send Email
Feb 16, 2013
5:57 pm
... I think by "viewports&quot;, you mean what Vim calls "windows" (splittings of the current screen/application into what one might sensibly call "viewports&quot;) ... ...
136153 Russell Urquhart
russurquhart1@... Send Email
Feb 16, 2013
7:02 pm
Hi, While still pretty new to Vim, i wanted to ask if this is possible. I have a directory of html files, (that are actually xml files, misnamed extension...
136154 Dave R
dave.ruden@... Send Email
Feb 16, 2013
7:19 pm
Hi Russ, Try looking up help on the 'read' Vim command. I think... Go to bottom of current file, do ":r YourNextFilename&quot; and it reads it into your current ...
136155 Tim Chase
vim@... Send Email
Feb 16, 2013
7:40 pm
... There are several ways to go about this. One can create the combined file on-disk with something like vim *.html ... which will load up each HTML file and...
Messages 136126 - 136155 of 137726   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