In article <1169042096.980014.117850@s34g2000cwa.googlegroups.com>,
Simao M <simao.mml@gmail.com> wrote:
>Is there anyway to open recent edited files in vim?
>
>Thank you
:e <nameofrecentlyeditedfile>
This is a discussion on Recent Files List with Vim - Editors ; Is there anyway to open recent edited files in vim? Thank you...
Is there anyway to open recent edited files in vim?
Thank you
In article <1169042096.980014.117850@s34g2000cwa.googlegroups.com>,
Simao M <simao.mml@gmail.com> wrote:
>Is there anyway to open recent edited files in vim?
>
>Thank you
:e <nameofrecentlyeditedfile>
Kenny McCormack wrote:
> In article <1169042096.980014.117850@s34g2000cwa.googlegroups.com>,
> Simao M <simao.mml@gmail.com> wrote:
>>Is there anyway to open recent edited files in vim?
No, but here are plugin who give that functionality. I never installed one,
instead I increased my history buffer. see:
:history
The histroy will contain all the :edit commands used to open the files - and
that has been enough for me.
> :e <nameofrecentlyeditedfile>
Come one, give a propper answer! The OP might not be a native English
speaker and therefore might not appreciate sense of humour.
Martin
--
mailto://krischik@users.sourceforge.net
Ada programming at: http://ada.krischik.com
Simao M wrote:
> Is there anyway to open recent edited files in vim?
Yes, with plugins. Try http://vim.sf.net/ and click on [search].
Search for "most recently used".
Dart