Security Risk: (was Re: vim 'less.sh' script probs w/folds)

2017-03-27 Thread L. A. Walsh
Ken Takata wrote: Hi, 2017/3/28 Tue 6:19:19 UTC+9 L A Walsh wrote: If I have a file with folds in it (fdm=marker), and I try to display it with the vim 'less.sh' script, there doesn't seem to be a way to get rid of all the folds (no 'zR'). I can use the cursor keys to move to each fold and

Re: vim 'less.sh' script probs w/folds

2017-03-27 Thread Ken Takata
Hi, 2017/3/28 Tue 6:19:19 UTC+9 L A Walsh wrote: > If I have a file with folds in it (fdm=marker), and I try to > display it with the vim 'less.sh' script, there doesn't seem to be > a way to get rid of all the folds (no 'zR'). I can use the cursor > keys to move to each fold and open it, but

vim 'less.sh' script probs w/folds

2017-03-27 Thread L A Walsh
If I have a file with folds in it (fdm=marker), and I try to display it with the vim 'less.sh' script, there doesn't seem to be a way to get rid of all the folds (no 'zR'). I can use the cursor keys to move to each fold and open it, but that really defeats the idea of using 'less' to scroll

Re: Matchit plugin modifying virtualedit

2017-03-27 Thread Bram Moolenaar
Benji Fisher wrote: > David, Bram: > > Thanks for the bug report and the fix. Please try the attached > version. (This list accepts attachments, doesn't it ...) Looks good to me, thanks. -- How do I set the laser printer to stun? /// Bram Moolenaar -- b...@moolenaar.net --

Crash when using vim with Python 3.7 (both compiled from source) - PyThreadState_Get: no current thread

2017-03-27 Thread Jonathan Crall
I'm not sure if this is a vim issue or a python 3.7 issue. I have compiled both vim and python 3.7 from source. Whenever I try to execute a python3 block in a vim script I get the following crash: ``` Fatal Python error: PyThreadState_Get: no current thread Vim: Caught deadly signal ABRT

Re: Matchit plugin modifying virtualedit

2017-03-27 Thread Christian Brabandt
Hi Benji! On So, 26 Mär 2017, Benji Fisher wrote: > Thanks for the bug report and the fix. Please try the attached version. > > (This list accepts attachments, doesn't it ...) Thanks for that. Would you mind looking at those issues as well: https://github.com/vim/vim/pull/955