Re: [PATCH] Simple update to bash completions to prevent unbound variable errors.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Teemu Likonen
Date: Monday, January 12, 2009 - 11:35 pm

Ted Pavlic (2009-01-12 23:50 -0500) wrote:


Another way is to set filetype detection locally. This way the project
files don't get filled with editor-specific stuff. You may want add
something like the following to your ~/.vim/filetype.vim file:

    augroup filetypedetect
            autocmd BufNewFile,BufRead .git_bash_completion  setl ft=sh
    augroup END
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Simple update to bash completions to prevent u ..., Boyd Stephen Smith Jr., (Mon Jan 12, 8:56 pm)
Re: [PATCH] Simple update to bash completions to prevent u ..., Teemu Likonen, (Mon Jan 12, 11:35 pm)