Peter Kling

Results 10 comments of Peter Kling

Also stumbled upon this problem. Any ideas what's causing the issue?

I ran into a similar problem and the patch from @layereight helped, thanks! Interestingly enough, the problem does not occur with every RFID tag. I have two different types (tokens...

I'd also welcome a fix for this. I recently switched from exsheets to xsim (found out that the former is deprecated because it seemingly became incompatible with a change in...

I'm also experiencing this. Some things I found (using a test file `test.txt` with nothing but a few whitespaces in it): * After invoking `:EnableWhitespace` it works again. * Also,...

@Cimbali I think I found the underlying issue. While the `BufWritePre` autocmd is correctly set up, it may get deleted before the actual write is triggered. In the minimal example...

Forgot to mention here: I opened a corresponding PR (#168).

Let me know if I can/should make anything concerning this PR to get it going forward (I'm not very experienced with Github, so I might well have missed something I...

Ah sorry, didn't see the formatting checks. Done.

You're probably running into the problem that Windows does usually not have a `HOME` environment variable set. There are two pull requests that address this (and some other problems concerning...

> @pitkling when you say "Windows does not usually have a `Home` env var set" are you referring to Windows Subsystem for Linux or Windows specifically? Specifically Windows (the OS)....