1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2025 — Aug 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add comments indicating where we verified against VIM 9.0. More... about 1 year ago
Point out how one enables modelines in VIM. More... about 1 year ago
vimvars--obey-this-vim-modeline: pass in the modeline location. More... about 1 year ago
Minor updates to match Emacs style preferences. More... about 1 year ago
Complete the migration of tests to ERT. More... about 1 year ago
Convert more tests to ERT. More... about 1 year ago
Wrap the long command line. More... about 1 year ago
Syntax-highlight the Elisp and shell code blocks. More... about 1 year ago
Correct formatting of example code. More... about 1 year ago
Explain how to run the tests. More... about 1 year ago
Use cl-assert instead of assert. More... about 1 year ago
Begin conversion to ERT tests. More... about 1 year ago
Don't use naked tab characters. More... about 1 year ago
Also locate and obey modelines at the end of the file. More... about 15 years ago
Update copyright owner and maintainer email address. More... about 15 years ago
Conform to the conventions for file header comments specified by ELPA. Fix a number of doc comment issues identified by "checkdoc". More... over 15 years ago
Fix typo More... over 15 years ago
Support expandtab and noexpandtab. More... over 15 years ago
Refactor the tests for recognising modelines to eliminate repeated code. More... over 15 years ago
Additional tests for combinations of (vi|vim|ex) (se|set|setlocal). More... over 15 years ago
Add tests for modelines with "setlocal" and "se" and no space before the colon. More... over 15 years ago
Remove support for bomb/nobomb (Unicode byte order mark control). More... over 15 years ago
Say "load-path" rather than "path" as that's clearer. More... over 15 years ago
Fix typo. More... over 15 years ago
Better test coverage. More... over 15 years ago
Correctly handle "ex:" at the beginning of a line (ignore those mode lines). More... over 15 years ago
Don't bother checking noninteractive, since hooks in find-file-hook will not be called when it is true anyway. More... over 15 years ago
Initial regression test More... over 15 years ago
Add customization support. Follow VIM's rules for recognising modelines in the first 5 lines. By default, ignore VIM modelines if there are Emacs local variables. More... over 15 years ago
Support require/provide. Add how-to-use instructions in README. More... over 15 years ago