aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve the xolox#misc#path#* functionsPeter Odding2013-04-282-19/+50
| | | | | | | | | | | | | | - 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)
* Change the repository layout to that of a proper Vim plug-inPeter Odding2013-04-2813-40/+55
|
* Make backwards compatibility explicitPeter Odding2013-04-202-0/+25
|
* Explain in README.md why vim-misc is what it is (issue #1)Peter Odding2013-04-201-3/+26
|
* Improve xolox#misc#buffer#prepare()Peter Odding2013-04-182-15/+29
|
* Bug fix: Encode ":" on Mac OS X in xolox#misc#path#encode()Peter Odding2013-04-181-2/+9
| | | | Reported here: https://github.com/xolox/vim-notes/pull/28
* xolox#misc#os#exec() uses xolox#shell#execute() when available, falls back ↵Peter Odding2011-11-241-1/+19
| | | | to system()
* Work around the existence of &shellslashPeter Odding2011-11-212-4/+24
| | | | (see inline comment about misuse of features :-\)
* New xolox#misc#path#which() function to search the $PATHPeter Odding2011-09-261-1/+24
|
* Made list#unique about 5 times faster using filter().Bart Kroon2011-09-071-12/+3
|
* Functions to manage Vim buffers with generated contentsPeter Odding2011-09-041-0/+37
|
* 'tags' evaluationPeter Odding2011-08-311-1/+26
|
* xolox#misc#path#is_relative()Peter Odding2011-08-311-1/+14
|
* Binary insertionPeter Odding2011-08-311-1/+36
|
* Bug fix and improvement for xolox#misc#option#get()Peter Odding2011-06-271-7/+10
|
* Option handling with xolox#misc#option#get({name}, {default})Peter Odding2011-06-261-1/+11
|
* open.vim: Define version as variable, include version in messagesPeter Odding2011-06-181-8/+7
|
* Don't forget merge instructionsPeter Odding2011-06-141-0/+4
|
* Update readmePeter Odding2011-06-141-9/+16
|
* Bug fix: Trim leading/trailing empty linesPeter Odding2011-06-141-2/+2
|
* Include open-associated-programs scriptPeter Odding2011-05-251-0/+71
|
* Initial commitPeter Odding2011-03-1510-0/+476