Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
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 Aug 19, 2013
Commits on Jul 18, 2013
Commits on May 25, 2013
Commits on May 21, 2013
Commits on May 20, 2013
Commits on May 19, 2013
-
-
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.
-
-
Bug fix: Make xolox#misc#os#exec() compatible with (t)csh (reported b…
…y Armin Widegreen) Original report: xolox/vim-easytags#48
-
-
Commits on May 13, 2013
-
-
Make xolox#misc#os#exec() report exit codes (breaks backwards compati…
…bility) Working towards fixing this issue: xolox/vim-lua-ftplugin#8
Commits on May 12, 2013
Commits on May 2, 2013
Commits on Apr 28, 2013
-
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)
-
-