Re: How to make gvim ignore the TERM signal ?

2016-06-27 Thread Jacky Liu
On Monday, June 27, 2016 at 6:40:07 PM UTC+8, Jacky Liu wrote: > I'm using gvim as the user interface for my own application largely written > in python, and I'm firing up matplotlib windows through vim's python > interface to do data visualization and graphical operation, here I have an >

Re: Difficulty with Packages

2016-06-27 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. > > Am I missing

Settings the starting line for multiple buffers

2016-06-27 Thread Zaxxon
Greetings to all, 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 to set all the buffers to start at

Re: horizontal range, kindof

2016-06-27 Thread 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 > characters (for now). I want to wrap the contents (which contain > space (U+0020) and \S

Difficulty with Packages

2016-06-27 Thread Matthew Desjardins
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. Am I missing something? -- -- You received this

vim.org script spam

2016-06-27 Thread Paul
http://www.vim.org/scripts/script.php?script_id=5410 just appeared. -- -- 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/maillist.php --- You received this message

horizontal range, kindof

2016-06-27 Thread BPJ
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 characters (for now). I want to wrap the contents (which contain space (U+0020) and \S characters, being of unequal length of course!) of some specific table

How to make gvim ignore the TERM signal ?

2016-06-27 Thread Jacky Liu
I'm using gvim as the user interface for my own application largely written in python, and I'm firing up matplotlib windows through vim's python interface to do data visualization and graphical operation, here I have an issue: I'm using Ubuntu 14.04 with Unity as the desktop environment, and