Click on the package to download.
| package | script version | date | Vim version | user | release notes |
|---|---|---|---|---|---|
| perforce.vim | 0.5 | 2007年06月21日 | 7.0 | Tom Slee | Extensive enhancements by Suresh Srinivasan:
Added a set of changelist commands ('' indicates the leader character): \v - Show list of versions of the file. \u - Show unified diff of the file. \z - Show diff between specific versions of the file. \p - Show depot version of file. \a - Show depot version of file with annotations (revision# for each line). \x - Mark file for delete. \C - Create new changelist. \D - Show diff of all files in a changelist. \F - Show list of files in a changelist. \L - Show list of pending changelists. \X - Delete a changelist. \S - Submit current changelist. \I - Show changelist info. \h - Show Help message. \l - Login into perforce. \\ - Show general perforce info (license, location, etc.). Status line message now includes the changelist number. |
| perforce.vim | 0.4 | 2003年09月11日 | 6.0 | Tom Slee | Useful enhancements made by Terrance Cohen:
- Added P4DiffFile() option - "[Not in p4]" appears on ruler instead of "0" - Added defaults to confirmation dialogs so user can just hit enter or escape... no need to find a hotkey. Revert defaults to 'No', others default to 'Yes'. - Changed icons in confirmation dialogs to question - Rephrased confirmation texts to make them easier to parse quickly |
| perforce.vim | 0.3 | 2002年01月15日 | 6.0 | Tom Slee | - fixed bug where cursor position within a line was not always maintained across p4 operations on the file.
- sped up "p4 edit" operation -- it now uses two shell commands instead of three. |
| perforce.vim | 0.2 | 2001年12月13日 | 6.0 | Tom Slee | Initial upload |