Sassan Haradji
Sassan Haradji
@JDMCreator great, I got a good answer in stackoverflow too: http://stackoverflow.com/a/42597270/1349278 maybe it can be helpful here.
I ended up using AppleScript to setup my iTerm.
Pending https://github.com/neovim/neovim/issues/8037
Yes I think it should be possible, we should decide what triggers it thought, it can be triggered in vim with an `autocmd` or also it can be triggered directly...
Unfortunately I do not have any time for this repository at the moment, usually I have a Qt project at least every year or two, and when I'm working on...
Pending https://github.com/neovim/neovim/pull/7541
Thanks! Unfortunately I'm currently out of time to work on qnvim issues. I expect to work on a Qt project soon and if that happens then I can work on...
Unfortunately I'm not working with Qt Creator these days and do not have any time right now, I'm looking forward to see a Qt Creator made from Neovim though :)
@tom-anders Does it always happen for you? I just checked it several times quickly and it didn't happen for me, in case you are using a prebuilt version I suggest...
Take a look at these: ```vim :help ui-hlstate ``` https://github.com/neovim/neovim/pull/10504/files#diff-daa9e2681b8e40ea216038de23283f09R319 https://github.com/neovim/neovim/issues/9421#issuecomment-477773593 Then you need some trial and error. In case you end up using `searchpos` I suggest injecting a piece...