Re: Abridged summary of vim_use@googlegroups.com - 22 Messages in 12 Topics

2012-02-21 Thread Niels Grundtvig Nielsen
removing the leading zero did the trick; thanks very much! (this is all about preparing music scores, and I need bar numbers in the output and the source to help me track things that need correcting) N On Tue, Feb 21, 2012 at 6:42 AM, wrote: > Today's Topic Summary > > Group: http://groups.go

Re: Abridged summary of vim_use@googlegroups.com - 22 Messages in 12 Topics

2012-02-21 Thread Christian Brabandt
On Tue, February 21, 2012 09:00, Niels Grundtvig Nielsen wrote: > removing the leading zero did the trick; thanks very much! (this is all > about preparing music scores, and I need bar numbers in the output and the > source to help me track things that need correcting) Please don't top poste and q

How to use vertical window as table of content

2012-02-21 Thread onioinsjk
Dear Vim user I am trying to find a way to make vim's vertical window works as table of content. My question is : Ctl+W-F open file new horizontal window. Instead is there any way to make "Ctl+W-F" open file in existing windows like below ? ++ |

Re: How to use vertical window as table of content

2012-02-21 Thread Paul Isambert
onioinsjk a écrit: > > Dear Vim user > > I am trying to find a way to make vim's vertical window works as table > of content. > > My question is : > Ctl+W-F open file new horizontal window. Instead > is there any way to make "Ctl+W-F" open file in existing windows like > below ? You can use t

Re: start cmd doesn't work anymore with vim 7.3.446

2012-02-21 Thread Axel Bender
Same problem here: execute "!start regedit" (just a sample) works fine with 7.3.441 (last version I updated to); it's no longer working in 7.3.446: 441: !start regedit.exe => regedit starts 446: !start regedit.exe => E371: Command not found -- You received this message from the "vim_use" mail

hg Rollback

2012-02-21 Thread Axel Bender
Being new to Mercurial a quick question: How would I "roll back" a source code version e.g. from 7.3.446 to 7.3.441? -- 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 http://www.vim.org/maill

Saving the last command result in the "* register

2012-02-21 Thread setog3
Hi, I am wondering if there is an easy way to save the last result (for example, result provided by :pwd ) in the register "* or "+ so I can then use it in an external application (without using the mouse) -- You received this message from the "vim_use" maillist. Do not top-post! Type your repl

Re: hg Rollback

2012-02-21 Thread Tony Mechelynck
On 21/02/12 11:10, Axel Bender wrote: Being new to Mercurial a quick question: How would I "roll back" a source code version e.g. from 7.3.446 to 7.3.441? -- 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 info

Re: Saving the last command result in the "* register

2012-02-21 Thread Tony Mechelynck
On 21/02/12 11:29, setog3 wrote: Hi, I am wondering if there is an easy way to save the last result (for example, result provided by :pwd ) in the register "* or "+ so I can then use it in an external application (without using the mouse) see :help :redir Best regards, Tony. -- If I don't

Re: hg Rollback

2012-02-21 Thread Rory Campbell-Lange
hg up -r On 21/02/12, Axel Bender (axel.ben...@cip-kommunal.de) wrote: > Being new to Mercurial a quick question: > > How would I "roll back" a source code version e.g. from 7.3.446 to 7.3.441? > > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply b

tabnew issue

2012-02-21 Thread naaj_ila
When i opened any file in vim/gvim , I can use :tabnew command to open multiple files . No issues there We are using clearcase in my project. When i set a view and opened a file in vim/gvim :tabnew is not working. "Editor command not found" If i exit from view , then tabnew will work fine. It is

Re: I KNOW YOU MUST HAVE...

2012-02-21 Thread Paul
On Tuesday, 21 February, 2012 at 03:30:58 GMT, John Beckett wrote: Federal Reserve spam deleted from Google Groups, and sender banned. Don't know how it got through. That was spam? And here I was wondering what had happened to that $10.5M transfer that I had been waiting for! -- . -- You re

Re: hg Rollback

2012-02-21 Thread Axel Bender
Thanks for your help, it worked right out of the box! Is there a way to find out the syntax of the revision number/the available revisions? -- 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: start cmd doesn't work anymore with vim 7.3.446

2012-02-21 Thread Axel Bender
Reverting to the versions below 7.3.446, I found that the first version the command is no longer working in, is version 7.3.445. -- 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 http://www.v

Re: www.vim.org contents - what about adding a git based wiki everybody can edit?

