On Fr, 12 Jun 2026, Christian J. Robinson wrote:
> The function that tries to examine the file to identify whether it's > for the TinyFugue (tf) client or for terraform erroneously assumes > that lines must start with ";", "/", or nothing to be valid TinyFugue > code. This is not correct. Moreover, it examines the entire .tf file > to try to make this determination. In fact, a TinyFugue script file > can have line continuation which means that any character can start a > line. > > The way the function is called also overrides my attempts to correct > this problem by putting my own ftdetect/tf.vim file in place in > ~/.vim/ftdetect or ~/.vim/after/ftdetect. > > I'm not sure how to solve this problem optimally. Thanks, the suggested fix is here now: https://github.com/vim/vim/pull/20510 Thanks, Christian -- Hurewitz's Memory Principle: The chance of forgetting something is directly proportional to... to... uh..... -- -- 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 visit https://groups.google.com/d/msgid/vim_dev/ai11GjuzslVDq44P%40256bit.org.
