On Wed, Oct 29, 2008 at 6:14 AM, Yuriy Rusinov <[EMAIL PROTECTED]> wrote:
> I use vcscommand vim-plugin and git version control system. if I do > :VCSAdd then I receive message "git add <myfile>" and all works fine, > but sometimes I have to do git add -p command, which way I have to do > it using this plugin ? :VCSAdd -p does not work and vim does not > response. Thanks. 'git add -p' requires an interactive terminal session, so it's not something that's suited for running within a VIM session and is therefore not supported. Thank you, bob --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
