Hi -- 2008/9/6 Teemu Likonen <tlikonen@xxxxxx>: > Here's a very simple idea for using Git from Vim editor. Add these lines > to your ~/.vimrc file: > > > command! -complete=file -nargs=* Git call s:RunShellCommand('git '.<q-args>) > command! -complete=file -nargs=* Svn call s:RunShellCommand('svn '.<q-args>) > command! -complete=file -nargs=+ Shell call s:RunShellCommand(<q-args>) Looks interesting. Have you seen this though: http://code.google.com/p/vcscommand/ -- Thomas Adam -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html