Wednesday, June 12, 2013

Re: breaking with history ?

Excerpts from Davido's message of Wed Jun 12 15:26:08 +0200 2013:
> :browse oldfiles
oldfiles is broken by design becuase it doesn't cope with multiple vim
instances running at the same time.

github.com/MarcWeber/vim-addon-mru is a very simple alternative
implementation - and the author of tlist also has a tmru
plugin.

Try such:

:exec 'e '.fnameescape(tlib#input#List('list', tlib#cmd#OutputAsList('browse oldfiles') ))

github.com/MarcWeber/vim-addon-command-line-completion is close, too. It
completes <c-d> completable things in command line showing a list.
However that plugin is not well supported by me.

Marc Weber

--
--
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 because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: