SECTION 25 – VIM SCRIPT WRITING 25.1. How do I list the names of all the scripts sourced by Vim?
:scriptnames” command to list the names of all the scripts sourced by Vim: :scriptnames For more information, read :help :scriptnames 25.2. How do I debug Vim scripts? Vim has built-in support for a primitive debugger to debug Vim plugins and scripts. Using this debugger you can set breakpoints and step through the plugin functions.