Re: Menu bar disappeared (Ubuntu Gnome)

2011-06-16 Thread Jet.Z
I have ever come across the same problem,u can try as follows: - cat ~/.gnome2/Vim(if not exists,new it !!!) [Placement] Dock=Toolbar\\0,0,0,0\\Menubar\\0,0,0,0 #I think the above may be the configure

highlight search limit to current window?

2011-06-16 Thread Jason Timrod
hi all, Is there a way in vim of making highlight search to operate just on the currently focused window? Quite often in Vim, if I'm looking at many different buffers with split windows, and I press / to search for something, I really am only interested in finding it in the specific window,

Re: highlight search limit to current window?

2011-06-16 Thread Christian Brabandt
Hi Jason! On Mi, 15 Jun 2011, Jason Timrod wrote: Is there a way in vim of making highlight search to operate just on the currently focused window? Quite often in Vim, if I'm looking at many different buffers with split windows, and I press / to search for something, I really am only

cctree error

2011-06-16 Thread sinbad
hi, i downloaded the latest version of plugin. when i try to open the cctree window using ctr-\ w i am getting the following error. CCTree: No active window found. i had set filetype plugin on, and i loaded the cscope.out database. what could be the reason thanks -- You received this

Re: highlight search limit to current window?

2011-06-16 Thread Jürgen Krämer
Hi, Jason Timrod wrote: Is there a way in vim of making highlight search to operate just on the currently focused window? Quite often in Vim, if I'm looking at many different buffers with split windows, and I press / to search for something, I really am only interested in finding it in the

Re: Simple mapping accepted, but incorrectly displayed.

2011-06-16 Thread Erik Christiansen
On 15.06.11 10:59, Benjamin R. Haskell wrote: On Wed, 15 Jun 2011, Christian Brabandt wrote: [correct analyses of the cause snipped] Thankyou guys. I'll set send_charset=utf-8, as advised. That'll fix the munging by google. I hope that my Danish correspondents, who use m$, will be able to

The ZyX-fix was actually complete. :-)) [Was: Mapping corruption mostly cured.]

2011-06-16 Thread Erik Christiansen
On 15.06.11 18:53, ZyX wrote: *I do not know what I will map in the next few month.* With `nore' I know that whatever I will want to map, it won't break things, and thus I should not bother myself with thinking about it. Yes, now that I am beginning to use a few more mappings, it is time to

Re: behavior of mouseclick positioning cursor with concealed chars

2011-06-16 Thread Christian Brabandt
Hi On Di, 14 Jun 2011, hsitz wrote: On Jun 14, 7:35 pm, Bram Moolenaar b...@moolenaar.net wrote: That's a bug. Thanks for confirming. I will move to vim-dev. Here are some steps to reproduce it. 1. Create a document with this line of text: This is text. [abcd] The text in brackets

Re: Menu bar disappeared (Ubuntu Gnome) :-)

2011-06-16 Thread Joachim Hofmann
pretty cool first, the menu bar appeared but toolbar disappeared. Now: Dock=Toolbar\\0,1,0,0\\Menubar\\0,0,0,1 - all bars are displayed Thank You Joachim On 16.06.2011 08:49, Jet.Z wrote: I have ever come across the same problem,u can try as follows:

I just wanted to make sure you received this affiliate software below:

2011-06-16 Thread Aisha Ch
I just wanted to make sure you received this affiliate software below: http://www.chanel7.net/kathrine/ Sincerely, -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: getquickfix list, pattern

2011-06-16 Thread Lech Lorens
On Jun 14, 10:01 pm, cyboman rail.shafigu...@gmail.com wrote: On Jun 14, 3:53 pm, cyboman rail.shafigu...@gmail.com wrote: help for getquickfixlist says that the pattern entry is the search pattern used to locate the error. i echoed it into a file and looked at the value of the pattern and

Re: Residual Character Display on Windows

2011-06-16 Thread Yongwei Wu
On 25 May 2011 01:41, Tim Chase v...@tim.thechases.com wrote: On May 23, 10:25 pm, Yongwei Wuwuyong...@gmail.com  wrote: Probably related to my recent upgrade to Windows 7 64-bit, I have found that very often there are residual characters left in the GVim window, where a space or another

reverse join on lines

2011-06-16 Thread David Ohlemacher
Hello All, Is there a way to do a reverse join? Example: // Foo comment int foo; Reverse Join would result in: int foo; // Foo comment I am editing someone else's old code and do not like the 100s of wasted lines. Thanks, -d -- David Ohlemacher Senior Software Engineer

Re: reverse join on lines

2011-06-16 Thread Benjamin R. Haskell
On Thu, 16 Jun 2011, David Ohlemacher wrote: Hello All, Is there a way to do a reverse join? Example: // Foo comment int foo; Reverse Join would result in: int foo; // Foo comment I don't think there's a built-in. I like this version I just came up with: :nnoremap J

Exasperated with folding

2011-06-16 Thread Eric Weir
I have a file -- my journal -- in which I've been trying to figure out how manual folding works, and how to get it to work for me in a way that's reasonably close to what I want to accomplish. What it would like to do would be to collapse each daily entry to a single line showing only the

Re: reverse join on lines

2011-06-16 Thread sc
On Thursday, June 16, 2011 12:40:27 Benjamin R. Haskell wrote: On Thu, 16 Jun 2011, David Ohlemacher wrote: Hello All, Is there a way to do a reverse join? Example: // Foo comment int foo; Reverse Join would result in: int foo; // Foo comment I don't

Re: reverse join on lines

2011-06-16 Thread Tim Chase
On 06/16/2011 12:26 PM, David Ohlemacher wrote: Is there a way to do a reverse join? Example: // Foo comment int foo; Reverse Join would result in: int foo; // Foo comment I am editing someone else's old code and do not like the 100s of wasted lines. If you want to do it on

RE: Exasperated with folding

2011-06-16 Thread Steve Hall
From: Eric Weir, Thu, June 16, 2011 1:53 pm I have a file -- my journal -- in which I've been trying to figure out how manual folding works, and how to get it to work for me in a way that's reasonably close to what I want to accomplish. What it would like to do would be to collapse each

Re: 2html optimization

2011-06-16 Thread Benjamin Fritz
On Wed, Jun 15, 2011 at 1:22 PM, Benjamin Koltai bkolta...@gmail.com wrote: Also, the result of :version is: VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Jul  5 2010 16:33:43) Included patches: 1-127, 257 Compiled by 'http://www.opensuse.org/' Is this out of date? What is the easiest way to

Re: 2html optimization

2011-06-16 Thread Benjamin Koltai
Great thanks for that. Do you have any idea how I am get past the prompt to press enter with the last command you suggested? Why is it happening? Here is the prompt again: $ HOME=/path/to/vimfiles/ vim -N -u /path/to/config.vim -i NONE --noplugin -c 'runtime syntax/2html.vim' -c 'xa' {file}

Re: 2html optimization

2011-06-16 Thread Benjamin Fritz
On Thu, Jun 16, 2011 at 4:26 PM, Benjamin Koltai bkolta...@gmail.com wrote: Do you have any idea how I am get past the prompt to press enter with the last command you suggested? Why is it happening? Here is the prompt again: $ HOME=/path/to/vimfiles/ vim -N -u /path/to/config.vim -i NONE

Re: 2html optimization

2011-06-16 Thread Benjamin Koltai
Will do. Thanks. I was meaning to add those extra options once I got it working with the minimums. Thanks everyone for all the help! On Jun 16, 2011, at 5:42 PM, Benjamin Fritz wrote: On Thu, Jun 16, 2011 at 4:26 PM, Benjamin Koltai bkolta...@gmail.com wrote: Do you have any idea how I am

Disable vim line wrap

2011-06-16 Thread Farid
Hi, I'm a new vi user. I have this problem in vi where everytime I open a file, it will show only part of the file, and a line that says how many lines are there below that. For example, a file might look like: = this is the header of the file

Re: Exasperated with folding

2011-06-16 Thread Gary Johnson
On 2011-06-16, Eric Weir wrote: I have a file -- my journal -- in which I've been trying to figure out how manual folding works, and how to get it to work for me in a way that's reasonably close to what I want to accomplish. What it would like to do would be to collapse each daily entry to

Re: Disable vim line wrap

2011-06-16 Thread Gary Johnson
On 2011-06-16, Farid wrote: Hi, I'm a new vi user. I have this problem in vi where everytime I open a file, it will show only part of the file, and a line that says how many lines are there below that. For example, a file might look like: =

Re: behavior of mouseclick positioning cursor with concealed chars

2011-06-16 Thread Bram Moolenaar
Christian Brabandt wrote: On Di, 14 Jun 2011, hsitz wrote: On Jun 14, 7:35 pm, Bram Moolenaar b...@moolenaar.net wrote: That's a bug. Thanks for confirming. I will move to vim-dev. Here are some steps to reproduce it. 1. Create a document with this line of text: This is

Re: cctree error

2011-06-16 Thread Ben Fritz
On Jun 16, 2:57 am, sinbad sinbad.sin...@gmail.com wrote: hi, i downloaded the latest version of plugin. when i try to open the cctree window using ctr-\ w i am getting the following error. CCTree:  No active window found. i had set filetype plugin on, and i loaded the cscope.out

Re: Problem with accented letters

2011-06-16 Thread Tony Mechelynck
On 13/06/11 17:05, Carlo Trimarchi wrote: 2011/6/13 David Bürgindavid.buer...@bluewin.ch You could try to specify the encoding you're using by adding this line to your HTML file: meta http-equiv=Content-Type content=text/html; charset=UTF-8/ thanks, this did the work In all, there are

Re: cctree error

2011-06-16 Thread sinbad
On Jun 17, 9:19 am, Ben Fritz fritzophre...@gmail.com wrote: On Jun 16, 2:57 am, sinbad sinbad.sin...@gmail.com wrote: hi, i downloaded the latest version of plugin. when i try to open the cctree window using ctr-\ w i am getting the following error. CCTree:  No active window found.

Re: How to write command for select range of Chinese text

2011-06-16 Thread Tony Mechelynck
On 13/06/11 15:02, Dennis low wrote: Hi I would like to know how to write a command for selecting a range of Chinese text in vim. As I know I can have a command like [a-zA-Z] for the English text. But how to write a command for all the Chinese Text. Example : 我是 Nick Stokes 45678 罪行调查科人员

Re: cctree error

2011-06-16 Thread hari.rangara...@gmail.com
On Thu, Jun 16, 2011 at 10:16 PM, sinbad sinbad.sin...@gmail.com wrote: On Jun 17, 9:19 am, Ben Fritz fritzophre...@gmail.com wrote: On Jun 16, 2:57 am, sinbad sinbad.sin...@gmail.com wrote: hi, i downloaded the latest version of plugin. when i try to open the cctree window using