bfredl
bfredl
@Exagone313 Forward compatibility is also a goal. neovim wants to support full mouse input in GUI even if the 'mouse' option is set to prefer terminal emulators own mouse over...
Let's try that for now, it is probably enough.
> The nvim_buf_delete lua function is very confusingly named, as by default it mimics :bwipeout, rather than :bdelete. This is despite a warning in the docs for :bwipeout which clearly...
IMO strictly defining the API "in terms of" existing ex commands is quite misguided. Needing to somehow "choose" one out of three legacy ex commands is not _at all_ what...
yeah, `wipeout` is not going to be a flag, as "wipeout" is not a separate thing you can actually do. it is just a burning memory of the fact that...
Needs a bit more logic. There will be a resolution before 0.12
yeah ideally all situations which can result in marks being after the last valid position (after EOL of last line) need to be fixed correctly splice marks, so that invalid...
+1 for providing a simple consistent interface to plugins for persisted and shared data (no matter what backend solution is used). For example, in a python plugin this might be...
I looked around a bit and couldn't see anything obviously wrong in either our use of lua references, nor in libluv. But there are many layers involved which might lead...