Mercurial > addons > vim-scripts > vim-xsel-script
diff README @ 0:c293edf9fbac default tip
Initial revision
author | Guido Berhoerster <guido+vim@berhoerster.name> |
---|---|
date | Sat, 14 Mar 2015 10:57:21 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Sat Mar 14 10:57:21 2015 +0100 @@ -0,0 +1,53 @@ +Vim xsel Script +=============== + +The xsel script for Vim integrates vim with the [xsel utility][1] in order to +copy text from and to X CLIPBOARD selection. + +[1]: http://www.vergenet.net/~conrad/software/xsel/ "xsel" + +Usage +----- + +See the included documentation in Vim help format. + +Contact +------- + +Please send any feedback, translations or bug reports via email to +<guido+weechat@berhoerster.name>. + +Bug Reports +----------- + +When sending bug reports, please always mention the exact version of the script +with which the issue occurs as well as the version of vim and the operating +system you are using and make sure that you provide sufficient information to +reproduce the issue and include any input, output, and any error messages. + +License +------- + +Except otherwise noted, all files are Copyright (C) 2009 Guido Berhoerster and +distributed under the following license terms: + +Copyright (C) 2009 Guido Berhoerster <guido+vim@berhoerster.name> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.