gpanders / nvim-parinfer

parinfer for Neovim
Other
169 stars 4 forks source link

Fix nil dereference of prev_cursor window variable #3

Closed gpanders closed 3 years ago

gpanders commented 3 years ago

Also fix the semantics of prev_cursor: it should only be updated upon the result of a parinfer invocation (see the CodeMirror implemenation as an example).

Closes #2.