You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| denotes the edge of my vim terminal window. This problem only happens when going past the edge of my screen (upon which my test visually wraps with set wrap). This problem goes away when I use set nolinebreak.
When I put my cursor at the end of this function argument list:
This also happens with https://github.com/gpanders/nvim-parinfer, so maybe it's a problem with the parinfer algorithm itself, or how it gets info from vim about where the cursor is.
|
denotes the edge of my vim terminal window. This problem only happens when going past the edge of my screen (upon which my test visually wraps withset wrap
). This problem goes away when I useset nolinebreak
.When I put my cursor at the end of this function argument list:
and type "testing", I get:
parinfer seems to break my word right in the middle as I'm typing it.
This problem is only present when parinfer is on and doesn't seem to be effected when I
set formatoptions=
.The text was updated successfully, but these errors were encountered: