Lines Matching refs:in

5 " The core of the code is in $VIMRUNTIME/autoload/tohtml.vim and
16 " stop position to use in expanding a tab, when that
17 " tab occurs after a syntax match which in turn
36 " prevented from being copied in chrome. Use
40 " in unit test.
56 " fonts in the generated CSS.
67 " 7.3_v13 (Vim 7.3.1088): Keep foldmethod at manual in the generated file and
88 " eliminate post-processing substitute commands in
91 " speed improvements. Fix modeline mangling in
92 " generated output so it works for text in the first
93 " column. Fix missing line number and fold column in
97 " the new default foldtext added in v11, as the patch
98 " adding it has not yet been included in Vim.
100 " Brabandt in
102 " This patch has not yet been included in Vim, thus
103 " these changes are removed in the next version.
106 " Also fix problem with foldtext in this situation.
114 " characters in generated output (Andy Spencer).
116 " doesn't use anything in the converted HTML as a
127 " case-insensitive for built-in pairs.
129 " called in restricted mode (Andy Spencer). Use
140 " folds in diff mode when first line was folded.
147 " 7.3_v2 (Vim 7.3.0000): Fix syntax highlighting in diff mode to use both the
149 " 7.3_v1 (Vim 7.3.0000): Add conceal support and meta tags in output
156 " * Options for generating the CSS in external style sheets. New :TOcss
164 " in cterm. Get better defaults than just guessing? Suggestion by "nacitar".
177 " "fn" in some browsers. Specifically, in Chromium on Ubuntu (but not Chrome
179 " * Bug: still some gaps in the fold column when html_prevent_copy contains
180 " 'd' and showing the whole diff (observed in multiple browsers). Only gaps
193 " * Check to see if the windows-125\d encodings actually work in Unix without
198 " * Pull in code from http://www.vim.org/scripts/script.php?script_id=3113 :
202 " * Make it so deleted lines in a diff don't create side-scrolling (get it
207 " * Tidy up so we can use strict doctype in even more situations