jonatan
jonatan
Python and a few others with a space in the comment string end up having two spaces when setting `let g:NERDSpaceDelims=1` I don't agree with having spaces in the Python...
I've run into a rather strange bug with g:cm_matcher and nsf/gocode Maybe it's nsf/gocode's bug. the g:cm_matcher interaction is strange though, possibly doing something needed to reproduce the issue for...
from readme: > Create a file in autoload/neoformat/formatters/{{ filetype }}.vim if it does not already exist for your filetype. Okay. But what if it does exist? If I edit that...
```text (defun f (x) ""|) ``` `` I get: ``` (defun f (x) "" | ) ``` expected: ``` (defun f (x) "" |) ``` this doesn't expand that way:...
Should this project work with https://channels.readthedocs.io ? In my attempts django-livereload-server doesn't inject livereload.js, and when doing so manually the refresh is sent out before `./manage runserver` has finished restarting.
It seems to me like content is read from the buffer, then diffed against the file and then changes are applied to the buffer. But if the file doesn't match...
when invoking cabal-fmt from a text editor I want to send the buffer content (not saved to disk) to the fomatter and I want `expand src` to take effect I...
[screenshot](https://i.imgur.com/huLZXbj.png) Can't tell which window will get selected. Had the same issue on two machines (the other was ~1 year ago, and now) Also, the icons were *incredibly* grainy/pixly/horrible as...
the current wording, while correct, seems to clash a bit with beginner expectations, it can easily be misread as "given input x, expected y" the (especially beginner) solver is likely...
This is causing misleading assertion messages on codewars.com whom I do not represent, but that's where I'm coming from: TLDR: `'\n'` and `'\\n'` are represented the same. the rest of...