taskpaper.vim icon indicating copy to clipboard operation
taskpaper.vim copied to clipboard

I get strange text inserted and can't use the Enter key

Open ogier opened this issue 12 years ago • 1 comments

When I am in insert mode in taskpaper, and I hit the enter key, I don't get a newline. Instead, the string <Plug>TaskPaperNewLine gets inserted at my cursor. This is awkward because it means I can't get more than one line in a taskpaper document (the 'o' mapping also doesn't work).

Do you have any idea why this is happening to me?

ogier avatar Sep 17 '12 23:09 ogier

Further investigation shows that any command using the special <Plug> binding is failing on my machine. I think it must be a configuration problem, since it hits me on both ArchLinux and CentOS 6.3 machines. If you want to try and recreate the issue, my vimrc is public in ogier/dotfiles.

ogier avatar Sep 19 '12 03:09 ogier