Re: ANN: Vim for Outlook

2010-05-09 Thread yosi izaq
This plugin sounds very useful. I have outlook 2k7 and have followed the install instructions. I have added the vim macro and quick access button. Clicking it opens a vim session for editing the email. However saving the changes (:w) doesn't update the email. Any idea what's wrong? thx, Yosi --

Re: CTRL-] jumping for local variable

2010-05-09 Thread Steven Woody
On 9 May 2010 12:27, Tony Mechelynck wrote: > On 09/05/10 05:57, Steven Woody wrote: >> >> Hi, >> >> When using ctags,  CTRL-] does not work for local declared variables, >> in the case, I have to use gD to do the jumping.  Does this behavior >> changeable? I hope I can always use CTRL-] and CTRL-

Re: Jumpnig inside a C-function definition

2010-05-09 Thread Gary Johnson
On 2010-05-09, meino cramer wrote: > Hi, > > at work I am using vim as the editor under Windows XP > for developing C-code. > > I want to jump to the beginning and to the end of > the function where the cursor is currently being > psoitioned. I want to start the jump from anywhere > insid

Re: Jumpnig inside a C-function definition

2010-05-09 Thread Tony Mechelynck
On 09/05/10 06:46, meino.cra...@gmx.de wrote: Tony Mechelynck [10-05-09 06:36]: On 09/05/10 06:17, meino.cra...@gmx.de wrote: Hi, at work I am using vim as the editor under Windows XP for developing C-code. I want to jump to the beginning and to the end of the function where the cu

Re: CTRL-] jumping for local variable

2010-05-09 Thread Tony Mechelynck
On 09/05/10 11:46, Steven Woody wrote: On 9 May 2010 12:27, Tony Mechelynck wrote: On 09/05/10 05:57, Steven Woody wrote: Hi, When using ctags, CTRL-] does not work for local declared variables, in the case, I have to use gD to do the jumping. Does this behavior changeable? I hope I can al

restore cursor position after search/replace

2010-05-09 Thread surge
Hello all, Let's say I'm in some column of some line in a file. When I do a replace with ":s/something/something" and then do an ESC, the cursor jumps to the beginning of the line. Even if undo with an "u". Is there a way for it to stay in the column before the replace? Thanks! Sergius -- You

Re: restore cursor position after search/replace

2010-05-09 Thread Andy Wokula
Am 09.05.2010 21:37, schrieb surge: Hello all, Let's say I'm in some column of some line in a file. When I do a replace with ":s/something/something" and then do an ESC, the cursor jumps to the beginning of the line. Even if undo with an "u". Is there a way for it to stay in the column before th

error message in fc12 when I open gvim

2010-05-09 Thread Ralph Blach
When I open gvim using gnome I get the following errrors. Is there anyway to get rid of them gvim /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:46: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored. /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:47: Clearlooks conf

Re: error message in fc12 when I open gvim

2010-05-09 Thread Tony Mechelynck
On 09/05/10 21:28, Ralph Blach wrote: When I open gvim using gnome I get the following errrors. Is there anyway to get rid of them gvim /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:46: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored. /usr/share/themes/Clearlo

Re: Recover a deleted file from its swap file

2010-05-09 Thread Nazri Ramliy
Thank you all for your enlightening responses. My problem is gone (it's was a PEBKAC). Here's what happened: I edited a file, typed something in, then decided that the file is better saved in a different directory so I moved the file to that other directory. I typed more stuff into the file and

Re: map ò character (ò)

2010-05-09 Thread Tony Mechelynck
On 25/03/10 17:41, rameo wrote: @bill lam I use Gvim in a windows environment (xp). thank you for the multiple keyboard solution @tony, @John Little I tried your solution (btw. thank you both :-)) There is now an error: E78 Unknown mark. Sorry for making you wait so long. "Unknown mark" mean

complete on :py commands?

2010-05-09 Thread Reckoner
Hi, I'm running vim 7.2 on Windows XP 32-bit. I run python inside vim frequently and I'm wondering if there is a way to get completion as in: :py print a which would then complete on the local variables that start with the letter 'a'. Even better, how about: :py and then have it

Re: complete on :py commands?

2010-05-09 Thread Tony Mechelynck
On 10/05/10 04:10, Reckoner wrote: Hi, I'm running vim 7.2 on Windows XP 32-bit. I run python inside vim frequently and I'm wondering if there is a way to get completion as in: :py print a which would then complete on the local variables that start with the letter 'a'. Even better, how

ANN: OutlookVim - version 3.0

2010-05-09 Thread David Fishburn
OutlookVim is a plugin for Microsoft Windows Outlook users. It simply adds a button in Outlook which will spawn Vim, allow you to edit the body of the currently open email and when you :w, it will update Outlook with the results. There are more details, you can read about them here: http://www.vi

Re: ANN: Vim for Outlook

2010-05-09 Thread David Fishburn
On Fri, May 7, 2010 at 2:46 AM, Gareth Oakes wrote: ... >> There are more details, you can read about them >> here:http://www.vim.org/scripts/script.php?script_id=3087 ... > Very cool! I have installed and tested on my Outlook 2007 instance > here. Works as advertised. I have two ideas for improv

Re: ANN: Vim for Outlook

2010-05-09 Thread David Fishburn
On Sun, May 9, 2010 at 4:54 AM, yosi izaq wrote: > This plugin sounds very useful. > > I have outlook 2k7 and have followed the install instructions. I have > added the vim macro and quick access button. Clicking it opens a vim > session for editing the email. However saving the changes (:w) doesn

Re: Recover a deleted file from its swap file

2010-05-09 Thread Tony Mechelynck
On 10/05/10 03:39, Nazri Ramliy wrote: Thank you all for your enlightening responses. My problem is gone (it's was a PEBKAC). Here's what happened: I edited a file, typed something in, then decided that the file is better saved in a different directory so I moved the file to that other directo

Re: Spawning a new instance of Vim via OLE

2010-05-09 Thread David Fishburn
On Fri, May 7, 2010 at 7:06 PM, bill lam wrote: > Птн, 07 Май 2010, David Fishburn писал(а): >> >> I was reading :h ole-interface. >> >> Is there anyway to spawn a new instance of Vim via OLE, through some >> command (or anything)? >> OLE automatically picks up the first already running Vim instan

Re: Recover a deleted file from its swap file

2010-05-09 Thread Christian Brabandt
Hi Tony! On Mo, 10 Mai 2010, Tony Mechelynck wrote: > ( ;-) ) all on one line, and you will usually know whether or not you're > on Windows, so you can instead type either > > :!rm # > or > :!del # > > which will remove the alternate file (the file which you edited just > before t