Re: How to search in digraphs?

2012-04-13 Thread Tony Mechelynck
On 12/04/12 04:27, Chris Jones wrote: [...] Well.. if you don't know the digraph, it's not going to be possible to search for it anyway.. It makes more sense to do a search on the ISO 10646 long descriptive name (3rd column of rfc1345). e.g. you need an arrow and you do a ‘/arrow’.. a star

Re: folding regions in php

2012-04-13 Thread Ben Schmidt
On 12/04/12 4:56 PM, André Rodier wrote: Hello everybody, I am using vim for web sites development, especially in PHP. I am happy so far with the PHP code folding by default,probably the syntax method. When I have a big php class with a lot of methods, I like to organise the code by sections,

Re: Vim manual

2012-04-13 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/04/2012 06:56, Paul Isambert wrote: On 12/04/2012 06:17, Paul Isambert wrote: Phil Dobbin phildob...@gmail.com a écrit: On 10/04/2012 22:01, Andre Majorel wrote: On 2012-04-10 18:37 +0100, Phil Dobbin wrote: Putting the documents

How can I find which VIM plugin guilty for overloading my CPU

2012-04-13 Thread marius adrian
I've just done a fresh installation of Vim, and with this occasion I added some new plugins to my VIM configuration. The problem is that now, when I do the first change in the file, VIM freeze and one of my CPUs goes to 100%. Also, this is happening every now and then while I'm editing the file.

Re: How to search in digraphs?

2012-04-13 Thread Bram Moolenaar
Christian Brabandt wrote: On Mi, 11 Apr 2012, Chris Jones wrote: Is there a format of the ‘:digraphs’ command that lets you list only custom user-defined digraphs - i.e. those that are different from the defaults..? Couldn't find such a thing in Vim 7.2.. If there isn't,

Re: folding regions in php

2012-04-13 Thread André Rodier
Thanks for your answer, Basically, I want to fold portions of code, encoded by #region / #endregion blocks, but I don't want to loose the ability to fold classes and methods as well. This need is crucial when you have a class with 15-20 methods, and you want to have an overview of the class on

Re: Issue with netrw copy and move

2012-04-13 Thread Bart Baker
On Thu, Apr 12, 2012 at 7:32 AM, A Loumiotis antonis.loumio...@gmail.com wrote: On Wed, Apr 11, 2012 at 4:26 PM, Charles Campbell charles.e.campb...@nasa.gov wrote: A Loumiotis wrote: Updating to v146c of netrw did not solve the problem. Try v146d -- its difficult to do this without having

Re: how to repeat the last :[range]g with the same range?

2012-04-13 Thread Tim Chase
On 04/11/12 10:17, ping wrote: 1) :?pattern1?,/pattern2/g/pattern/ you finally are satisfied with the info you grabbed, then 2) with a new defined cmd like this: command! MyGrep execute 'normal! 0ay0' | execute 'g//y A' | tabnew | enew | setlocal bt=nofile | put! a | nohls now with :MyGrep,

Re: MRU plugin

2012-04-13 Thread Tarlika Elisabeth Schmitz
On Mon, 2 Apr 2012 07:06:15 -0700 (PDT) Ben Fritz fritzophre...@gmail.com wrote: On Friday, March 30, 2012 5:37:30 PM UTC-5, JohnBeckett wrote: Tarlika wrote: http://www.vim.org/scripts/script.php?script_id=521 I have been using this excellent plugin for some time, mainly with Files-Recent

Re: MRU plugin

2012-04-13 Thread Ben Fritz
On Friday, April 13, 2012 2:21:55 PM UTC-5, Tarlika Elisabeth Schmitz wrote: On Mon, 2 Apr 2012 07:06:15 -0700 (PDT) Ben Fritz wrote: Unfortunately if there is only one match (e.g. if you use tab completion of the file name), the file opens directly. I've not yet bothered to change the way

Re: how to repeat the last :[range]g with the same range?

2012-04-13 Thread ping
hi Tim: I tested it , with that line in my vimrc, a :MyGrep command still doesn't pick up the previous range I used in a g:// and still seems search the whole buffer. maybe I'm not following, but currently I'm just using that qaq + [range]g//y A method and then manually paste reg a into next

Re: MRU plugin

2012-04-13 Thread Tarlika Elisabeth Schmitz
On Fri, 13 Apr 2012 13:39:37 -0700 (PDT) Ben Fritz fritzophre...@gmail.com wrote: On Friday, April 13, 2012 2:21:55 PM UTC-5, Tarlika Elisabeth Schmitz wrote: On Mon, 2 Apr 2012 07:06:15 -0700 (PDT) Ben Fritz wrote: Unfortunately if there is only one match (e.g. if you use tab completion of

balloonexpr depending on line content

2012-04-13 Thread Benjamin Fritz
I want to make a balloonexpr which shows something different depending on the context of the thing being pointed at. I tried to make it depend on the syntax of the item being pointed at, and this mostly works. But it breaks when the user has multiple windows open, because synID only gets the

RE: how to repeat the last :[range]g with the same range?

2012-04-13 Thread John Beckett
Tim Chase wrote: First, that's a hideous command definition (to the degree I went out to the wiki and changed it to be more legible). you're going to use normal mode, the canonical way to clear a register is to use qaq to clear register a. I prefer the explicit nature of setting it in Ex

Re: MRU plugin

2012-04-13 Thread Yegappan Lakshmanan
Hi, I have updated the MRU plugin and added the following features: * Support for opening files always in tabs (MRU_Open_File_Use_Tabs option) * Support for opening the MRU window always even for single filename matches (MRU_Window_Open_Always) * Support for opening files in vertically split