Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 17, 2014

Commits on Jul 18, 2013

  1. Support for Lua 5.2 (updated to latest version of LuaInspect)

    Requested in issue #2 on GitHub:
      #2
    xolox committed Jul 18, 2013

Commits on May 27, 2013

  1. Make "go to definition" compatible* with Lua 5.2 (issue #2)

    * Bonus points if you can guess without
      the diff what the incompatibility was ;-)
    
    Issue #2 on GitHub:
      #2
    xolox committed May 27, 2013

Commits on May 25, 2013

  1. Bump version for release

    xolox committed May 25, 2013
  2. Merge branch 'master' into dev

    xolox committed May 25, 2013

Commits on May 19, 2013

  1. Updated miscellaneous scripts

    xolox committed May 19, 2013
  2. Added inline documentation everywhere, also included in README.md*

    * Using a new tool I'm working on: A Python script that scans a Vim
      script project for global function definitions and their documentation
      comments (in Markdown format) and generates a single Markdown document
      that provides an overview of the functions defined in the scripts.
    xolox committed May 19, 2013
  3. Bug fix: Make xolox#misc#os#exec() compatible with (t)csh (reported b…

    …y Armin Widegreen)
    
    Original report:
      xolox/vim-easytags#48
    xolox committed May 19, 2013

Commits on May 13, 2013

  1. Updated miscellaneous scripts

    xolox committed May 13, 2013
  2. Make xolox#misc#os#exec() report exit codes (breaks backwards compati…

    …bility)
    
    Working towards fixing this issue: xolox/vim-lua-ftplugin#8
    xolox committed May 13, 2013

Commits on May 2, 2013

  1. Updated miscellaneous scripts

    xolox committed May 2, 2013

Commits on Apr 28, 2013

  1. Improve the xolox#misc#path#* functions

     - xolox#misc#path#absolute() was completely rewritten. It no
       longer uses fnamemodify() which doesn't work on non-existing
       pathnames. It's now written on top of xolox#misc#path#split()
       and xolox#misc#path#join(). It should now properly normalize
       directory separators as suggested in this pull request:
       xolox/vim-session#29
    
     - xolox#misc#path#split() and xolox#misc#path#join() were
       enhanced with proper handling of UNC paths and respect
       for the 'shellslash' option on Windows (tested on Windows
       XP SP2, the only Windows I have available)
    xolox committed Apr 28, 2013
  2. Updated miscellaneous scripts

    xolox committed Apr 28, 2013
  3. Ignore doc/tags

    xolox committed Apr 28, 2013

Commits on Apr 20, 2013

Older