Andrew Breidenbach
Andrew Breidenbach
`Plugin 'murarth/ketos', {'rtp': 'etc/vim/'}` for anyone looking
@hauleth I posted because it took me a while to figure out how to do it, so it's for people who use Vundle and are somewhat inexperienced like me
@yglukhov I wasn't aware of `continuous` before, but I think this should reproduce the issue. I would expect the text contained in the `tf` to be echoed whenever it is...
@yglukhov If `e` is deprecated and events are handled based on the properties of the `Control` instance, I don't see a use for it either. I only thought it was...
Sorry, I probably phrased that question poorly, but it seems like the items' properties will determine which events they are subscribed to receive. It's not really an event listener then...
Hey, I think I'd maybe like to work on that. Just to be clear, it's this format, right? http://doc.mapeditor.org/reference/tmx-map-format/ Would you like it to be implemented through the load proc...
@christinezapata the terminal user can usually change the value for each color and the background, as well as the background opacity (one of the screenshots has some transparency) this might...
If you are using `Event.ch`, it could be something to do with nimbox not supporting Unicode. It casts a u32 to a char [here](https://github.com/dom96/nimbox/blob/master/nimbox.nim#L217) There should be a helper function...
Most other checkers on syntastic allow for passing arguments to the checker. Is this supported by nim.vim? I haven't been able to get `--threads:on` working.
This is significantly better when the `COLUMNS` envvar is set to 100  A simple solution would be to set `COLUMNS` as an instance CI variable