-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutoFenc.vim.stats
118 lines (86 loc) · 4.37 KB
/
AutoFenc.vim.stats
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
commit SHA1SHA1SHA1 (HEAD, tag: refs/tags/1.3.1)
Author: Petr Zemek <[email protected]>
AuthorDate: Sat Jul 23 00:00:00 2011 +0000
Commit: Able Scraper <[email protected]>
Version 1.3.1
Thanks to Benjamin Fritz for the updates in this version.
- Fixed the plugin behavior when reloading a file with different settings.
README | 3
plugin/AutoFenc.vim | 15
2 files changed, 13 insertions(+), 5 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.3)
Author: Petr Zemek <[email protected]>
AuthorDate: Fri Apr 22 00:00:00 2011 +0000
Commit: Able Scraper <[email protected]>
Version 1.3
Thanks to Benjamin Fritz for the updates in this version.
- Added support for HTML version 5 encoding detection.
- The script now dies gracefully in old Vims.
- 'g:autofenc_autodetect_comment_num_of_lines' renamed to 'g:autofenc_autodetect_num_of_lines'
README | 9
plugin/AutoFenc.vim | 44
2 files changed, 34 insertions(+), 19 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.2.1)
Author: Petr Zemek <[email protected]>
AuthorDate: Wed Apr 13 00:00:00 2011 +0000
Commit: Able Scraper <[email protected]>
Version 1.2.1
Fixed a typo in a variable name (this resulted in an error in some occasions). Thanks to Charles Lee for pointing this bug out.
README | 4
plugin/AutoFenc.vim | 6
2 files changed, 9 insertions(+), 1 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.2)
Author: Petr Zemek <[email protected]>
AuthorDate: Thu Mar 31 00:00:00 2011 +0000
Commit: Able Scraper <[email protected]>
Version 1.2
Thanks to Benjamin Fritz for the updates in this version.
- TOhtml's IANA name/Vim encoding conversion functions are now used.
- Changed BOM detection so it does not duplicate a check Vim already did by default (i.e. default to off if ucs-bom is in the 'fileencodings').
- Put autocmds in the AutoFenc augroup for easier handling.
- Made autocmd nested so we don't need to worry about restoring everything that other autocmds may set (e.g. syntax).
- Jumplist or cursor position during detection are not affected.
- The g:autofenc_autodetect_comment_num_of_lines option is now used also in HTML/XML/CSS detection routines (previously only used for encoding specified in comments).
- Improved HTML charset line regex.
- Added an option (g:autofenc_emit_messages) to emit messages about the detected/used encoding upon opening a file.
README | 223
plugin/AutoFenc.vim | 138
2 files changed, 216 insertions(+), 145 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.1.1)
Author: Petr Zemek <[email protected]>
AuthorDate: Sat Oct 3 00:00:00 2009 +0000
Commit: Able Scraper <[email protected]>
Version 1.1.1: Fixed the comment encoding detection function (see changelog).
plugin/AutoFenc.vim | 13
1 files changed, 9 insertions(+), 4 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.1)
Author: Petr Zemek <[email protected]>
AuthorDate: Sun Aug 16 00:00:00 2009 +0000
Commit: Able Scraper <[email protected]>
Version 1.1
Added three configuration possibilites to disable autodetection for specific files (based on file size, file type and file path). See script description for more info.
plugin/AutoFenc.vim | 44
1 files changed, 36 insertions(+), 8 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.0.2)
Author: Petr Zemek <[email protected]>
AuthorDate: Tue Aug 11 00:00:00 2009 +0000
Commit: Able Scraper <[email protected]>
Version 1.0.2
Fixed the XML encoding detection function and minor code and documentation fixes.
plugin/AutoFenc.vim | 60
1 files changed, 32 insertions(+), 28 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.0.1)
Author: Petr Zemek <[email protected]>
AuthorDate: Sun Aug 2 00:00:00 2009 +0000
Commit: Able Scraper <[email protected]>
Version 1.0.1: Three bugfixes (see changelog).
plugin/AutoFenc.vim | 93
1 files changed, 70 insertions(+), 23 deletions(-)
commit SHA1SHA1SHA1 (tag: refs/tags/1.0)
Author: Petr Zemek <[email protected]>
AuthorDate: Sun Jul 26 00:00:00 2009 +0000
Commit: Able Scraper <[email protected]>
Version 1.0: Initial upload
README | 121
plugin/AutoFenc.vim | 423
2 files changed, 544 insertions(+), 0 deletions(-)