Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove line continuation from xolox#misc#os script | Peter Odding | 2013-05-20 | 1 | -3/+1 |
| | |||||
* | Add xolox#misc#timer#force() function | Peter Odding | 2013-05-20 | 3 | -9/+12 |
| | |||||
* | Improve the error message thrown by xolox#misc#compat#check() | Peter Odding | 2013-05-20 | 1 | -10/+15 |
| | |||||
* | Added inline documentation everywhere, also included in README.md* | Peter Odding | 2013-05-19 | 13 | -104/+688 |
| | | | | | | | * 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: Correct wrong expansion order in xolox#misc#path#which() | Peter Odding | 2013-05-19 | 2 | -17/+14 |
| | |||||
* | Improve error reporting in xolox#misc#os#exec() | Peter Odding | 2013-05-19 | 2 | -8/+18 |
| | |||||
* | Bug fix: Make xolox#misc#os#exec() compatible with (t)csh (reported by Armin ↵ | Peter Odding | 2013-05-19 | 2 | -4/+12 |
| | | | | | | | Widegreen) Original report: https://github.com/xolox/vim-easytags/pull/48 | ||||
* | Apply hard wrapping to README.md | Peter Odding | 2013-05-19 | 1 | -25/+68 |
| | |||||
* | Bug fix for xolox#misc#option#eval_tags() option | Peter Odding | 2013-05-19 | 1 | -2/+2 |
| | |||||
* | Improve reporting of multi-line messages (now split over lines) | Peter Odding | 2013-05-19 | 1 | -2/+5 |
| | |||||
* | Make xolox#misc#os#exec() report exit codes (breaks backwards compatibility) | Peter Odding | 2013-05-13 | 2 | -18/+106 |
| | | | | Working towards fixing this issue: xolox/vim-lua-ftplugin#8 | ||||
* | Improve the xolox#misc#path#* functions | Peter Odding | 2013-04-28 | 2 | -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-in | Peter Odding | 2013-04-28 | 13 | -40/+55 |
| | |||||
* | Make backwards compatibility explicit | Peter Odding | 2013-04-20 | 2 | -0/+25 |
| | |||||
* | Explain in README.md why vim-misc is what it is (issue #1) | Peter Odding | 2013-04-20 | 1 | -3/+26 |
| | |||||
* | Improve xolox#misc#buffer#prepare() | Peter Odding | 2013-04-18 | 2 | -15/+29 |
| | |||||
* | Bug fix: Encode ":" on Mac OS X in xolox#misc#path#encode() | Peter Odding | 2013-04-18 | 1 | -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 Odding | 2011-11-24 | 1 | -1/+19 |
| | | | | to system() | ||||
* | Work around the existence of &shellslash | Peter Odding | 2011-11-21 | 2 | -4/+24 |
| | | | | (see inline comment about misuse of features :-\) | ||||
* | New xolox#misc#path#which() function to search the $PATH | Peter Odding | 2011-09-26 | 1 | -1/+24 |
| | |||||
* | Made list#unique about 5 times faster using filter(). | Bart Kroon | 2011-09-07 | 1 | -12/+3 |
| | |||||
* | Functions to manage Vim buffers with generated contents | Peter Odding | 2011-09-04 | 1 | -0/+37 |
| | |||||
* | 'tags' evaluation | Peter Odding | 2011-08-31 | 1 | -1/+26 |
| | |||||
* | xolox#misc#path#is_relative() | Peter Odding | 2011-08-31 | 1 | -1/+14 |
| | |||||
* | Binary insertion | Peter Odding | 2011-08-31 | 1 | -1/+36 |
| | |||||
* | Bug fix and improvement for xolox#misc#option#get() | Peter Odding | 2011-06-27 | 1 | -7/+10 |
| | |||||
* | Option handling with xolox#misc#option#get({name}, {default}) | Peter Odding | 2011-06-26 | 1 | -1/+11 |
| | |||||
* | open.vim: Define version as variable, include version in messages | Peter Odding | 2011-06-18 | 1 | -8/+7 |
| | |||||
* | Don't forget merge instructions | Peter Odding | 2011-06-14 | 1 | -0/+4 |
| | |||||
* | Update readme | Peter Odding | 2011-06-14 | 1 | -9/+16 |
| | |||||
* | Bug fix: Trim leading/trailing empty lines | Peter Odding | 2011-06-14 | 1 | -2/+2 |
| | |||||
* | Include open-associated-programs script | Peter Odding | 2011-05-25 | 1 | -0/+71 |
| | |||||
* | Initial commit | Peter Odding | 2011-03-15 | 10 | -0/+476 |