Steve Hall wrote: > > > I'm seeing a BufRead autocmd error in with ft=html: > > > > > > E117: Unknown function: dist#ft#FThtml > > > > > > This is called in filetype.vim but I can't grep a definition > > > anywhere. > > > > This is in runtime/autoload/dist/ft.vim: > > I missed packaging that before, and will include in the future. > > Looking closer at Vim's NSIS script, I see a few other exceptions: > > + tee.exe > + winpty32.dll > + winpty-agent.exe > > Where are these built? Make_cyg_ming.mak does not. I also include:
These are not build from Vim sources, you can find that elsewhere. > + runtime\print\*.* > > which Vim does not appear to include, are these deprecated? These are used for :hardcopy, printing through PostScript. Normally you would not use PostScript on MS-Windows, so the files are not included in the installer. On Unix the files are installed. It's possible to compile the feature on MS-Windows, if you really want. But you need to get the runtime files manually then. -- Facepalm statement #2: "If there is a country without immigrants I'm going to move there" /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
