This did not happen at patchlevel 372
Error detected while processing command line..script
/root/Session.vim[12]..BufRead Autocommands for "*.htm"..script
/usr/local/share/vim/vim90/autoload/dist/ft.vim:
line 114:
E15: Invalid expression: " '')"
E475: Invalid argument: default = '')
Error detected while processing command line..script
/root/Session.vim[12]..BufRead Autocommands for "*.htm":
E117: Unknown function: dist#ft#FThtml
The first one comes from
export def BindzoneCheck(default = '')
if getline(1) .. getline(2) .. getline(3) .. getline(4)
=~ '^; <<>> DiG [0-9.]\+.* <<>>\|$ORIGIN\|$TTL\|IN\s\+SOA'
setf bindzone
elseif default != ''
exe 'setf ' .. default
endif
enddef
This script has "vim9script" at top but my own vimrc and owncoded
Session.vim are written in pre-vim9 script language.
Best regards,
Tony.
--
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/CAJkCKXsCb_G%3DsNJrK7tuRnNDfdBc2eT8DV7kcUsOCyvHBSg-TA%40mail.gmail.com.