kovisoft / slimv

Official mirror of Slimv versions released on vim.org
454 stars 60 forks source link

Attempting to slurp a string on the last line barfs instead #109

Closed cwfoo closed 3 years ago

cwfoo commented 3 years ago

To reproduce:

  1. Open a Scheme file (myprogram.scm), and insert the following on the last line:
    (define s) "hello"
  2. Position the cursor on the closing parenthesis, and try to slurp the string (<Leader>>).
  3. Observation: paredit barfs the identifier instead.
    (define) s "hello"

This behavior only seems to occur when the string is the very last item on the last line of the buffer.

cwfoo commented 3 years ago

Wrong repository. Sorry about that. Here's the issue in the paredit repository: https://github.com/kovisoft/paredit/issues/40