How to recursively add an entire directory with all its sub-directories to PATH global setting?

2015-02-26 Thread Bao Niu
For example, if I had this folder structure: ../Main/Sub1 --/Sub2 --/Sub3/GrandSub and my current PATH setting is: path=.,/usr/include/,, How can I make my GVim automatically add all the subfolders under Main to the PATH setting? Thanks. -- -- You received this message from the

Re: Enable Syntax on Xml Large File only on drawed window

2015-02-26 Thread Ni Va
On Tuesday, February 24, 2015 at 5:26:52 PM UTC+1, Ethan Hereth wrote: On Tue, Feb 24, 2015 at 11:04 AM, Ben Fritz fritzo...@gmail.com wrote: On Tuesday, February 24, 2015 at 9:24:34 AM UTC-6, Ni Va wrote: Hi, After applying this

Re: Defining Region focused on current page

2015-02-26 Thread Ni Va
On Thursday, February 26, 2015 at 4:57:47 PM UTC+1, Ni Va wrote: On Thursday, February 26, 2015 at 4:31:40 PM UTC+1, Gary Johnson wrote: On 2015-02-26, Ni Va wrote: Hi, I would like to define a region based on current page displayed of opened buffer. How can I define that ?

Re: what does iskeyword option do?

2015-02-26 Thread Ben Fritz
On Thursday, February 26, 2015 at 4:57:34 AM UTC-6, Erik Christiansen wrote: That all seems to confirm that iskeyword is a misnomer for what in reality is istoken, AFAICT. Not only is token boundary recognition the process described above, but the process in no way resembles detection of a

Re: Capturing setting ro/noro

2015-02-26 Thread Tim Chase
On 2015-02-26 12:01, Christian Brabandt wrote: I had to dismiss a solution based on CursorHold as it isn't immediate. Sadly there is no ReadonlyChanged event... Where in the sources would I start btw. if I wanted to implement a new event? I would rather add a new autocommand au

Re: Defining Region focused on current page

2015-02-26 Thread Paul Isambert
Le jeudi 26 février 2015 à 04:57, Ni Va a écrit: On Thursday, February 26, 2015 at 4:31:40 PM UTC+1, Gary Johnson wrote: On 2015-02-26, Ni Va wrote: Hi, I would like to define a region based on current page displayed of opened buffer. How can I define that ? I don't

Re: dbext without a password

2015-02-26 Thread Paul
On Wednesday, 25 February, 2015 at 19:53:49 GMT, David Fishburn wrote: let g:dbext_default_profile_mysql_no_password = type=MYSQL:user=root:passwd=:dbname=mysql:extra=--password='' Yep, this works for me, too. Thank you. -- -- You received this message from the vim_use maillist. Do not

Re: Defining Region focused on current page

2015-02-26 Thread Ni Va
On Thursday, February 26, 2015 at 4:31:40 PM UTC+1, Gary Johnson wrote: On 2015-02-26, Ni Va wrote: Hi, I would like to define a region based on current page displayed of opened buffer. How can I define that ? I don't know what you mean by define a region, but you can visually

Defining Region focused on current page

2015-02-26 Thread Ni Va
Hi, I would like to define a region based on current page displayed of opened buffer. How can I define that ? -- -- 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: Defining Region focused on current page

2015-02-26 Thread Gary Johnson
On 2015-02-26, Ni Va wrote: Hi, I would like to define a region based on current page displayed of opened buffer. How can I define that ? I don't know what you mean by define a region, but you can visually select all the lines on the current displayed page with HVL H moves the

Re: Defining Region focused on current page

2015-02-26 Thread Gary Johnson
On 2015-02-26, Paul Isambert wrote: Le jeudi 26 février 2015 à 04:57, Ni Va a écrit: On Thursday, February 26, 2015 at 4:31:40 PM UTC+1, Gary Johnson wrote: On 2015-02-26, Ni Va wrote: Hi, I would like to define a region based on current page displayed of opened buffer.

Re: Capturing setting ro/noro

2015-02-26 Thread Salman Halim
On Feb 26, 2015 11:36 AM, Tim Chase v...@tim.thechases.com wrote: On 2015-02-26 12:01, Christian Brabandt wrote: I had to dismiss a solution based on CursorHold as it isn't immediate. Sadly there is no ReadonlyChanged event... Where in the sources would I start btw. if I wanted to

Re: Capturing setting ro/noro

2015-02-26 Thread David Fishburn
On Thu, Feb 26, 2015 at 12:17 PM, Salman Halim salmanha...@gmail.com wrote: On Feb 26, 2015 11:36 AM, Tim Chase v...@tim.thechases.com wrote: On 2015-02-26 12:01, Christian Brabandt wrote: I had to dismiss a solution based on CursorHold as it isn't immediate. Sadly there is no

Re: Capturing setting ro/noro

2015-02-26 Thread Christian Brabandt
Hi Tim! On Do, 26 Feb 2015, Tim Chase wrote: On 2015-02-26 12:01, Christian Brabandt wrote: I had to dismiss a solution based on CursorHold as it isn't immediate. Sadly there is no ReadonlyChanged event... Where in the sources would I start btw. if I wanted to implement a new

Re: Capturing setting ro/noro

2015-02-26 Thread Christian Brabandt
Hi Axel! On Do, 26 Feb 2015, Axel Bender wrote: @Christian Correct me, if I get sth wrong here, but autocommands are based on events? How would I implement e.g. a ReadonlyChanged with other events? I do not understand the question. Best, Christian -- Es gibt nur ein Elend, und das ist

Re: Capturing setting ro/noro

2015-02-26 Thread Tim Chase
On 2015-02-26 21:07, Christian Brabandt wrote: :set cp which changes a whole bunch of other settings. Does one just fire a single OptionSet, or does one then cascade the firing of more OptionSet events for the ~48 settings it would impact? I would say, it should only trigger once.

Re: what does iskeyword option do?

2015-02-26 Thread Erik Christiansen
On 25.02.15 10:32, Tim Chase wrote: On 2015-02-25 08:02, FlashBurn wrote: I'm trying to understand the meaning of 'iskeyword' option but I can't figure out from the help what it does. Any help in finding out of the meaning of this option is greatly appreciated. 'isk' contains a list of

Re: Capturing setting ro/noro

2015-02-26 Thread Christian Brabandt
Am 2015-02-26 11:47, schrieb Axel Bender: On Thursday, February 26, 2015 at 9:11:35 AM UTC+1, Axel Bender wrote: I had to dismiss a solution based on CursorHold as it isn't immediate. Sadly there is no ReadonlyChanged event... Where in the sources would I start btw. if I wanted to implement a

Re: Capturing setting ro/noro

2015-02-26 Thread Axel Bender
On Thursday, February 26, 2015 at 9:11:35 AM UTC+1, Axel Bender wrote: I had to dismiss a solution based on CursorHold as it isn't immediate. Sadly there is no ReadonlyChanged event... Where in the sources would I start btw. if I wanted to implement a new event? -- -- You received this

Re: Capturing setting ro/noro

2015-02-26 Thread Axel Bender
I had to dismiss a solution based on CursorHold as it isn't immediate. Sadly there is no ReadonlyChanged event... -- -- 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: Capturing setting ro/noro

2015-02-26 Thread Axel Bender
@Christian Correct me, if I get sth wrong here, but autocommands are based on events? How would I implement e.g. a ReadonlyChanged with other events? -- -- 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