Vim Tips Wiki
(→‎Comments: leftover debug output)
(Change <tt> to <code>, perhaps also minor tweak.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ScriptComments|3316|tohtml_wincp: Autodetect installed Windows encodings for :TOhtml}}
+
{{ScriptComments|tohtml_wincp: Autodetect installed Windows encodings for :TOhtml}}
   
  +
==Information==
See script page or :help document for details.
+
See script page or <code>:help</code> document for details.
   
 
The required {{help|prefix=no|:TOhtml}} version vim7.3_v7 has been formally included by Bram in [http://code.google.com/p/vim/source/detail?r=840c3cadb8428aaa62103d34715f71563da40d7e Mecurial changeset 840c3cadb8] on 16 November 2010.
 
The required {{help|prefix=no|:TOhtml}} version vim7.3_v7 has been formally included by Bram in [http://code.google.com/p/vim/source/detail?r=840c3cadb8428aaa62103d34715f71563da40d7e Mecurial changeset 840c3cadb8] on 16 November 2010.
   
It is also available here:
+
It is also available at http://code.google.com/p/vim-2html-test/
 
http://code.google.com/p/vim-2html-test/
 
   
 
==Comments==
 
==Comments==
Yes, I know the plugin has a leftover debug '''<tt>echomsg "hello world!"</tt>'''. Sorry about that. I will fix it soon.
+
Yes, I know the plugin has a leftover debug '''<code>echomsg "hello world!"</code>'''. Sorry about that. I will fix it soon. --[[User:Fritzophrenic|Fritzophrenic]] 23:43, November 19, 2010 (UTC)
  +
:Fixed in version 2, with a couple minor bugfixes for unsupported platforms/versions --[[User:Fritzophrenic|Fritzophrenic]] 15:01, December 4, 2010 (UTC)
 
--[[User:Fritzophrenic|Fritzophrenic]] 23:43, November 19, 2010 (UTC)
 

Latest revision as of 09:50, 14 July 2012

Use this page to discuss script 3316 tohtml_wincp: Autodetect installed Windows encodings for :TOhtml

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Information[]

See script page or :help document for details.

The required :TOhtml version vim7.3_v7 has been formally included by Bram in Mecurial changeset 840c3cadb8 on 16 November 2010.

It is also available at http://code.google.com/p/vim-2html-test/

Comments[]

Yes, I know the plugin has a leftover debug echomsg "hello world!". Sorry about that. I will fix it soon. --Fritzophrenic 23:43, November 19, 2010 (UTC)

Fixed in version 2, with a couple minor bugfixes for unsupported platforms/versions --Fritzophrenic 15:01, December 4, 2010 (UTC)