Re: How to delete hidden .swap files (.sw?) if there are no changes?

2017-03-11 Thread Tony Mechelynck
On Sun, Mar 12, 2017 at 1:41 AM, L A Walsh wrote: > I have near a dozen files where I have both a ".cc and a .h" > open but had a desktop reboot, so all have swap files now. > Just now, I opened them all and found that only 1 > pair had any changes that needed to be addressed, but

How to delete hidden .swap files (.sw?) if there are no changes?

2017-03-11 Thread L A Walsh
I have near a dozen files where I have both a ".cc and a .h" open but had a desktop reboot, so all have swap files now. Just now, I opened them all and found that only 1 pair had any changes that needed to be addressed, but the others were all 'unmodified'. Is there a way to have vim

Re: Automatically prefixing argument to :find with *

2017-03-11 Thread 'Suresh Govindachar' via vim_use
On 3/11/2017 7:48 AM, 'Suresh Govindachar' via vim_use wrote: On 3/9/2017 9:15 PM, 'Suresh Govindachar' via vim_use wrote: Hello, Most of my uses of :find family of commands involves starting the argument with * and hitting tab to get completion. Would like to avoid the need to explicitly

Re: Automatically prefixing argument to :find with *

2017-03-11 Thread 'Suresh Govindachar' via vim_use
On 3/9/2017 9:15 PM, 'Suresh Govindachar' via vim_use wrote: Hello, Most of my uses of :find family of commands involves starting the argument with * and hitting tab to get completion. Would like to avoid the need to explicitly type the prefix *. Something's wrong in the following attempt:

Re: clipboard issue in global commands when set to unnamed

2017-03-11 Thread Bram Moolenaar
Bryce Orgill wrote: > I had previously mentioned that there was an issue with yanking in post > title: "after vim 8 installation, yanking (yy) doesn't work in global > command and macros". The real issue I see with this is, when one sets > clipboard to unnamed, any yanking done in global