Vim Tips Wiki
(Change to TipImported template + severe manual clean)
(Move categories to tip template)
Line 8: Line 8:
 
|version=6.0
 
|version=6.0
 
|rating=25/13
 
|rating=25/13
  +
|category1=
  +
|category2=
 
}}
 
}}
 
To see filenames of all scripts that vim loaded, including those loaded implicitly at startup:
 
To see filenames of all scripts that vim loaded, including those loaded implicitly at startup:

Revision as of 03:43, 25 April 2008

Tip 515 Printable Monobook Previous Next

created July 23, 2003 · complexity intermediate · author Yakov Lerner · version 6.0


To see filenames of all scripts that vim loaded, including those loaded implicitly at startup:

:scriptnames

This does not show names of 'would-be scripts' -- that is, scripts that vim tried to open, did not find and was silent about it.

To see the 'would-be' scripts -- that is, scripts that vim tried to open, did not find and was silent about it -- add '-V' option when starting vim:

vim -V

Also:

vim --version

shows system-dependent location of rc-files but does not show location of system/personal plugins.

References

Comments