-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0090 - vcscommand.vim.json
891 lines (891 loc) · 38.3 KB
/
0090 - vcscommand.vim.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
{
"script_id": "90",
"display_name": "vcscommand.vim",
"summary": "CVS/SVN/SVK/git/hg/bzr integration plugin",
"name": "vcscommand.vim",
"script_type": "utility",
"description": "VIM 7 plugin useful for manipulating files controlled by CVS, SVN, SVK, git, bzr, and hg within VIM, including committing changes and performing diffs using the vimdiff system. Keywords: bazaar bzr cvs CVS cvscommand git mercurial hg subversion SVN svk vcscommand\n\nThe source for this plugin is available in git at git://repo.or.cz/vcscommand . A web front end is available at http://repo.or.cz/w/vcscommand.git .\n\nPlease submit any issues at http://code.google.com/p/vcscommand/\n",
"install_details": "If you are upgrading from the cvscommand.vim script, remove the cvscommand.vim plugin and the cvscommand.txt help file from your system before installing this version. Also, read the CHANGES.txt file to learn about changes since cvscommand.vim.\n\nFor Vim 7:\n\n Unzip the installation file.\n Move the vcscommand.vim, vcscvs.vim, vcssvn.vim, vcssvk.vim, and vcsgit.vim scripts into your plugin directory.\n Move the vcscommand.txt file into your doc directory and use the ':helptags' command to add it to your help directory (:help add-local-help).\n\nOptionally, you can move the syntax scripts into your syntax directory to get syntax highlighting of annotate result buffers.\n\nFor vim 6.x:\n\nUse a previous version of the script (1.76 of cvscommand.zip). This only supports CVS.",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=15797",
"filename": "vcscommand-1.99.43.zip",
"script_version": "1.99.43",
"date": "2011-06-02",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Important: Don't try to escape executable names for shell execution. This means you'll need to make sure you've escaped special executable names for your particular system correctly.\nRespect 'no_plugin_maps'.\nfix escaping in VCSCommandChdir\nAccount for space used by 'number' option when performing split annotate.\nRestore cursorbind as part of vimdiff restore.\nHandle a difference between &enc and &tenc\nAlways use [bang] after :normal to avoid user remaps.\nAdded VCSCommandSetVCSType()\n\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=13751",
"filename": "vcscommand-1.99.42.zip",
"script_version": "1.99.42",
"date": "2010-09-03",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "svnannotate: handle longer revision numbers\n\nVCSVimDiff: handle 1 vimdiff session per tab\n\nmenu: Add VCSCommandDisableMenu, VCSCommandMenuRoot, and VCSCommandMenuPriority variables to customize the GUI menu.\n\nvcshg: correct message for empty commit\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=13632",
"filename": "vcscommand-1.99.41.zip",
"script_version": "1.99.41",
"date": "2010-08-20",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "VCSStatus: fix option pass-through\n\ngit: show correct message for empty commit\n\nall: fixed scratch buffer naming when buffers are not listed\n\nhg: Provide a more useful commit info buffer\n\nhg: show feedback on vcsadd via verbose option\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=12743",
"filename": "vcscommand-1.99.40.zip",
"script_version": "1.99.40",
"date": "2010-03-30",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "* Do not write to bzr log when identifying\n\n* vcssvn: Handle newer SVN 'status -vu' format."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=12736",
"filename": "vcscommand-1.99.39.zip",
"script_version": "1.99.39",
"date": "2010-03-29",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "*IMPORTANT for Windows Users* Please let me know if this change breaks your commit functionality.\n\n* Removes use of 'shellslash' from the commit process.\n\n* Adds a call to user-defined autocommand VCSBufferCreated after the commit log message buffer is created.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=12440",
"filename": "vcscommand-1.99.38.zip",
"script_version": "1.99.38",
"date": "2010-02-19",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "VCSVimDiff: Preserve filetype in review buffers.\n\nThis fixes a feature broken in 1.99.36."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=12274",
"filename": "vcscommand-1.99.37.zip",
"script_version": "1.99.37",
"date": "2010-02-02",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "filetype of scratch buffers changed to lowercase for consistency.\n\nSyntax files renamed to lowercase. You will probably want to remove existing syntax files from this plugin before installing this version."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=12230",
"filename": "vcscommand-1.99.36.zip",
"script_version": "1.99.36",
"date": "2010-01-29",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "VCSAnnotate now jumps to the current line in the annotated buffer (if annotating the current revision).\n\nVCSLog for CVS no longer sets the file type to 'rcslog'. If you use that for syntax coloring, you may want to add something like the following to your vimrc:\n\nau FileType CVSlog set syntax=rcslog"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=12191",
"filename": "vcscommand-1.99.35.zip",
"script_version": "1.99.35",
"date": "2010-01-26",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Fixed hang in MacVim on Snow Leopard (thanks to Adam Lickel)."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=12073",
"filename": "vcscommand-1.99.34.zip",
"script_version": "1.99.34",
"date": "2010-01-11",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "vcshg: Added annotate syntax."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=12031",
"filename": "vcscommand.zip",
"script_version": "1.99.33",
"date": "2010-01-08",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "HG improvements:\n\nFixed variable assignment bug in GetBufferInfo.\nAdd username to blame output.\nAdded split annotate view.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=12026",
"filename": "vcscommand.zip",
"script_version": "1.99.32",
"date": "2010-01-07",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "* Resolve ambiguous file/branch names.\n* Work correctly with blanks in 'VCSCommandXXXExec' variable.\n\nvcsbzr: Add VCSCommandDisableAll kill switch.\nvcsbzr: use annotate split mode.\nvcscvs: Made GetRevision() script-local.\nvcshg: Identify hg version control when not in the root of a repository.\ngitAnnotate.vim: match original commits in blame\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=11049",
"filename": "vcscommand.zip",
"script_version": "1.99.31",
"date": "2009-07-21",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added VCSAnnotate! (and VCSBlame!) (default keybinding <leader>cN) to split the resulting buffer into separate header and content windows.\n\nIncluded support for bzr and hg (as generously provided by others).\n\nAdded syntax file for git annotate buffers.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=11044",
"filename": "vcscommand.zip",
"script_version": "beta30",
"date": "2009-07-20",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "vcscvs: Removed useless (and bug-inspiring) aunmenu.\n\nvcscvs: Remove extraneous debug message issued by recent cvs.\n\nFixed typo in sample macro documentation."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=9965",
"filename": "vcscommand.zip",
"script_version": "beta29",
"date": "2009-02-13",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added 'VCSCommandVCSTypeOverride' variable for explicitly overriding VCS type detection for specific directories."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=9279",
"filename": "vcscommand.zip",
"script_version": "beta28",
"date": "2008-09-24",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Add 'VCSCommandDisableAll' variable to prevent the plugin or any extensions from loading.\n\nvcssvn: prevent hangs caused by querying the user for input by specifying '--non-interactive' on the appropriate commands.\n\nUse &diffopt to seed the default DiffSplit orientation. (James Vega)\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=9278",
"filename": "vcscommand.zip",
"script_version": "beta28",
"date": "2008-09-24",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Add 'VCSCommandDisableAll' variable to prevent the plugin or any extensions from loading.\n\nvcssvn: prevent hangs caused by querying the user for input by specifying '--non-interactive' on the appropriate commands.\n\nUse &diffopt to seed the default DiffSplit orientation. (James Vega)\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=9188",
"filename": "vcscommand.zip",
"script_version": "beta27",
"date": "2008-08-28",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Shortcut / mapping configuration changes:\n\nDo not fail out of plugin at first failed mapping. Indicate mapping conflicts only if 'verbose' is set.\n \nAdd new option 'VCSCommandMapPrefix' for overriding the default prefix '<Leader>c' in mappings.\n \nAdd new option 'VCSCommandMappings' to completely override all default mappings.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=8827",
"filename": "vcscommand.zip",
"script_version": "beta 26",
"date": "2008-06-19",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "vcsgit: Set &ft correctly for VCSStatus buffers.\n\nvcsgit: Quote the blob name for VCSReview to handle paths with spaces."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=8747",
"filename": "vcscommand.zip",
"script_version": "beta25",
"date": "2008-06-03",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "This fixes the 'cdpath' error in git VCSReview and (2 argument) VCSVimDiff.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=8709",
"filename": "vcscommand.zip",
"script_version": "beta24",
"date": "2008-05-20",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": " Revert \"Call subversion with the '--non-interactive' switch to avoid locking up when authentication can't be prompted.\"\n Use 'setlocal' instead of 'set' for all buffer option changes.\n Use 'enew' followed by 'file' instead of 'edit' when creating output buffers.\n Don't execute autocommands when naming VCS command output buffers.\n\nThis set of changes may avoid issues related to autocommands that execute when the command result buffer is opened."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=8459",
"filename": "vcscommand.zip",
"script_version": "beta22",
"date": "2008-03-17",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added VCSCommandGitDescribeArgList option to control allowed modes of 'git describe' used in GetBufferInfo for git. This is a comma-separated list of arguments to try against git-describe. This is an attempt to have prioritized fallbacks of descriptions, and runs in order until it finds a valid description. This value defaults to ',tags,all,always', and so first searches annotated tags, then tags, then all references, then a commit description."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=8435",
"filename": "vcscommand.zip",
"script_version": "beta21",
"date": "2008-03-11",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Tweaked buffer info for git buffers.\n\nDon't clobber &cp when testing for a vcs command.\n\nAdded 'options' Dict to VCSCommandDoCommand for tweaking framework behavior.\n\nAllow non-zero vcs command exit status when 'allowNonZeroExit' option is passed to VCSCommandDoCommand.\n\nImplemented VCSStatus for git as (repository-wide) 'git status'.\n\nConverted to leading tab style.\n\nDistinguish between exact and inexact identifications by extensions.\n\nMark git identification as inexact, so that using another VCS to control directories somewhere under a git-controlled directory does not identify the files incorrectly as git.\n\nMoved CHANGES.txt content into help file.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=8210",
"filename": "vcscommand.zip",
"script_version": "beta20",
"date": "2008-02-01",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Implemented (first pass of) git support.\n\nTemporarily removed buffer status/command verification scheme.\n\nSave and restore 'foldlevel' with VCSVimDiff.\n\nAdded VCSRemove as alias for VCSDelete.\nAdded VCSBlame as alias for VCSAnnotate.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=7435",
"filename": "vcscommand.zip",
"script_version": "beta19",
"date": "2007-07-31",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Load the plugin with nocompatible set, as it should have been done a few years ago."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=7119",
"filename": "vcscommand.zip",
"script_version": "beta18",
"date": "2007-05-15",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added 'VCSCommandDisableMappings' and 'VCSCommandDisableExtensionMappings' options. If set, these variables prevent creation of the default command key mappings."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=7112",
"filename": "vcscommand.zip",
"script_version": "beta17",
"date": "2007-05-15",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Use 'executable()' to test for VCS tools (to avoid potentially slow operation at plugin load time).\n\nAlways pass current revision to VCSAnnotate when using CVS with no arguments."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=7044",
"filename": "vcscommand.zip",
"script_version": "beta16",
"date": "2007-04-30",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "VCSLog accepts passthrough options.\nVCSDiff correctly checks whether second argument starts with hyphen when deciding whether to pass-through.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=7025",
"filename": "vcscommand.zip",
"script_version": "beta15",
"date": "2007-04-24",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Use 'haslocaldir()' if available to correctly handle windows that used :lcd.\n\nMade VCSDiff pass-through.\n\nFixed SVK VCSDiff implementation.\n\nMade VCSCommands work a bit better on directory buffers (netrw).\n\nReplaced delayed extension registration to directly loading the main plugin from\nextension plugins. This allows base functions declared in the main plugin to\nbe used in the extensions.\n\nFixed SVN diff to actually use 'VCSCommandSVNDiffOpt' option."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=6975",
"filename": "vcscommand.zip",
"script_version": "beta14",
"date": "2007-04-12",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Reincarnated 'CVSAnnotateParent' option for CVS as 'VCSCommandCVSAnnotateParent'.\n\nClose all vcscommand result buffers when vim exits to prevent them from being written to the viminfo file."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=6858",
"filename": "vcscommand.zip",
"script_version": "beta13",
"date": "2007-03-12",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Fixed following commands (broken in Beta 12):\n VCSLock\n VCSRevert\n VCSUnlock\n VCSUpdate"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=6814",
"filename": "vcscommand.zip",
"script_version": "beta12",
"date": "2007-02-28",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added SVK support.\n\nReplaced SVN-specific command SVNInfo with VCSInfo, which is defined for SVK\nand SVN. This is mapped to '<leader>ci' by default; as a consequence, the\ndefault mapping for the CVS-specific CVSEditors command was changed to\n'<leader>cE'.\n\nMade VCSAnnotate accept parameters to pass to the underlying VCS.\n\nMade error messages for operations on non-versioned files more consistent.\n\nAdded check to disable individual VCS extension plugins."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=6761",
"filename": "vcscommand.zip",
"script_version": "beta11",
"date": "2007-02-20",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added VCSCommandSVNDiffExt option to allow external diff applications.\nAdded VCSDelete command.\nAdded pass-through parameters to VCS Add, Delete, Log, Status, Lock, and Unlock commands (extra parameters to the command are given to the underlying VCS command)."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=6368",
"filename": "vcscommand.zip",
"script_version": "Beta10",
"date": "2006-11-02",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Changed file type of commit log buffers to 'commitlog' (from 'commit log') to avoid FileType errors.\n\nAdded 'VCSCommandSVNDiffOpt' to pass options to the svn diff -x parameter."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=6160",
"filename": "vcscommand.zip",
"script_version": "Beta9",
"date": "2006-09-11",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added 'VCSCommandResultBufferNameExtension' option for adding a custom extension to the VCS output buffer names. This is intended to help users experiencing issues due to autocommands and other settings that depend on buffer name.\n\nAdded 'VCSCommandResultBufferNameFunction' option for completely over-riding the procedure for generating the result buffer names."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=6070",
"filename": "vcscommand.zip",
"script_version": "Beta8",
"date": "2006-08-14",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Changed behavior of plugin within Explorer/netrw -style directory buffers. Commands within such a buffer now act as though invoked on that directory, and so affect all files (and subdirectories), regardless of where the cursor is within the directory buffer."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=6055",
"filename": "vcscommand.zip",
"script_version": "Beta5",
"date": "2006-08-09",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Corrected shortcut help text in commit message buffer."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=6054",
"filename": "vcscommand.zip",
"script_version": "Beta4",
"date": "2006-08-09",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Changed default mappings back to those from cvscommand (starting with\n'<Leader>c' instead of '<Leader>v'. This is to avoid conflict with existing plugins using the '<Leader>v' prefix. Please note that the mappings can still be overridden by the user using <Plug> mappings. Please consult the documentation for more information.\n\nRemoved special characters other than parentheses from output buffer names. This is to address buffer name problems on Windows.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=6040",
"filename": "vcscommand.zip",
"script_version": "Beta3",
"date": "2006-08-04",
"vim_version": "7.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Initial public release of vcscommand (based on cvscommand) to integrate subversion (SVN) and utilize VIM 7.0 features."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=5302",
"filename": "cvscommand.zip",
"script_version": "1.76",
"date": "2006-02-22",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added optional direct specification of log message on :CVSCommit command (to avoid using the log message buffer). Usage:\n\n:CVSCommit <log message text here>"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=5208",
"filename": "cvscommand.zip",
"script_version": "1.75",
"date": "2006-02-13",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Forced file changed check whenever the original CVS file could have changed, even in split window environments (per Luca Gerli)."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=5069",
"filename": "cvscommand.zip",
"script_version": "1.74",
"date": "2006-02-06",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "* Added ability to use CVSCommand functions / hotkeys on directory listing buffers, specifically the file explorer.\n* CVSAnnotate: Previously, if CVSAnnotate was invoked on a CVSAnnotate buffer, the new annotate buffer would go to the version just prior to the one on the current line. Now, the new buffer uses the version on the current line. To obtain the old behavior, set CVSCommandAnnotateParent to a non-zero value. The header lines resulting from the cvs annotate command are now trimmed. No attempt is made to jump to the 'correct' line in a CVSAnnotate buffer, as it is unlikely to be the correct line anyway.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=4999",
"filename": "cvscommand.zip",
"script_version": "1.73",
"date": "2006-01-23",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Fixed typo in sample map in documentation per Luca Gerli."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=4987",
"filename": "cvscommand.zip",
"script_version": "1.72",
"date": "2006-01-17",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Moved version check to after the loaded_cvscommand check."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=4798",
"filename": "cvscommand.zip",
"script_version": "1.71",
"date": "2005-11-22",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Restored CVSVimDiffFinish user autocommand which executes after a CVSVimDiff\n(in order to allow customization of window placement, etc).\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=4728",
"filename": "cvscommand.zip",
"script_version": "1.70",
"date": "2005-11-10",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Fixes bug that resulted in working directory change.\n\nDisplays warning to user and will not load if running on VIM earlier than 6.2."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=4403",
"filename": "cvscommand.zip",
"script_version": "1.68",
"date": "2005-06-30",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Fixed bug with autochdir and CVSCommit.\n(Repackaged from previous upload, which had new script in wrong place and old script in right place).du"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=3491",
"filename": "cvscommand.zip",
"script_version": "1.67",
"date": "2004-09-27",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Corrected b:CVSRepository variable for CVSAdd'd files. This will fix status line display for these files, if the default (cvs) status line is used."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=3450",
"filename": "cvscommand.zip",
"script_version": "1.66",
"date": "2004-09-14",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Changed maintainer email address."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=3294",
"filename": "cvscommand.zip",
"script_version": "1.65",
"date": "2004-08-02",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added instructions for integrating with SSH.\n\nAdded CVSCommandCVSExec option to specify cvs executable path.\n\nAdded CVSBufferSetup user event.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=3018",
"filename": "cvscommand.zip",
"script_version": "1.64",
"date": "2004-05-12",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Delete folds created by vimdiff mode in CVSVimDiff if the original window used manual folds, when it is restored.\n\nAlways set scrollbind in the result window of a CVSVimDiff in order to combat the effects of splitting windows resetting scrollbind. Please let me know if this causes anyone trouble."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=2126",
"filename": "cvscommand.zip",
"script_version": "1.63",
"date": "2003-07-03",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Bugfix release. Buffers start with 1, not 0. Switch to the original buffer first before destorying CVS buffers in\nCVSGotoOriginal! in order to preserve window layout.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=2123",
"filename": "cvscommand.zip",
"script_version": "1.62",
"date": "2003-07-02",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added b:CVSRepository as a standard variable if buffer setup is enabled.\n\nChanged sample status line to display the repository version number if it differs from\nthe working version number.\n\nAdded recursive annotation functionality.\n\nSilenced text puts to set up the CVSCommit buffer.\n\nAdded CVSVimDiffFinish event for window placement customization.\n\nImplemented the remove-all-CVS-buffers aspect of CVSGotoOriginal! in a slightly\nmore sane way.\n\nAdded 'foldenable' to the list of restored options for\nCVSVimDiff.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=1949",
"filename": "cvscommand.zip",
"script_version": "1.54",
"date": "2003-04-28",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added recognition of numerical tags for use as sticky tags."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=1929",
"filename": "cvscommand.zip",
"script_version": "1.52",
"date": "2003-04-18",
"vim_version": "6.0",
"author": {
"user_id": "241",
"user_name": "carcajou",
"first_name": "Bob",
"last_name": "Hiestand",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added the CVSGotoOriginal[!] command and mappings (<Leader>cg and <Leader> cG for with and without '!', respectively). This command jumps to the source buffer if the current buffer is a CVS output buffer. The '!' also closes all CVS output buffer for the given source buffer."
}
]
}