... In addition I use the following settings vnoremap ( s()<Esc>P<Right> vnoremap [ s[]<Esc>P<Right> vnoremap { s{}<Esc>P<Right> to surround a selection...
Fritz Mehner
mehner@...
Apr 1, 2007 8:18 am
79087
... Did you try this in a help file? ... then go to a tag and press c-j <F12> Works for me too but I hoped I can use the c-j, I do not know why should there be...
Dimitar
domidimi@...
Apr 1, 2007 8:21 am
79088
... Yes, I tried it in a help window, both in console Vim and in GVim, before posting. I don't know where else I can find tags! Try starting vim -u NONE /...
Tobia
tobia.conforto@...
Apr 1, 2007 9:28 am
79089
... It works. It seems to be a plugin I'm using. Thanks for the help. I think I can fix it now. Dimitar...
Dimitar
domidimi@...
Apr 1, 2007 10:28 am
79090
... To subscribe to that list go to: http://lists.sourceforge.net/mailman/listinfo/vimplugin-devel Your experience reports are greatly appreciated... Thanks,...
Sebastian Menge
sebastian.menge@...
Apr 1, 2007 11:32 am
79091
... I emailed him too. We share our first language, so maybe he will understand me better. ... I had a look at the TTF file format[1] and it's quite easy. I...
Tobia
tobia.conforto@...
Apr 1, 2007 11:57 am
79092
After installing this utility/scipt in my plugging directory I have been getting error code E484 on startup of gvim (can't open temp file). Why is this, what...
Johan du Preez
dupreez.johan@...
Apr 1, 2007 12:27 pm
79093
... Actually, an X11 gvim *is* available using Cygwin's setup.exe. It's not installed by default, but it is listed, under the 'Editors' category. - Michael...
Michael Schaap
vim@...
Apr 1, 2007 12:39 pm
79094
Just a quick question about the overal goal of the project. Would vim just become an editor inside eclipse? Or would we be able to still use vim inside eclipse...
Silent1
silent1@...
Apr 1, 2007 7:10 pm
79095
Hi all, When starting VIM I get the following: E370: Could not load library python25.dll I have installed Python 2.5, but vim does not appear to see it? How do...
Johan du Preez
dupreez.johan@...
Apr 2, 2007 5:41 am
79096
Hi Johan, ... It should be an installation problem of Python. On my system I can find python24.dll in C:\WINNT\system32. Please verify it is there (or in...
Yongwei Wu
wuyongwei@...
Apr 2, 2007 5:57 am
79097
Hi! There is an error: The function ... should be function MakeSearchString(str) return substitute(escape(a:str, '\\/.*$^~[]'), '\n', '\\n', 'g') endfunction I...
Georg Dahn
gorgyd@...
Apr 2, 2007 6:08 am
79098
Those are great, thanks alot :) ... -- Panos Laganakos...
Panos Laganakos
panos.laganakos@...
Apr 2, 2007 8:57 am
79099
... [...] ... It might be useful to also support C^irkau^ as well. I'm not sure how often the h form is used given the exception(s?) (flughaveno...) Also...
Hugh Sasse
hgs@...
Apr 2, 2007 9:04 am
79100
... For h form you can use my plugin: http://www.vim.org/scripts/script.php?script_id=1761 It converts misc ascii representations to unicode and vice versa. ...
Cyril Slobin
slobin@...
Apr 2, 2007 10:07 am
79101
... I use the UnxUtils package: http://unxutils.sourceforge.net/ It includes all of the commands I need and accepts forward slashes as well as backslashes. I...
Robert Schols
robert@...
Apr 2, 2007 10:17 am
79102
... I'm currently looking for sth that will work with VI (I use vim script files). As last resort I'll try your suggestion though. Thank you for your reply, ...
Nikolaos A. Patsopoulos
npatsop@...
Apr 2, 2007 10:46 am
79103
Hi, When I set a filetype for a buffer the variable b:did_ftplugin is set. ... Now, when I do set ft=X from the command line, it happens that the ftplugin X...
Thomas
sanobast-vim@...
Apr 2, 2007 12:03 pm
79104
i am finding these usefull too, thanks sk...
shawn bright
nephish@...
Apr 2, 2007 1:05 pm
79105
... hth, Alan Isaac...
Alan G Isaac
aisaac@...
Apr 2, 2007 1:26 pm
79106
... Check out Luc Hermitte's development of Stephen Riehm's bracketing macros. http://hermitte.free.fr/vim/settings.php#settings -- Greg Matheson...
Greg Matheson
lang@...
Apr 2, 2007 1:38 pm
79107
Hi, i write a simple keymap for commenting C file, map C 0i/*<C-Esc>A*/<C-Esc>j now i want to use the command like 12C to comment a block, however, it does not...
flyfish
strugglingman@...
Apr 2, 2007 2:31 pm
79108
Hello, I've Xml document with attribute likes: foo="00 12 AF" I want to replace with: foo="0x00 0x12 0xAF" I try: ...
Arnaud Bourree
arnaud.bourree@...
Apr 2, 2007 2:37 pm
79109
this looks like exactly what i am after. i am kind of a newbie here, and cant quite get it to work right. i believe that i need a python.vim file in /ftplugin...
shawn bright
nephish@...
Apr 2, 2007 3:34 pm
79110
lo there, when i do a search like /text it highlights all of the matches and i can use n and N to navigate. how do i turn the highlighting off when i am done?...
shawn bright
nephish@...
Apr 2, 2007 3:58 pm
79111
... name) ? ... Me, I go to whatever I'm looking for, hit 'v', then use normal motion commands (eg, "3e") to highlight the text in question, instead of using ...
Gene Kwiecinski
gkwiecinski@...
Apr 2, 2007 4:00 pm
79112
... This will turn off highlighting for the current search. Highlighting will come back for the next search. Note that this is different from the 'hlsearch' ...
Jean-Rene David
jrdavid@...
Apr 2, 2007 5:06 pm
79113
... Or, just "zzz"... or "qwqw"... or ";;;"... etc. <shrug/>...
Gene Kwiecinski
gkwiecinski@...
Apr 2, 2007 5:10 pm
79114
... The search register can be overwritten by setting @/ to ''. This then clears your search "properly". For my purposes, I have the following mapping in my...
Albie Janse van Rensb...
albie.jvr@...
Apr 2, 2007 5:11 pm
79115
... ^^ this works: %s/\%(\%(foo=\"\)\@<=\%([0-9A-F]\{2\}\s\)*\)\@<=\([0-9A-F]\{2\}\)/0x\1/g Tobia...