jeromejj / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Crontab syntax highlighting doesn't work properly when day/month names are not lowercased #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The crontab syntax file only highlights day and month names properly if they 
are lowercased, but the match should be made regardless of case. According to 
the Vixie cron manpage [1]: "Use the first three letters of the particular day 
or month (case does not matter)."

[1] http://www.freebsd.org/cgi/man.cgi?query=crontab&sektion=5

Original issue reported on code.google.com by charsb...@gmail.com on 29 Apr 2013 at 10:24

GoogleCodeExporter commented 9 years ago
The syntax file used to ignore case (c.f., 0877b8d6370e) but was reverted 
(accidentally?) when spell-check support was added in 1b584a6f446c.

Original comment by vega.james@gmail.com on 30 Apr 2013 at 12:26

GoogleCodeExporter commented 9 years ago
Please report the problem to the maintainer of the file. He will update the 
syntax file and send an updated file to Bram for inclusion. Closing.

Original comment by chrisbr...@googlemail.com on 30 Sep 2014 at 8:27

GoogleCodeExporter commented 9 years ago
I emailed the maintainer and never heard back.

Original comment by charsb...@gmail.com on 24 Nov 2014 at 8:44

GoogleCodeExporter commented 9 years ago
(still unsolved, reopening).

Patch also available at 
https://groups.google.com/d/msg/vim_dev/QUD3PjcFHzA/BHXjLtahR6EJ

(Maintainer is unresponsive) Anybody who wants to maintain the crontab file, 
please state here at the issue.

Original comment by chrisbr...@googlemail.com on 21 Jan 2015 at 8:14

GoogleCodeExporter commented 9 years ago
Closing, as an update has been commited 
https://code.google.com/p/vim/source/detail?r=435956324539eea89a17f0409a15b58897
3c0cb9

Original comment by chrisbr...@googlemail.com on 26 Jan 2015 at 7:55