comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:c293edf9fbac
1 Vim xsel Script
2 ===============
3
4 The xsel script for Vim integrates vim with the [xsel utility][1] in order to
5 copy text from and to X CLIPBOARD selection.
6
7 [1]: http://www.vergenet.net/~conrad/software/xsel/ "xsel"
8
9 Usage
10 -----
11
12 See the included documentation in Vim help format.
13
14 Contact
15 -------
16
17 Please send any feedback, translations or bug reports via email to
18 <guido+weechat@berhoerster.name>.
19
20 Bug Reports
21 -----------
22
23 When sending bug reports, please always mention the exact version of the script
24 with which the issue occurs as well as the version of vim and the operating
25 system you are using and make sure that you provide sufficient information to
26 reproduce the issue and include any input, output, and any error messages.
27
28 License
29 -------
30
31 Except otherwise noted, all files are Copyright (C) 2009 Guido Berhoerster and
32 distributed under the following license terms:
33
34 Copyright (C) 2009 Guido Berhoerster <guido+vim@berhoerster.name>
35
36 Permission is hereby granted, free of charge, to any person obtaining
37 a copy of this software and associated documentation files (the
38 "Software"), to deal in the Software without restriction, including
39 without limitation the rights to use, copy, modify, merge, publish,
40 distribute, sublicense, and/or sell copies of the Software, and to
41 permit persons to whom the Software is furnished to do so, subject to
42 the following conditions:
43
44 The above copyright notice and this permission notice shall be included
45 in all copies or substantial portions of the Software.
46
47 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
48 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
49 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
50 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
51 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
52 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
53 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.