On Thursday, October 23, 2014 7:58:18 AM UTC+13, Shahbaz Youssefi wrote:
> I have an issue where it seems like make and automake file types don't 
> trigger the FileType event.

It seems likely you're getting vim's own file type stuff. What does
  :verbose set sw? et? sts?
tell you?  

(Note that setting expandtab for old-style make files is bad, they depend on 
actual tab characters by design.)

If I edit the make file I use for building vim, and run that, I get
  shiftwidth=8
        Last set from modeline
noexpandtab
        Last set from /usr/local/share/vim/vim74/ftplugin/make.vim
  softtabstop=0
        Last set from /usr/local/share/vim/vim74/ftplugin/make.vim

Read :h file-type 

-- 
-- 
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to