Files
neovim/src/nvim/api
Justin M. Keyes 46aa254bf3 paste: handle 'nomodifiable'
- nvim_paste(): Marshal through luaeval() instead of nvim_execute_lua()
  because the latter seems to hide some errors.
- Handle 'nomodifiable' in `nvim_put()` explicitly.
- Require explicit `false` from `vim.paste()` in order to "cancel",
  otherwise assume true ("continue").
2019-08-27 23:37:15 +02:00
..
2019-08-27 22:13:45 +02:00
2019-08-07 14:21:23 +02:00
2019-08-27 23:37:15 +02:00
2018-11-24 11:01:37 +01:00