Re: Command history scrolling after less

2019-02-15 Thread Gary Johnson
On 2019-02-15, James McCoy wrote: > On Fri, Feb 15, 2019, 11:13 Gary Johnson wrote: > > On 2019-02-15, Bram Moolenaar wrote: > > Gary Johnson wrote: > > > My guess is that Vim is swallowing the Normal Cursor Keys command. > > > > > > I'm cc'ing the vim_dev list because I

Re: mksession restore just deleted buffer

2019-02-15 Thread nivaemail
Le vendredi 15 février 2019 11:57:05 UTC+1, meine a écrit : > On Thu, Feb 14, 2019 at 01:31:26PM -0800, nivaem...@gmail.com wrote: > > I have two buffers in buffers' list and after buffer deleting the second > > one, restarting vim, it is always in the buffers's list. > > > > I don't understand

Re: Command history scrolling after less

2019-02-15 Thread Gary Johnson
On 2019-02-15, Bram Moolenaar wrote: > Gary Johnson wrote: > > > On 2019-02-14, Gary Johnson wrote: > > > On 2019-02-14, Paul wrote: > > > > ":" normally scrolls through command history. However, after > > > > I pipe the buffer to less, that no longer happens. With or without > > > > any LESS*

Re: how to display current syntax and highlight items

2019-02-15 Thread Marvin Renich
* Marvin Renich [190214 08:06]: > Thanks! That gives the info I want, and it also gave me the clue Wow! Looking at the Received: headers of the previous message, Google's servers first accepted the message immediately on Feb 12, but it spent two days hung up on an internal Google server,

Re: Command history scrolling after less

2019-02-15 Thread Bram Moolenaar
Gary Johnson wrote: > On 2019-02-14, Gary Johnson wrote: > > On 2019-02-14, Paul wrote: > > > ":" normally scrolls through command history. However, after > > > I pipe the buffer to less, that no longer happens. With or without > > > any LESS* environment variables set: > > > > > > 1. vim -Nu

Re: Command history scrolling after less

2019-02-15 Thread Paul
On Thu, Feb 14, 2019 at 05:04:17PM -0800, Gary Johnson wrote: I found that the problem can be avoided by using the --no-keypad option to less, like this: :w !less --no-keypad Nice one :) -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below

Re: mksession restore just deleted buffer

2019-02-15 Thread meine
On Thu, Feb 14, 2019 at 01:31:26PM -0800, nivaem...@gmail.com wrote: > I have two buffers in buffers' list and after buffer deleting the second one, > restarting vim, it is always in the buffers's list. > > I don't understand why it appears again. You have to update the vim session you made by

Vim external command output encoding

2019-02-15 Thread rameo
I am trying to get the output from Everything Search in Vim using Everything commandline (es.exe) This works great in cmd shell but when I do the same in gvim I do not see any accents. E.g. :r !es *.doc returns all doc files, but all accents (éèòì etc) are not shown. No problem if I use this