Saving words

2009-04-25 Thread Gabriel
Is it possible to save words as long as you type them ? That file could be used as an dictionary of my more frequent used words to autocomplete commands. thanks --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, vi

Re: Vimplugin: does it work on Vista or OS X?

2009-04-25 Thread Anton Sharonov
>> On Wed, Apr 22, 2009 at 10:27 PM, George V. Reilly >> wrote: >> ... >> > I tried installing Vimplugin for Eclipse on both Mac OS X 10.5 and Vista >> > a couple of weeks ago, without success. >> > I mailed the Vimplugin-devel list, asking for tips, but got no answer. >> You can try eclim [1].

Re: lcd function and netrw

2009-04-25 Thread _sc_
On Saturday 25 April 2009 2:57 pm, _sc_ wrote: > > the reason i recommend an upgrade is that very recently there was a > bugfix to netrw that addressed the autochdir option -- i had turned > 'autochdir' on, and it was causing problems for me in netrw -- i > started using the BufEnter autocmd to l

Re: lcd function and netrw

2009-04-25 Thread _sc_
On Saturday 25 April 2009 1:50 pm, Manfred Lotz wrote: > > Hi, > I had > autocmd BufEnter * lcd %:p:h > in my ~/.vimrc > > However, when using netrw this yields an error. > > > > My workaround is: > > function Lcd() > let b = bufname("%") > let pat = ":\/\/" > > if ! (b =~

Re: A-Left and A-Right not working inside Screen

2009-04-25 Thread Mr.SpOOn
2009/4/25 Jason Axelson : > Many times alt-t will be mapped to the tools menu of the terminal > emulator. That may not be the case for you though. Yes, I see. I usually use xterm or Terminator, and they don't have a meny bar. --~--~-~--~~~---~--~~ You received thi

Re: A-Left and A-Right not working inside Screen

2009-04-25 Thread Jason Axelson
On Sat, Apr 25, 2009 at 6:12 AM, Mr.SpOOn wrote: > The menu "Tools" of what? I'm using Vim, not gVim. Is it the same? Many times alt-t will be mapped to the tools menu of the terminal emulator. That may not be the case for you though. Jason --~--~-~--~~~---~--~~

lcd function and netrw

2009-04-25 Thread Manfred Lotz
Hi, I had autocmd BufEnter * lcd %:p:h in my ~/.vimrc However, when using netrw this yields an error. My workaround is: function Lcd() let b = bufname("%") let pat = ":\/\/" if ! (b =~ pat) lcd %:p:h endif endfunction autocmd BufEnter * call Lcd() My question

Re: A-Left and A-Right not working inside Screen

2009-04-25 Thread Mr.SpOOn
2009/4/25 Ricky : > > If you map Alt key, it's case sensitive. Do you mean I have to use and ? > And some keys already mapped to the menu key, like is the shortcut to > menu "Tools". The menu "Tools" of what? I'm using Vim, not gVim. Is it the same? --~--~-~--~~~-

Re: A-Left and A-Right not working inside Screen

2009-04-25 Thread Ricky
If you map Alt key, it's case sensitive. And some keys already mapped to the menu key, like is the shortcut to menu "Tools". -- From: "Mr.SpOOn" Sent: Saturday, April 25, 2009 11:17 PM To: Subject: A-Left and A-Right not working inside Screen >

Can netrw save the bookmark or history of directory

2009-04-25 Thread Ricky
Hi, all I want netrw save my favorite or history directory when vim startup next time, then i can use the bookmark which i saved. Can netrw do like this? Regards! --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information

A-Left and A-Right not working inside Screen

2009-04-25 Thread Mr.SpOOn
Hi, is there some known issue in using alt key binding with Vim working inside Gnu/Screen? I have these inside my .vimrc file: "" tab navigation (next tab) with alt left / alt right map :tabnew map :tabn map:tabp On my pc I have Vim 7.2.25, compiled from source. The Alt-t mapping does'

Re: Custom highlighting of line numbers for the current cursor line

2009-04-25 Thread Dennis Benzinger
Am 25.04.2009 08:47, Pavel Shevaev schrieb: > Folks, is it possible to set custom highlighting of line numbers for > the current cursor line? > > Currently I have the following settings for cursor line and line number: > > hi CursorLine guifg=NONEguibg=#121212 gui=NONE > ctermfg=