neovim/runtime/plugin
Christian Clason 294ded9cf2 vim-patch:86cfb39030eb
runtime(tohtml): Update TOhtml to version 9.0v2 (vim/vim#13050)

Modified behavior:
  - Change default value of g:html_use_input_for_pc from "fallback" to
    "none". This means with default settings, only the standards-based
    method to make special text unselectable is used. The old method
    relying on unspecified browser behavior for <input> tags is now only
    used if a user specifically enables it.
  - Officially deprecate g:use_xhtml option (in favor of
    g:html_use_xhtml) by issuing a warning message when used.

Bugfixes:
  - Fix issue vim/vim#8547: LineNr and other special highlight groups did not
    get proper style rules defined when using "hi link".
  - Fix that diff filler was not properly added for deleted lines at the
    end of a buffer.

Other:
  - Refactored function definitions from long lists of strings to use
    :let-heredoc variable assignment instead.
  - Corrected deprecated "." string concatenation operator to ".."
    operator in more places.

86cfb39030

Co-authored-by: fritzophrenic <fritzophrenic@gmail.com>
2023-09-09 08:29:50 +02:00
..
editorconfig.lua feat(lua): allow vim.F.if_nil to take multiple arguments (#22903) 2023-04-07 08:22:47 -06:00
gzip.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
man.lua feat(Man): port to Lua (#19912) 2022-09-02 15:20:29 +01:00
matchit.vim Add g:loaded_matchit check (#13226) 2020-11-04 18:46:03 -05:00
matchparen.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
netrwPlugin.vim vim-patch:b7398fe41c9e (#23627) 2023-05-15 09:38:32 +02:00
nvim.lua feat(treesitter): add a query editor (#24703) 2023-08-25 13:17:36 -05:00
rplugin.vim fix(startup): nvim with --clean should not load user rplugins 2022-06-04 18:37:54 +02:00
shada.vim runtime: Add [ft]plugin/shada.vim files that automatically open .shada 2015-11-01 21:27:28 +03:00
spellfile.vim spell: Fix argument and avoid redundant prompt. 2016-04-10 04:27:39 -04:00
tarPlugin.vim feat!: remove vimballs (#22402) 2023-04-11 19:10:36 +02:00
tohtml.vim vim-patch:86cfb39030eb 2023-09-09 08:29:50 +02:00
tutor.vim runtime: Include vim-tutor-mode 2015-08-15 15:25:30 -03:00
zipPlugin.vim vim-patch:71badf9547e8 (#23285) 2023-04-23 15:22:55 +02:00