Re: Difficulty with Packages

2016-06-28 Thread Tumbler Terrall
> Looks like a forward/backward slash mixup problem. > > Can somone using Windows reproduct this and find out what is the best > way to fix it? I don't think that mixes slashes is the problem. I have mixed slashes in my runtimepath, and it works fine. Windows happily uses either kind (or even

Re: Difficulty with Packages

2016-06-28 Thread Bram Moolenaar
Matthew Desjardins wrote: > > > I've been trying to get packages to work, but I'm having difficulties > > > with the resulting 'runtimepath'. Packages are all added after my own > > > "after" directory, which I would have assumed would be at the end to > > > allow me to override things. > > >

Re: horizontal range, kindof

2016-06-28 Thread Gary Johnson
On 2016-06-28, BPJ wrote: > It was intended to  match anything but a tab, but I see now that that escape > isn't supported by Vim. This will match any character but a tab: [^\t] Regards, Gary -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply

Re: How to make gvim ignore the TERM signal ?

2016-06-28 Thread Jacky Liu
On Tuesday, June 28, 2016 at 5:32:04 PM UTC+8, Tony Mechelynck wrote: > I'm not 100% sure but I think SIGTERM is what (or one of the things > that) Gvim with GNOME relies upon to save your session in a hurry when > you log out of X11 (or shut down the whole system) with an open gvim; > so if you

Re: Difficulty with Packages

2016-06-28 Thread Matthew Desjardins
On Monday, June 27, 2016 at 4:56:46 PM UTC-4, Bram Moolenaar wrote: > Matthew Desjardins wrote: > > > I've been trying to get packages to work, but I'm having difficulties > > with the resulting 'runtimepath'. Packages are all added after my own > > "after" directory, which I would have assumed

Re: horizontal range, kindof

2016-06-28 Thread Jacky Liu
On Tuesday, June 28, 2016 at 6:11:42 PM UTC+8, BPJ wrote: > Mind the reply to! > > Den 27 jun 2016 17:53 skrev "Tumbler Terrall" : > > > > > > On Monday, June 27, 2016 at 6:12:47 AM UTC-5, BPJ wrote: > > > > I'm trying to do a substitution in a 'horizontal/virtual column

Re: Settings the starting line for multiple buffers

2016-06-28 Thread Paul
On Monday, 27 June, 2016 at 16:27:34 BST, Zaxxon wrote: When I use vim for multiple files, they are placed in the buffer. Not all the buffers are at "line 1", instead, they seem to be in various other places that I am not sure why that is, as shown in the attached screen shot. Is there a way

Re: horizontal range, kindof

2016-06-28 Thread BPJ
Mind the reply to! Den 27 jun 2016 17:53 skrev "Tumbler Terrall" : > > On Monday, June 27, 2016 at 6:12:47 AM UTC-5, BPJ wrote: > > I'm trying to do a substitution in a 'horizontal/virtual column range'. > > > > I have an ASCII table where the columns are separated by tab

Re: How to make gvim ignore the TERM signal ?

2016-06-28 Thread Tony Mechelynck
I'm not 100% sure but I think SIGTERM is what (or one of the things that) Gvim with GNOME relies upon to save your session in a hurry when you log out of X11 (or shut down the whole system) with an open gvim; so if you want to ignore SIGTERM (which IMHO is not a very good idea) you "might" have to

Re: Vim: Caught deadly signal HUP

2016-06-28 Thread Christian Brabandt
Hi Thiagu! On Di, 28 Jun 2016, Thiagu Janakiraman wrote: > Hi, > > I'm getting the below error in our Dev environment whenever I open a file > using vim/vi editor. > > Vim: Caught deadly signal HUP > > Vim: Finished. > Hangup > > Can you please help me to fix this issue? First you should

Vim: Caught deadly signal HUP

2016-06-28 Thread Thiagu Janakiraman
Hi, I'm getting the below error in our Dev environment whenever I open a file using vim/vi editor. Vim: Caught deadly signal HUP Vim: Finished. Hangup Can you please help me to fix this issue? Thanks & Best Regards, Thiagu -- -- You received this message from the "vim_use" maillist. Do