Hi, I have a problem with vim I could not solve after extensive googling and trying out. I am using vi on a xterm and whenever I try to use backspace to delete...
111561
Reckoner
reckoner@...
Feb 1, 2010 8:33 pm
Hi, I am administrator on a Windows XP 64-bit machine and I just finished running the gvim72.exe installer. I made sure that the "install context menu items"...
111560
Raúl Núñez de A...
raulnac@...
Feb 1, 2010 7:58 pm
Saluton bw :) ... No, it's putting the reply text *before* the quoted text: http://en.wikipedia.org/wiki/Posting_style#Top-posting The preferred style on the...
111559
Lewis Thompson
purple@...
Feb 1, 2010 7:04 pm
Hi guys I'm using cscop and have cscopepathcomp=3 set in my .vimrc. This works correctly for lookups that don't use the quickfix window. However when the...
111558
meino.cramer@...
Feb 1, 2010 6:06 pm
... Thanks to you all for your helps ! Vim for Editor! Have a nice week! best regards, mcc -- Please don't send me any Word- or Powerpoint-Attachments unless...
111557
Gary
gary@...
Feb 1, 2010 5:54 pm
I don't think it's possible with a regexp (due to the examples given previously). However, inside a function, you should be able to search for a comma, then...
111556
bw
bwakkie@...
Feb 1, 2010 4:49 pm
Sorry, I do not understand the concept top post, but I guess you mean start a new thread for a different question ;-) I just needed to add a /g in order to get...
111555
Christian Brabandt
cblists@...
Feb 1, 2010 4:08 pm
... Please don't top post. ... should do what you want. regards, Christian -- You received this message from the "vim_use" maillist. For more information,...
111554
Gary Johnson
garyjohn@...
Feb 1, 2010 4:02 pm
... That would explain this from the original post, too: In gvim, when at vim's command line, I can do c-<left> and c-<right> to move the cursor to the...
111553
bw
bwakkie@...
Feb 1, 2010 3:55 pm
Your last comment made me think. I would like all the html encoded parts like É, é ’ etc... to be transformed into real utf8 as the feed should be utf8....
111552
Tom Link
micathom@...
Feb 1, 2010 3:16 pm
... There seems to be a perl-based script that achieves this: http://github.com/c9s/vim-packager I haven't tested it though. BTW, the name vim-addon-manager is...
111551
Christian Brabandt
cblists@...
Feb 1, 2010 3:12 pm
... If the start and end pattern are always in a separate line, you could ... followed by an additional ... to remove the remaining <?\s?[Ww](ak{2}ie)?$ -- You received this message from the "vim_use" maillist. For more information, visit...
111547
Ben Fritz
fritzophrenic@...
Feb 1, 2010 2:51 pm
... I don't know about that. A person can use Vim exclusively and very efficiently without ever compiling it themselves. Vim is a powerful tool no matter how...
111546
Ben Fritz
fritzophrenic@...
Feb 1, 2010 2:49 pm
... In general, you can't. What are you trying to accomplish? There are many window switching commands that make it easy to go to a window and jump right back...
111545
Ben Fritz
fritzophrenic@...
Feb 1, 2010 2:46 pm
... That would be: " maximize Vim window autocmd GUIEnter * simalt ~x ...in your _vimrc or _gvimrc -- You received this message from the "vim_use" maillist. ...
111544
Tim Chase
vim@...
Feb 1, 2010 2:36 pm
... what happens to the rest of the content here? ... You might be able to do something like ... '<[^>]*>', '', 'g')/g (all on one line) It doesn't...
111543
bw
bwakkie@...
Feb 1, 2010 2:23 pm
Hello, I have a big xml solr feed out of my content management system that includes wysiwyg html tags inside CDATA tags. I am looking for a way to remove the...
111542
Tony Mechelynck
antoine.mechelynck@...
Feb 1, 2010 1:03 pm
... Vim already includes (if compiled with the proper features) two mechanisms for inter-process communication: - client-server operation (on both X11 and...
111541
Athunye
athunye@...
Feb 1, 2010 1:02 pm
... I cannot express my gratitude only by saying thanks, but for now it is the only thing I can do. Thanks a lot. -- You received this message from the...
111540
Timothy Madden
terminatorul@...
Feb 1, 2010 12:44 pm
Hello Anyone here has a good errorformat string for Visual Studio 2008 ? With multi-line template instantiation error messages if possible ? Thank you Timothy...
111539
Tony Mechelynck
antoine.mechelynck@...
Feb 1, 2010 11:51 am
On 14/12/09 19:13, Tim Chase wrote: [...] ... [...] Actually, it's "all" gvim builds for Unix/Linux, and "no" gvim builds for Windows. Best regards, Tony. -- A...
111538
Tony Mechelynck
antoine.mechelynck@...
Feb 1, 2010 11:26 am
... and since ":exe[cute]" accepts any number of arguments (and concatenates them space-separated), ... would work just as well. -- You received this message...
111537
Stroller
stroller@...
Feb 1, 2010 11:03 am
... I find this useful, added to .vimrc: function! TwiddleCase(str) if a:str ==# toupper(a:str) let result = tolower(a:str) elseif a:str ==# tolower(a:str) let...
111536
Christian Brabandt
cblists@...
Feb 1, 2010 10:38 am
... let g:mycolors = split(glob(expand("$HOME")."/.vim/colors/*.vim"), "\n") regards, Christian -- You received this message from the "vim_use" maillist. For...
111535
Christian Brabandt
cblists@...
Feb 1, 2010 10:15 am
... and see the following paragraphs. regards, Christian -- You received this message from the "vim_use" maillist. For more information, visit...
111534
anna
annaklein497@...
Feb 1, 2010 9:42 am
Hi all, I want to a switch the character case of a string variable. Is there a function to invert the character case, from lowercase to uppercase and vice...
111533
Tony Mechelynck
antoine.mechelynck@...
Feb 1, 2010 8:04 am
... The simalt trick is locale-dependent, since the key for Maximize is not X in every menu language. In addition, it is win32-only (if someday you migrate to...