sponsor Vim development Vim logo Vim Book Ad

metarw : a framework to read/write a fake:path

 script karma  Rating 5/2, Downloaded by 2822  Comments, bugs, improvements  Vim wiki

created by
Kana Natsuno
 
script type
utility
 
description
*metarw* is a Vim plugin to provide a framework to read/write a file-like
argument of which name is written in URI-like notation such as
"git:master:src/ui.c".  metarw also provides content browser like |netrw|'s
one for some sorts of argumetns if they are given to :edit or other command.


Requirements:
- Vim 7.1.299 or later

Optionals:
- |metarw-scheme-script| such as |metarw-git| (vimscript#2336)
- |ku| (vimscript#2337) and |ku-metarw| (vimscript#2344)

Demo:
- http://www.screencast.com/t/fCc8cFaiQj

Latest version:
http://github.com/kana/vim-metarw

Document in HTML format:
http://kana.github.com/config/vim/metarw.html
 
install details
...
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-metarw-0.0.4.zip 0.0.4 2009-05-23 7.0 Kana Natsuno - Refine the document.
- |metarw#{scheme}#write()|:
  - Fix a bug that some kind of errors are not handled properly.
  - Add a way to execute a script after writing.  See |metarw#{scheme}#write()-write| for the details.
vim-metarw-0.0.3.zip 0.0.3 2008-09-01 7.0 Kana Natsuno - |metarw#{scheme}#write()|:
  - Fix wrong implementation.
  - Add new type of return value "done".
vim-metarw-0.0.2.zip 0.0.2 2008-08-16 7.0 Kana Natsuno - Separate |ku-source-metarw| as a independent package.
vim-metarw-0.0.1.zip 0.0.1 2008-08-10 7.0 Kana Natsuno - Add a special source of ku (see |metarw-schemes-as-ku-sources|).
- Fix autocommands not to hook fakepaths with any schene name which
  consists of less than 2 characters.  Old definitions incorrectly
  recognized paths with a drive letter in Microsoft Windows
  environment as a fakepath.  (thanks to id:thinca)
- Add 2 rules on the name of a scheme (see |metarw-scheme|).
- Fix plugin/metarw.vim to be properly reloadable.
- Fix requirements - metarw uses |fnameescape()| which is added since
  Vim 7.1.299.  (thanks to id:thinca)
vim-metarw-0.0.0.zip 0.0.0 2008-08-09 7.0 Kana Natsuno Initial upload.
ip used for rating: 3.135.216.174

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github