2012-02-21 Thread Ben Fritz
On Feb 20, 9:07 pm, Marc Weber wrote: > I feel thatwww.vim.orgcontents are outdated - and I'd likewww.vim.org > answering common questions such as: >   - how to use Vim for python development >   - how to configure Vim for coding C/C++ >   - how to does a common .vimrc look like ? >     maybe ev

Re: Re: script to insert lines

2012-02-21 Thread eda wizard
Paul, Christian, Thanks so much for responding! I'll give these a try at work today. Thanks again, Still-learning Steve -- 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 http://www.vim.org/

Re: hg Rollback

2012-02-21 Thread Tony Mechelynck
On 21/02/12 15:44, Axel Bender wrote: Thanks for your help, it worked right out of the box! Is there a way to find out the syntax of the revision number/the available revisions? About the syntax: as I said, hg help revisions An individual revision may be: - a full 40-hex-digit revision ID -

Re: hg Rollback

2012-02-21 Thread Ben Fritz
On Feb 21, 8:44 am, Axel Bender wrote: > Thanks for your help, it worked right out of the box! > > Is there a way to find out the syntax of the revision number/the available > revisions? Vim tags all versioned releases. hg tags will list the available tags for you. Typing hg --help will gi

Re: How to use vertical window as table of content

2012-02-21 Thread Ben Fritz
On Feb 21, 3:21 am, onioinsjk wrote: > Dear Vim user > > I am trying to find a way to make vim's vertical window works as table > of content. > > My question is : > Ctl+W-F open file new horizontal window.  Instead > is there any way to make "Ctl+W-F" open file in existing windows like > below ?

Re: tabnew issue

2012-02-21 Thread Ben Fritz
On Feb 21, 8:05 am, naaj_ila wrote: > When i opened any file in vim/gvim , I can use :tabnew command to open > multiple files . No issues there > We are using clearcase in my project. When i set a view and opened a file in > vim/gvim > :tabnew is not working. "Editor command not found" > If  i e

Re: tabnew issue

2012-02-21 Thread Tony Mechelynck
On 21/02/12 15:05, naaj_ila wrote: When i opened any file in vim/gvim , I can use :tabnew command to open multiple files . No issues there We are using clearcase in my project. When i set a view and opened a file in vim/gvim :tabnew is not working. "Editor command not found" If i exit from view

Re: www.vim.org contents - what about adding a git based wiki everybody can edit?

2012-02-21 Thread Marc Weber
Excerpts from Ben Fritz's message of Tue Feb 21 16:48:36 +0100 2012: > Why not a real wiki with real wiki syntax? Or why not just create > pages on the existing wikia.com wiki with prominent links from > vim.org? code.google.com also provides a wiki, IIRC. I don't see a > need to create something n

Re: www.vim.org contents - what about adding a git based wiki everybody can edit?

2012-02-21 Thread Christian Brabandt
On Tue, February 21, 2012 17:27, Marc Weber wrote: > Excerpts from Ben Fritz's message of Tue Feb 21 16:48:36 +0100 2012: >> Why not a real wiki with real wiki syntax? Or why not just create >> pages on the existing wikia.com wiki with prominent links from >> vim.org? code.google.com also provides

Using z in vim

2012-02-21 Thread Ven Tadipatri
Hi, There should be a way to make the current line that you're on scroll to the top of the screen right? I've googled for "vim scrolling" or "vim z". Apparently Google's search is not case sensitive. Hitting z twice will make the current line that you're on scroll to the center of the screen.

Re: Using z in vim

2012-02-21 Thread Taylor Hedberg
You want `zt`. signature.asc Description: Digital signature

Re: Using z in vim

2012-02-21 Thread Guido Van Hoecke
On Tue, Feb 21, 2012 at 17:39, Ven Tadipatri wrote: > Hi, >    There should be a way to make the current line that you're on scroll to > the top of the screen right? > I've googled for "vim scrolling" or "vim z". Apparently Google's search is > not case sensitive. No need to google, ask vim: :he

Re: Using z in vim

2012-02-21 Thread Tim Chase
On 02/21/12 10:39, Ven Tadipatri wrote: But I don't want that. I want to make the current line that I'm on scroll to the TOP of the screen. You want either "zt" or "z" depending on whether you want to reset the cursor to the first column: :help zt :help z On a somewhat related note,

Re: Using z in vim

2012-02-21 Thread Benjamin R. Haskell
On Tue, 21 Feb 2012, Ven Tadipatri wrote: Hi, There should be a way to make the current line that you're on scroll to the top of the screen right? I've googled for "vim scrolling" or "vim z". Apparently Google's search is not case sensitive. Use Vim's built-in help: :help z gets you the

