| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor mvn completionrefactor_mvn | Shohei YOSHIDA | 2026-03-26 | 1 | -28/+51 |
| | | | | | | - use local variables for cache variables - use if for conditional executions | ||||
| * | Fix indentation sizefix-format | Shohei YOSHIDA | 2026-03-13 | 1 | -5/+5 |
| | | |||||
| * | Support Maven 4.x and improvements | Slawomir Jaranowski | 2024-01-23 | 1 | -37/+53 |
| | | | | | | | - support Maven 4 - fix missing short options for Maven 3 - fix error for unknown Maven version | ||||
| * | Update mvn completion | Shohei YOSHIDA | 2022-11-21 | 1 | -4/+8 |
| | | |||||
| * | Remove license header from compdefs I wrote (switching to the Zsh license) | Julien Nicoulaud | 2017-10-19 | 1 | -25/+0 |
| | | |||||
| * | Merge pull request #287 from maxandersen/mvntychomodes | nicoulaj | 2016-02-04 | 1 | -0/+10 |
| |\ | | | | | add tycho.mode=maven support | ||||
| | * | add tycho.mode=maven support | Max Rydahl Andersen | 2015-01-25 | 1 | -0/+10 |
| | | | |||||
| * | | Correct misspellings | Syohei YOSHIDA | 2015-06-08 | 1 | -2/+2 |
| |/ | |||||
| * | Move modelines to end of file | Aaron Schrab | 2012-08-23 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | Having a vim modeline or emacs local variable line somewhere in the middle of the file isn't really helpful. By default, vim will only check the first and last 5 lines of a file for a modeline (assuming the modeline option is enabled). Emacs is even more strict about the type of local variable line that was in use, it will only check the first line of the file or the second line if the first line specifies a script interpreter (which isn't the case here). Move the vim modeline to the end of the file so that it can actually be found by vim but is out of the way for editing. For emacs more work is required, convert that to the more verbose Local Variables syntax which emacs will look for starting 3000 characters from the end of the file. Also there is no zsh mode for emacs (according to zsh-users/zsh-completions#75), use the "Shell-Script" mode instead. This seems to automatically detect that the files are for zsh. I'm not an emacs user, so I haven't tested that portion much. But, this does at least improve the syntax highlighting there. | ||||
| * | [BREAKING CHANGE] Move compdefs to own directory (to ease packaging and | Julien Nicoulaud | 2012-08-01 | 1 | -0/+623 |
| avoid bloating users fpath with unneeded files such as README.md) | |||||
