mattfidler / nsis-mode

NSIS mode for editing NSIS files
10 stars 7 forks source link

Emacs hangs with special continuation line #14

Closed MichaelManert closed 1 year ago

MichaelManert commented 1 year ago

Emacs hangs, if a continuation line starts with an equal sign. How to reproduce:

load a file with nsis-mode ;====== snippet begin ==== MessageBox MB_OK "Installation failed!$\r$\n\

= abort installation"

MessageBox MB_OK "Installation failed!$\r$\n\ = abort installation" ;====== snippet end ====

delete the hash => emacs hangs immediately and needs to be killed

mattfidler commented 1 year ago

I'm assuming the pull request fixed this.

Thanks for your help.