Re: www.vim.org contents - what about adding a git based wiki everybody can edit?

2012-02-21 Thread A. S. Budden
On 21 February 2012 16:35, Christian Brabandt wrote: > On Tue, February 21, 2012 17:27, Marc Weber wrote: >> Excerpts from Ben Fritz's message of Tue Feb 21 16:48:36 +0100 2012: >>> Why not a real wiki with real wiki syntax? Or why not just create >>> pages on the existing wikia.com wiki with prom

Re: www.vim.org contents - what about adding a git based wiki everybody can edit?

2012-02-21 Thread A. S. Budden
On 21 February 2012 16:27, Marc Weber wrote: > Excerpts from Ben Fritz's message of Tue Feb 21 16:48:36 +0100 2012: >> Why not a real wiki with real wiki syntax? Or why not just create >> pages on the existing wikia.com wiki with prominent links from >> vim.org? code.google.com also provides a wik

Re: www.vim.org contents - what about adding a git based wiki everybody can edit?

2012-02-21 Thread Marc Weber
Excerpts from A. S. Budden's message of Tue Feb 21 18:30:41 +0100 2012: > * The other two both suffer from a rather poor visual impression > unless we get into custom parsers/converters and essentially re-invent > the wheel. Could be changed. Now that Vim has the conceal feature ... we could extend

Re: Using z in vim

2012-02-21 Thread Tony Mechelynck
On 21/02/12 17:59, Tim Chase wrote: On 02/21/12 10:39, Ven Tadipatri wrote: But I don't want that. I want to make the current line that I'm on scroll to the TOP of the screen. You want either "zt" or "z" depending on whether you want to reset the cursor to the first column: :help zt :help z

Re: www.vim.org contents - what about adding a git based wiki everybody can edit?

2012-02-21 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/02/2012 16:27, Marc Weber wrote: > Excerpts from Ben Fritz's message of Tue Feb 21 16:48:36 +0100 2012: >> Why not a real wiki with real wiki syntax? Or why not just create >> pages on the existing wikia.com wiki with prominent links from >> vi

Re: Search Wrap

2012-02-21 Thread Jay Heyl
On Thu, Feb 16, 2012 at 23:23, Christian Brabandt wrote: > > I think, these 2 mappings should do what you want: > > nnoremap n search(@/, 'nW' . (v:searchforward ? '' : 'b')) ? 'n' : > "\" . (&ws ? 'n' : '') > > nnoremap N search(@/, 'nW' . (v:searchforward ? 'b' : '')) ? 'N' : > "\" . (&ws ? 'N

Re: start cmd doesn't work anymore with vim 7.3.446

2012-02-21 Thread Cesar Romani
On 21/02/2012 09:46 a.m., Axel Bender wrote: > Reverting to the versions below 7.3.446, I found that the first version > the command is no longer working in, is version 7.3.445. It worked for me until version 7.3.444, then by upgrading to 7.3.446 it didn't work anymore. :!start command is very u

Re: start cmd doesn't work anymore with vim 7.3.446

2012-02-21 Thread Cesar Romani
On 21/02/2012 03:05 p.m., Cesar Romani wrote: > On 21/02/2012 09:46 a.m., Axel Bender wrote: > > Reverting to the versions below 7.3.446, I found that the first version > > the command is no longer working in, is version 7.3.445. > > It worked for me until version 7.3.444, then by upgrading to

Re: tabnew issue

2012-02-21 Thread naaj_ila
Yes you are right guys 1)=Clearcase== When i typed "which vim " in clearcase its hwos the path:::/usr/bin/vim In vim :version gives the following in clearcase -- :version VIM - Vi IMproved 6.3 (2004 June 7, com

Re: tabnew issue

2012-02-21 Thread Ben Fritz
On Feb 21, 8:02 pm, naaj_ila wrote: > Yes you are right guys > 1)=Clearcase== > When i typed "which vim "  in clearcase its hwos the path:::/usr/bin/vim > In vim :version gives the following in clearcase > --

Vim complete/suggest - sort by most used

2012-02-21 Thread philipx
Is it possible to have vim sort the suggest list (/) by the most used (as in most commonly completed) entries? If not, does anybody know of a plugin that can do that? Thanks! -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replyi

Re: tabnew issue

2012-02-21 Thread naaj_ila
Thanks Ben Great suggestion It worked i created "alias vim /usr/local/bin/vim" Thanks a LOTT -- View this message in context: http://vim.1045645.n5.nabble.com/tabnew-issue-tp5502280p5504181.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received thi