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. -- Christian J. Robinson <[email protected]> -- -- 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/CAK14FZ%2B24Pt3E8yvkvANygSnKiZZbABN2OuP%3DdzweAHyjqyLtw%40mail.gmail.com.
