Format of persistent history undofiles

2020-04-26 Thread Brian Lew
Hi All, I was wondering if there is any documentation about the format of the persistent history undofiles generated when the undofile option is set. I am looking to read them in programmatically (outside of vim) and noticed that they are in a binary format. Any information would be greatly ap

Vim: Windows clipboard paste

2020-04-26 Thread 'Chris Willis' via vim_use
Hi I’m new to this group, so hope I get things right. I have been in the habit of using right click to insert text from the clipboard. I am almost invariably in a DOS window. It turns out that certain characters (some, maybe all) \x80-\x9f get translated on the fly to escape sequences. If the

Override a plugin setting in ftplugin/ directory?

2020-04-26 Thread DwigtArmyOfChampions
I’m using Vim 7. I downloaded and enabled a plugin that enhances syntax for drupal files. In the ftplugin/drupal.vim file of the plugin, I see the following code: if &ft =~ ‘\’ setl no ignorecase endif I don’t personally care for noignorecase, so I would like to override that particular s

Re: Format of persistent history undofiles

2020-04-26 Thread Bram Moolenaar
Brian Lew wrote: > I was wondering if there is any documentation about the format of the > persistent history undofiles generated when the undofile option is set. > > I am looking to read them in programmatically (outside of vim) and noticed > that they are in a binary format. > > Any inform

Re: Override a plugin setting in ftplugin/ directory?

2020-04-26 Thread Paul
On Sun, Apr 26, 2020 at 10:20:10AM -0700, DwigtArmyOfChampions wrote: I don’t personally care for noignorecase, so I would like to override that particular setting with “set ignorecase”. How do I do that? If I run :scriptnames on a Drupal file, I see that this file gets executed much later th

visual mode popup menu ?

2020-04-26 Thread M Kelly
Hi, Is there a way to be in visual mode with some text highlighted and popup a menu and keep the highlighted text during and after the popup menu ? thx, -m -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For mor