Vim
Vim copied to clipboard
Block comments are not working properly
Block comments like gC3j are not working properly.
Steps to Reproduce:
- Install C/C++ extension from Microsoft.
- Create
hello.cfile:
#include <stdio.h>
#include <math.h>
- Position cursor at the beginning of the first line of
hello.c(Normal mode). - Type
gCj 
Expected behavior

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