patch 9.0.1797: Vimball/Visual Basic filetype detection conflict

Commit: 
https://github.com/vim/vim/commit/f97f6bbf56408c0c97b4ddbe81fba858d7455b0d
Author: Doug Kearns <dougkea...@gmail.com>
Date:   Sun Aug 27 18:44:09 2023 +0200

    patch 9.0.1797: Vimball/Visual Basic filetype detection conflict
    
    Problem:  Vimball/Visual Basic filetype detection conflict
    Solution: runtime(vb): Improve Vimball and Visual Basic detection logic
    
    Only run Vimball Archiver's BufEnter autocommand on Vimball archives.
    Fixes #2694.
    
    closes: #12899
    
    Signed-off-by: Christian Brabandt <c...@256bit.org>
    Co-authored-by: Doug Kearns <dougkea...@gmail.com>

diff --git a/runtime/autoload/dist/ft.vim b/runtime/autoload/dist/ft.vim
index bc2125754..6c15c29b5 100644
--- a/runtime/autoload/dist/ft.vim
+++ b/runtime/autoload/dist/ft.vim
@@ -62,7 +62,7 @@ export def FTasmsyntax()
   endif
 enddef
 
-var ft_visual_basic_content = '

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1qaJ7M-003Nga-8n%40256bit.org.

Reply via email to