Re: Possible bug with autochdir

2009-10-03 Thread Mikalai Chaly
On Sat, Oct 3, 2009 at 6:33 PM, Maxim Kim wrote: > > Hi, > > Could anyone verify the next behaviour: > >1. _vimrc should only have: > set nocp > set autochdir > set encoding=utf-8 >2. in the shell do: > mkdir test > echo hello world > test\myfile > vim

Re: Need help with 'errorformat'

2009-09-30 Thread Mikalai Chaly
On Wed, Sep 30, 2009 at 5:21 PM, Mikalai Chaly wrote: > > > On Wed, Sep 30, 2009 at 4:13 PM, Tinou wrote: > >> >> Hello, >> >> I'm using gvim with the visual studio plugin that can retreive (among >> other things) the compilation output in

Re: Need help with 'errorformat'

2009-09-30 Thread Mikalai Chaly
On Wed, Sep 30, 2009 at 4:13 PM, Tinou wrote: > > Hello, > > I'm using gvim with the visual studio plugin that can retreive (among > other things) the compilation output into the quickfix window. > > My errorformat is: > > let &errorformat='%f(%l) : %t%*\D%n: %m,%*[^"]"%f"%*\D%l: %m,%f(%l) : > %m

Re: dbext - keep asking user password in pgsql

2009-09-29 Thread Mikalai Chaly
On Tue, Sep 29, 2009 at 9:07 PM, Mariano Mara wrote: > > Hi Dave, thanks for your support. > As requested here is the full output of both commands: > > http://vim.pastey.net/125871 > http://vim.pastey.net/125872 > > I used a pastey to save everyone more than 200 lines of settings. In > case a solu

Re: Windows console: unable to read/write russian text

2009-09-29 Thread Mikalai Chaly
On Tue, Sep 29, 2009 at 10:53 AM, Maxim Kim wrote: > > > If I knew Lucida console is okay for vim console I wouldn't email > here. > > But that just really strange - if it is possible to type russian chars in console directly with bitmap font set, why vim behaves in a different way? Mikalai --~

Re: Can not search a tag

2009-09-23 Thread Mikalai Chaly
On Wed, Sep 23, 2009 at 10:28 AM, Steven Woody wrote: > Hi, > I found 'tselect' doesn't work for me. Assuming I have some tags starting > with foo_, now I want to list them, then I type in ":ts foo_" and ":ts > foo_*", but I would get a 'tag not found error'. So, how do I search a > tag? > >

Re: Function name in status bar

2009-08-28 Thread Mikalai Chaly
Yes - from the beginning function name is empty. I'm not expert in taglist, so I can just make an assumption. I suppose, plugin automatically updates its dictionary files only when taglist window is visible. I was succeeded to show function name using ":TlistAddFiles %" So - that task can be au

Re: Function name in status bar

2009-08-28 Thread Mikalai Chaly
If you are using taglist plugin, there is such ability. Just open :help taglist.txt and search for "status line". Here is an example from taglist help file: :set statusline=%<%f%=%([%{Tlist_Get_Tagname_By_Line()}]%) Looks pretty nice, at least in .c files. Mikalai On Fri, Aug 28, 2009 at 4

Re: Aliasing ex commands for typos

2009-08-27 Thread Mikalai Chaly
On Thu, Aug 27, 2009 at 4:18 AM, pansz wrote: > > > > PS: The original VI is designed for a keyboard which colon is a single > key, no need to press 'shift'. > > > Yes - here it is: http://en.wikipedia.org/wiki/ADM-3A Very useful location on Esc, Ctrl. And looks like colon is presses as is. Mika