forked from tomtom/checksyntax_vim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.TXT
46 lines (38 loc) · 1.43 KB
/
CHANGES.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
0.2
php specific
0.3
generalized plugin; modes; support for ruby, phpp, tex (chktex)
0.4
use vim compilers if available (e.g., tidy, xmllint ...); makeprg was
restored in the wrong window
0.5
- Support for jsl (javascript lint).
- Support for jlint.
- Don't automatically check php files if eclim is installed.
- Allow auto_* parameters to be buffer local.
- FIX: Unlet current_compiler, use g:current_compiler
- FIX: garbled screen: use redraw! (thanks to Vincent de Lau)
- Support for lua (thanks to norman)
0.6
- checksyntax_compiler_{&ft} & checksyntax_cmd_{&ft} variables can be
buffer local
1.0
- The info maintained as g:checksyntax_* variables is now kept in a
dictionary named g:checksyntax
- Support for gjslint
- Some bug fixes (e.g. tidy)
version: "1.01"
- Experimental support for python: pyflakes, pylint
- redraw before calling CheckSyntaxSucceed/CheckSyntaxFail
- Make sure we're in the right buffer
MD5 checksum: f94781c5748200e809a28562a692ed6b
version: "1.02"
- checksyntax#Check: Check &modified before anything else
- .gitignore
- Support for "modified" property
- Check executable() when setting the *.auto property.
- When eclim is installed: Set g:checksyntax.php.auto, not b:checksyntax.php.auto
- Do not map `<F5>` if it is used already.
- Use either location list (default) or optionally the quickfix list
- CheckSyntaxFail(): call .Open(); fixes #6
MD5 checksum: 4425f1434baa8795fbccec38721eef67