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
* ✨enabled plugins dir via command line
* 📚 update exit code
* 🔬 test -pd on command line
* 📚 update readme
* 🐛 fix unit test which failed to detect the missing feature
* 🔨 code refactor copy engine and strip content processor
* 📚 here is the way to write modelines remover. #36
* 🔨 code refactoring
The modeline on the output file should appear only once at the top of the file, and any subsequent modelines should be removed.
https://www.python.org/dev/peps/pep-0263/
https://wiki.python.org/moin/Vim
When templates include another template which has a modeline, multiple modelines may appear.
The text was updated successfully, but these errors were encountered: