VsVim icon indicating copy to clipboard operation
VsVim copied to clipboard

:tabc[lose] command not working

Open oliverw opened this issue 5 years ago • 2 comments

Attempting to close the current editor tab using :tabc or :tabclose results in "Parse error" shown in the Command Margin.

To Reproduce Steps to reproduce the behavior:

  1. Open multiple tabs in VS 2019 (Community)
  2. Enter :tabc in one of the tabs

Expected behavior Tab closes.

Environment (please complete the following information):

  • Visual Studio version: 2019 Community 16.7.4
  • VsVim version: 2.8.0.0
  • Programming Language: c#
  • Check(Type 'x') any that are installed:
    • [ ] ReSharper
    • [ ] Visual Assist

oliverw avatar Sep 26 '20 14:09 oliverw

encountered the same problem here. currently I simply use :q instead of :tabc

nicku12345 avatar Sep 14 '21 10:09 nicku12345

This seems like it could be a low hanging fruit ticket. Do either of you fancy tackling this?

nosami avatar Sep 14 '21 22:09 nosami