Péter Szabados

Results 13 issues of Péter Szabados

If there are any arguments after the file name in the compile commands, clighter8 fails to recognize the file. The result of `:ClShowCompileInfo` is `v:null`, and highlighting does not work....

The feature is optional and disabled by default. To enable, set `notify` to `true`. The look-and-feel of the notification can be adjusted via `notify_arguments`. The configuration can be applied via...

If there is a variable inside a string in cmake, then syntax highlighting is broken after that if rainbow is turned on. It happens with both the stock cmake highlighting...

confliction with other third-party syntax plugins

I am using Arch Linux and Python 3.6. Python dependencies are installed using pip. I am using the `dev` branch because of #513. When trying to start BEE2, I get...

Bug
Linux

When I minimize the window while it is at the top of the screen, it collapses down (i.e. keeps the bottom of the window in place). If the window is...

The command line should be `clang-tidy -- filename`, not `clang-tidy filename -- `.

`clang-tidy` seems to be enabled by default. I tried turning it off by putting the following in my `.vimrc`: ```vim let g:syntastic_c_checkers=[] let g:syntastic_cpp_checkers=[] ``` Even after restarting vim, the...

**Describe the bug** According to my navigation app, my location jumps back and forth between my real location and the mocked one. **Information:** - OS: LineageOS 18.1 (Android 11) -...

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....

### Basic Infos - [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [x] I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed there. -...