gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
383 stars 35 forks source link

explicitly set lexical-binding to nil in all files #134

Closed LemonBreezes closed 2 months ago

LemonBreezes commented 3 months ago

This package breaks when lexical-binding is enabled, so we need to set it to nil explicitly in all files to avoid future breakage and to appease the byte compiler.

LemonBreezes commented 2 months ago

Closing this in favor of a separate pull request which enables lexical binding.