Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Block comments are not working properly

Open akdevservices opened this issue 3 years ago • 0 comments

Block comments like gC3j are not working properly.

Steps to Reproduce:

  1. Install C/C++ extension from Microsoft.
  2. Create hello.c file:
#include <stdio.h>
#include <math.h>
  1. Position cursor at the beginning of the first line of hello.c (Normal mode).
  2. Type gCj
  3. screenshot_2022-07-19_12:37:43

Expected behavior screenshot_2022-07-19_12:46:03

Environment:

  • Extension (VsCodeVim) version: v1.23.1
  • VSCode version: 1.69.2
  • OS: Linux, Debian 11 (bullseye)

akdevservices avatar Jul 19 '22 09:07 akdevservices