diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2022-10-21 06:56:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 03:56:09 -0700 |
commit | 24c9561a68aa9b9cf8d8a503c5e85f63d7ebb543 (patch) | |
tree | 0bddb82b8f8216ab003e4ded5fcc6e71ee10c865 /scripts/gen_help_html.lua | |
parent | a288b4f21423efb056061e4da3871a4247a7de79 (diff) | |
download | rneovim-24c9561a68aa9b9cf8d8a503c5e85f63d7ebb543.tar.gz rneovim-24c9561a68aa9b9cf8d8a503c5e85f63d7ebb543.tar.bz2 rneovim-24c9561a68aa9b9cf8d8a503c5e85f63d7ebb543.zip |
vim-patch: bump VIM_VERSION from 8.0 => 8.1 #20762
There are 6 remaining 8.0.x patches, tracked in:
https://github.com/neovim/neovim/issues/5431
Diffstat (limited to 'scripts/gen_help_html.lua')
-rw-r--r-- | scripts/gen_help_html.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index afc045dc96..e5251b7f25 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -339,6 +339,7 @@ local function validate_link(node, bufnr, fname) return helppage, tagname, ignored end +-- TODO: port the logic from scripts/check_urls.vim local function validate_url(text, fname) local ignored = false if vim.fs.basename(fname) == 'pi_netrw.txt' then |