0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
vim: plugins: Add more license information in the documents More... about 17 years ago
vim: vcsi: Separate syntax highlighting definitions as a file More... about 17 years ago
vim: vcsi: Add separators for staged/unstaged changes More... about 17 years ago
vim: vcsi: Implement vcsi#complete_branch_names() More... about 17 years ago
vim: vcsi: Fix syntax highlighting for buffers to edit commit log More... about 17 years ago
vim: vcsi: Add notes on changes of 0.0.7 More... about 17 years ago
vim: vcsi: Add :VcsiBranchList, :VcsiBranchSwitch and their variants More... about 17 years ago
vim: vcsi: Fix improper name "no-new-window" as "no-new-buffer" More... about 17 years ago
vim: vcsi: Rename s:open_window() as s:create_new_buffer() (improper name) More... about 17 years ago
vim: vcsi: Fix misusage of s:vcs_type() More... about 17 years ago
vim: vcsi: Fix unnecessary consideration on s:normalize_items() More... about 17 years ago
vim: vcsi: Revise some code More... about 17 years ago
vim: vcsi: Update document More... about 17 years ago
vim: vcsi: Update copyright notice / Remove unnecessary $Id$ More... about 17 years ago
vim: vcsi: Mark as version 0.0.7 More... about 17 years ago
vim: vcsi: Revise :VcsiDiff (git) to show --cached difference / Version 0.0.6 More... about 17 years ago
vim: vcsi: Revise a bit of s:make_git_command_script() for further work More... about 17 years ago
vim: vcsi: Fix minor typo More... about 17 years ago
vim: vcsi: :VcsiRevert (git): Fix the cases with strange branch names More... over 17 years ago
Vim: vcsi: 0.0.4: Support git. More... over 17 years ago
vim/dot.vim/autoload/vcsi.vim: * s:execute_vcs_command(): - Fix the bug that E676 happens on vcsi#commit_finish(). * Mark as version 0.0.3. More... over 17 years ago
vim/dot.vim/autoload/vcsi.vim: * s:normalize_items(): Fix the bug that '-' will be expanded to wrong name. More... over 17 years ago
vim/dot.vim/autoload/vcsi.vim: * s:normalize_items(): Fix the wrong way to get the "current" buffer. More... over 17 years ago
vim/dot.vim/autoload/vcsi.vim: * Improve the speed to switch between buffers. * Modify the meaning of g:vcsi_open_command and other variables (open new window rather than open the specified buffer). * Mark as version 0.0.2. More... over 17 years ago
vim/dot.vim/autoload/vcsi.vim: * s:create_commit_log_buffer(): Add "diff" 'filetype'. More... over 17 years ago
vim/dot.vim/autoload/vcsi.vim: * s:create_commit_log_buffer(): Add :silent for :read! to suppress hit-enter prompt. More... over 17 years ago
Makefile, vim/dot.vim/autoload/vcsi.vim, vim/dot.vim/doc/vcsi.txt, vim/dot.vim/plugin/vcsi.vim: * Mark Vim plugin vcsi as version 0.0.1. More... over 17 years ago
git-svn-id: file:///c/cygwin/home/kana/var/svn-repos/config/trunk@747 4142a4a8-9c22-0410-a14c-65946c90a037 More... over 17 years ago
vim/dot.vim/autoload/vcsi.vim: * s:create_vcs_command_result_buffer(): - setlocal nomodified. - Avoid hit-enter prompt on :read!. vim/dot.vim/doc/vcsi.txt More... over 17 years ago
vim/dot.vimrc: * Filetypes: vcscommit: Remove, the plugin is already removed. * Filetypes: vcsicommit: New. More... over 17 years ago