Watchers

utl.vim

Univeral Text Linking - Execute URLs, footnotes, open emails... Organize ideas!

  • Script id: 293
  • Author: Stefan Bittner
  • Latest version: 3.0a ALPHA
  • Release date: 2008-07-31
  • Release notes:
    The most important changes are:
    - Added generic media type handler: open .pdf, .doc,
      .jpg etc without the need to define handler variables.
    - Added support for footnote references: make "[1]"
      executable.
    - Added scheme to open emails, e.g.
      <mail:///Inbox?26.07.2008 16:01>
    - Added verbose mode: Better figure out what's going
    - Added 'copy link/filename to clipboard' function
    - Changed user interface: Basic Command :Utl instead
      only mapping \gu
    - Alternate http access method: open web documents
      directly in Vim
    - Support network files (shares, NFS), e.g.
      <file://127.0.0.1/path/to/file>;
    - Improved jumping back and forth
    - More versatile scheme handler interface
    - Fixed Bugs