-
-
Notifications
You must be signed in to change notification settings - Fork 175
i_<C-\><C-o>gcc prints g@$ #143
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Thank you for this amazing plugin! (TJ brought me here)
I found this strange bug that happens for your plugin, but doesn't occur with Tpope's.
Write the following: (I used python for this example)
When while still in insert mode write:
<C-\><C-o>gcc(
<C-\><C-o>) takes you into normal mode for a single command before returning to insert mode)expected behavior:
# print("hello world")actual behavior:
setup (default):
nvim v0.7.0-dev
Let me know if you need any other information please!