vim-desc.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Short descriptions</title>
  3. <para><command>efm_filter.pl</command> is a filter for creating an error
  4. file that can be read by vim.</para>
  5. <para><command>efm_perl.pl</command> reformats the error messages of the
  6. Perl interpreter for use with the quickfix mode of vim.</para>
  7. <para><command>ex</command> starts vim in ex mode.</para>
  8. <para><command>less.sh</command> is a script that starts vim with less.vim.</para>
  9. <para><command>mve.awk</command> processes vim errors.</para>
  10. <para><command>pltags.pl</command> creates a tags file for perl code,
  11. for use by vim.</para>
  12. <para><command>ref</command> checks the spelling of arguments.</para>
  13. <para><command>rview</command> is a restricted version of view: no shell
  14. commands can be started and view can't be suspended.</para>
  15. <para><command>rvim</command> is a restricted version of vim: no shell
  16. commands can be started and vim can't be suspended.</para>
  17. <para><command>shtags.pl</command> generates a tag file for perl scripts.</para>
  18. <para><command>tcltags</command> generates a tag file for TCL code.</para>
  19. <para><command>vi</command> starts vim in vi-compatible mode.</para>
  20. <para><command>view</command> starts vim in read-only mode.</para>
  21. <para><command>vim</command> is the editor.</para>
  22. <para><command>vim132</command> starts vim with the terminal in
  23. 132-column mode.</para>
  24. <para><command>vim2html.pl</command> converts vim documentation to
  25. HTML.</para>
  26. <para><command>vimdiff</command> edits two or three versions of a file with
  27. vim and show differences.</para>
  28. <para><command>vimm</command> enables the DEC locator input model on a
  29. remote terminal.</para>
  30. <para><command>vimspell.sh</command> is a script which spells a file and generates the syntax
  31. statements necessary to highlight in vim.</para>
  32. <para><command>vimtutor</command> teaches you the basic keys and commands
  33. of vim.</para>
  34. <para><command>xxd</command> makes a hexdump of the given file. It can
  35. also do the reverse, so it can be used for binary patching.</para>
  36. </sect2>