You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"summary": "patch for vim to \"remote control\" visual c++",
"name": "vimvccmd.zip",
"script_type": "utility",
"description": "I know that this isn't a macro and I haven't used it in a while but I always have people emailing me about it so I figured I'd try putting it up here.\nThe header file has instructions for adding it to the vim project. Anyone is more than welcome to pick/clean this up. Usage is\nstraight forward and there is latent ( read: not working ) support for setting breakpoints from vim. \nI wrote this a while ago so it's not a stellar example of using ATL etc.\n\nUsage: :vc <cmd>\nwhere <cmd> is any exported command in Visual Studio. See the keybindings to see all of the different commands.\n\nIt's also available at my web page as well as other vim stuff\nhttp://www.nh.ultranet.com/~bsturk\n\n",