Vim Tips Wiki
(standard format)
(adjust Template:ScriptComments to remove id as no longer needed; minor tweaks)
 
Line 1: Line 1:
{{ScriptComments|3543|opener: open files and URLs in the appropriate viewer}}
+
{{ScriptComments|opener: open files and URLs in the appropriate viewer}}
   
 
==Comments==
 
==Comments==

Latest revision as of 07:59, 15 November 2011

Use this page to discuss script 3543 opener: open files and URLs in the appropriate viewer

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments[]

I had to make this change in opener.vim to make it work:

- silent call system(g:open_location_cmd.' '.shellescape(expand(a:location)))
+ silent call system(g:opener_cmd.' '.shellescape(expand(a:location)))