* Christian Brabandt [2011.03.25 03:40]: > > no error message, whatever i enter any commands of the svn plugin, just > > return me this "VCScommand: No suitable plugin " > > ok, this error message seems to come from the plugin.
This means the plugin couldn't figure out which version control system is used in the current directory of the buffer from which the command was invoked. I haven't looked at the code but the plugin probably searches for directories names "CVS", ".git", ".svn" to figure out which version control system to call at the back end. So the question is, is there an ".svn" directory? -- JR -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
