Files
neovim/test/functional
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 23:37:15 +02:00
2019-08-16 13:37:44 +09:00
2019-08-07 14:20:23 +02:00
2019-08-27 23:37:15 +02:00
2019-08-27 21:19:10 +02:00
2019-05-05 14:05:25 +02:00
2016-06-10 21:50:49 +03:00