Vim Tips Wiki
(purpose?)
 
(Standard format.)
 
Line 1: Line 1:
  +
{{ScriptComments|find-complete: find files on path with file-name auto-complete functionality}}
<code>:find</code> starting in Vim 7.3 now does tab completion based on Vim's {{help|prefix=no|'path'}} option. Why is this plugin needed?
 
  +
  +
==Comments==
 
<code>:find</code> starting in Vim 7.3 now does tab completion based on Vim's {{help|prefix=no|'path'}} option. Why is this plugin needed? --February 7, 2013

Latest revision as of 11:15, 8 February 2013

Use this page to discuss script 4426 find-complete: find files on path with file-name auto-complete functionality

  • 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[]

:find starting in Vim 7.3 now does tab completion based on Vim's 'path' option. Why is this plugin needed? --February 7, 2013