Klaas Boesche

Results 1 issues of Klaas Boesche

Given the following example in e.g. Java: ``` java int foo = 42; ``` I can comment foo with `gciw` (or equivalent): ``` java int /* foo */ = 42;...