aboutsummaryrefslogtreecommitdiff
path: root/doc/kimble.txt
blob: 65d6d726beeca4cb38724ebf4c132c51d98bc80c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
*kimble.txt*  Simple Subversion wrappers

Author:  Tom Ryder <tom@sanctum.geek.nz>
License: Same terms as Vim itself (see |license|)

DESCRIPTION                                     *kimble*

Some simple Subversion command wrappers to ease the pain of developing with
Subversion as a VCS. This is very experimental and will be developed more as I
have time and/or inclination.

COMMANDS                                        *kimble-commands*

:Sstatus                                        *kimble-:Sstatus*
                        Runs 'svn status' and prints its output in a scratch
                        buffer at the bottom of the screen.

:Scommit                                        *kimble-:Scommit*
                        Runs 'svn commit' and prints its output in a scratch
                        buffer at the bottom of the screen.

:Sinfo                                          *kimble-:Sinfo*
                        Runs 'svn info' and prints its output in a scratch
                        buffer at the bottom of the screen.

:Supdate                                        *kimble-:Supdate*
                        Runs 'svn update' and prints its output in a scratch
                        buffer at the bottom of the screen.

:Sadd                                           *kimble-:Sadd*
                        Runs 'svn add' and prints its output in a scratch
                        buffer at the bottom of the screen. Accepts an optional
                        argument, otherwise assumes you mean the current file.

:Sblame                                         *kimble-:Sblame*
                        Runs 'svn blame' and prints its output in a scratch
                        buffer at the left of the screen. Accepts an optional
                        argument, otherwise assumes you mean the current file.

:Sdiff                                          *kimble-:Sdiff*
                        Runs 'svn diff' and prints its output in a scratch
                        buffer at the bottom of the screen. Accepts an optional
                        argument, otherwise assumes you mean the current file.

:Slog                                           *kimble-:Slog*
                        Runs 'svn log' and prints its output in a scratch
                        buffer at the bottom of the screen. Accepts an optional
                        argument, otherwise assumes you mean the current file.

 vim:tw=78:et:ft=help:norl: