Sam Protsenko

Results 6 issues of Sam Protsenko

It was noticed that file_line plugin breaks the loading of other plugins. For example, when having next line in ~/.vimrc: au BufNewFile main.c silent! 0r ~/.vim/skeleton/template.c this line loads the...

The same issue ( #61 ) was closed by mistake, so creating new one (duplicate). I have next line in my `.vimrc`: ``` au BufNewFile main.c silent! 0r ~/.vim/skeleton/template.c ```...

If file contains tab character in the beginning, followed by some other character, like: ``` [tab]ABC ``` then file-line doesn't work, i.e. if you are trying to do: ``` $...

[vim-linux-coding-style](https://github.com/vivien/vim-linux-coding-style/) plugin automatically highlights data types like `u8`, `__u8` etc. But `file-line` plugin breaks that highlighting. Next workaround fixes it for me: ``` @@ -79,10 +79,6 @@ function! s:startup() if...

**Describe the bug** When peripheral device has a single characteristic for both TX and RX operations, next race condition happens: when writing to the characteristic, `onNotificationReceived()` event can happen during...

bug
good first issue

Next instructions were tested on Debian testing. They can be added to README as a reference. Install build dependencies: $ sudo aptitude install libxcb1-dev libxcb-damage0-dev libxcb-xtest0-dev libxcb-shm0-dev libxcb-util0-dev libxcb-xkb-dev libxcb-xfixes0-dev...