vim-misc
vim-misc copied to clipboard
Miscellaneous auto-load Vim scripts
The vim-session plug-in requires the vim-misc plug-in which seems not to be insta lled! For more information please review the installation instructions in the readme (also available on the homepage...
The function `xolox#misc#os#is_mac()` uses Vim's `system()` function to invoke `uname` for platform detection. By default, Vim's `system()` function sets the terminal to "cooked" mode during execution of the external program....
1. `git clone https://github.com/xolox/vim-misc.git ~/.vim/plugin/vim-misc` 2. Start vim (I use vim-gtk 8.1.2292) Error detected while processing ~/.vim/plugin/vim-misc/autoload/xolox/misc/async.vim: line 259: E117: Unknown function: xolox#misc#cursorhold#register Error detected while processing function xolox#misc#test#reset: line...
https://github.com/xolox/vim-misc/blob/3e6b8fb6f03f13434543ce1f5d24f6a5d3f34f0b/autoload/xolox/misc/perm.vim#L65
Was trying to figure out why custom languages were breaking in easytags - turns out `noshellslash` makes `shellescape('-t-')` output `"-t-"`, which obviously breaks all custom stuff, and I suspect anything...
Due to xolox/vim-notes#124 and as explained in #23, the following patch is proposed as general fix.
At the moment the function xolox#misc#path#equals() is defined to use the case-insensitive path comparison only for Windows system. Actually, also on Mac OS X you can have a case-insensitive filesystem....
Hi, I primarily use vim under cygwin, and would like to use vim-shell and vim-misc to open URLs in my default browser. Cygwin provides an all-purpose command called `cygstart` which...
Hi, Great set of scripts! Although I suggest renaming this plugin to something more descriptive and less generic. Since you've already bound the script functions to the `#xolox#misc` namespace, maybe...
If we want to make an asynchronous call on Windows _without_ using the DLL, the function `xolox#misc#os#exec` does a `!start` call. However, the command string includes all the client function...