Lines Matching refs:to

1 " Vim plugin for converting a syntax highlighted file to HTML.
16 " stop position to use in expanding a tab, when that
20 " destination file to ignore FileType events;
27 " calculate it to be visible compared to StatusLine
33 " - Fix Bitbucket issue #21: default to using
37 " g:html_use_input_for_pc option to control the
39 " - Switch to HTML5 to allow using vnu as a validator
54 " an empty buffer. Jan Stocker: allow g:html_font to
55 " take a list so it is easier to specfiy fallback
68 " insert modeline to set it to manual.
71 " Add anchors to each line so you can put '#L123'
72 " or '#123' at the end of the URL to jump to line 123
73 " (idea by Andy Spencer). Add javascript to open folds
74 " to show the anchor being jumped to if it is hidden.
76 " Allow TOhtml to chain together with other commands
78 " 7.3_v12 (Vim 7.3.0616): Fix modeline mangling to also work for when multiple
82 " uncopyable option from html_unselectable to
84 " default to inserting invalid markup for uncopyable
85 " regions to prevent MS Word from pasting undeletable
87 " 7.3_v12b1: Add html_unselectable option. Rework logic to
113 " 7.3_v8 (Vim 7.3.0100): Add html_expand_tabs option to allow leaving tab
121 " 7.3_v7b3: Fixed bug, convert Unicode to UTF-8 all the way.
123 " supported by all major browsers according to
125 " convert to UTF-8 for all Unicode encodings. Make
126 " HTML encoding to Vim encoding detection be
130 " 'fencoding' instead of 'encoding' to determine by
143 " default to true when not set to anything. Use strict
144 " doctypes where possible. Rename use_xhtml option to
147 " 7.3_v2 (Vim 7.3.0000): Fix syntax highlighting in diff mode to use both the
157 " command to convert the current color scheme into a (mostly) generic CSS
161 " * Add optional argument to :TOhtml command to specify mode (gui, cterm,
162 " term) to use for the styling. Suggestion by "nacitar".
163 " * Add way to override or specify which RGB colors map to the color numbers
167 " URL? Or just color the link to fit with the colorscheme (and only special
171 " display:none, set to display:inline for print style sheets, and hide
172 " <input> elements for print, to allow Opera printing multiple pages (and
173 " other uncopyable areas?). May need to make the new text invisible to IE
174 " with conditional comments to prevent copying it, IE for some reason likes
175 " to copy hidden text. Other browsers too?
182 " * Undercurl support via CSS3, with fallback to dotted or something:
185 " accepted to modify it.
189 " does not show the whole diff filler as it is supposed to?
192 " plugin to correct 'isprint' based on encoding?
193 " * Check to see if the windows-125\d encodings actually work in Unix without
194 " the 8bit- prefix. Add prefix to autoload dictionaries for Unix if not.
195 " * Font auto-detection similar to
205 " with option not to restore for speed increase.
208 " * Implementation detail: add threshold for writing the lines to the html