genutils

General utility functions

  • Script id: 197
  • Author: Hari Krishna Dara
  • Latest version: 2.5
  • Release date: 2009-09-17
  • Release notes:
    Re-uploading the zip file with the correct name.
    - Improved genutils#CleanupFileName() to expand "~" and environment
      variables. It also works more reliably now.
    - More user friendly version of genutils#UserFileComplete() function
      added as genutils#UserFileComplete2(). It can now be used directly as
      the custom or customlist function in commands (so saves trouble for
      users, as no wrapper needs be written), and also offer various
      customizations via passing params.
    - New function genutils#UserDirComplete2(), which is a customization on
      top of genutils#UserFileComplete2() for the sake of restricting the
      completions to directories only.
    - Minor improvements in genutils#PathIsAbsolute() and
      genutils#GetVimCmdOutput()