niko
niko
I've found this issue in ubuntu 16.4, my term is xterm-256color. my vim is vim.gtk
After my consider, it seems like will change list which is used to show files, instead of input position, thus 'cannot make changes, 'modifiable' is off' was notified
'cannot make changes, 'modifiable' is off' happend on vim8.1, the older version vim can not reproduce this issue. have any configurations about compile vim8.1 is must?
it work, thanks!
I tried, below code can solve the issue. tmux run-shell -b "printf \"$(escape_quotes "${state[final_result]}")\" | xargs -I {} tmux send-keys 'vim -- {}'; tmux send-keys 'C-m'"