tcomment_vim icon indicating copy to clipboard operation
tcomment_vim copied to clipboard

An extensible & universal comment vim-plugin that also handles embedded filetypes

Results 41 tcomment_vim issues
Sort by recently updated
recently updated
newest added

### Env - gvim v9.0 - tcomment latest ### Steps to reproduce problem: 1. prepare text line like below: ``` abcdefg ``` 2. type `v` to enter visual mode, and...

If I type `{count}gcc`, I ould expect `count` lines to be commented, similarly how indentation works if I type `{count}>>`. Here, instead, multiple comments are put in the same line....

would be gread if Invert comments like [nerdcommenter ](https://github.com/preservim/nerdcommenter) plugin

```jsx // App.jsx import logo from './logo.svg'; import './App.css'; function App() { return ( ); } export default App; ``` `:call tcomment#debug#CollectInfo()` ``` TCOMMENT: &ft = javascriptreact => javascriptreact TCOMMENT:...

When I block select only one line and try to uncomment it by using gc in .py files, it gets commented again, instead of uncommented if comment symbol is at...

I want you to comment out with `#`, but it becomes ``. I set it as follows, but the result does not change. What should I do? ``` if !exists('g:tcomment_types')...

This is a feature request. ### Feature description [vim-commentary](https://github.com/tpope/vim-commentary/) plugin has a text object for comment (`gc`), which you can use in operator pending mode. It selects the whole comment...

If I enter linewise visual mode and press `i` for an inline comment, it just comments one character per line instead of commenting the whole line. The behavior here is...

The documentation says ``` Force line-wise operation: gC{motion} :: Toggle comments by line gCc{motion} :: Toggle comment by line with count argument (see |tcomment#Comment()|) ``` Unfortunately these maps don't actually...

Hey. Looks like I cought bug in vue file in style region. Look at the gif please. Thanks. ![tcomment_bug](https://user-images.githubusercontent.com/51912173/97727380-00e27a80-1ad9-11eb-9b7c-013bc0189b50.gif)