aboutsummaryrefslogtreecommitdiff
path: root/vim/scripts.vim
Commit message (Collapse)AuthorAgeFilesLines
* Alter structure of scripts.vim slightlyTom Ryder2019-05-301-2/+1
|
* Refine shebang patterns in scripts.vim a bitTom Ryder2019-05-291-9/+9
|
* Use "tcl" Vim filetype for Expect shebangTom Ryder2019-02-281-1/+1
|
* Convert a few stridx() to alternative formsTom Ryder2018-08-271-1/+1
| | | | | | If we don't actually want to know whether the string occurs *anywhere* in the line, just at the start, we should really use substring operations or plain old regular expression tests.
* Remove pattern \m where not needed for 'magic'Tom Ryder2018-07-151-11/+11
|
* Simplify/correct Korn shell shebang matchingTom Ryder2018-07-151-1/+1
| | | | mksh93 is not valid; neither is pdksh93.
* Use non-capturing groups in VimL where appropriateTom Ryder2018-07-151-2/+2
|
* Use \= in preference to \+ in VimL patternsTom Ryder2018-07-151-5/+5
| | | | It comes first in the documentation.
* Use stridx() for shebang checkTom Ryder2018-07-081-1/+1
|
* Add Ruby shebangTom Ryder2018-06-111-0/+4
|
* Don't require num suffix to Python shebang wordTom Ryder2018-06-111-1/+1
|
* Accept "5" as suffix to Perl shebang wordTom Ryder2018-06-111-1/+1
|
* Add TCL shebang handlingTom Ryder2018-06-111-0/+4
|
* Correct ksh patternTom Ryder2018-06-061-1/+1
|
* Add custom scripts.vimTom Ryder2018-06-061-0/+52
Including adding sed support