On 7/22/06, Nikolai Weibull <[EMAIL PROTECTED]> wrote:

The filetype can be matched by the following patterns:

  au BufNewFile,BufRead ~/.cmus/{autosave,rc,command_history,*.theme}
        \                                                 setf cmusrc
  au BufNewFile,BufRead */cmus/{rc,*.theme}               setf cmusrc

Damn...make that:

 au BufNewFile,BufRead ~/.cmus/{autosave,rc,command-history,*.theme}
       \                                                 setf cmusrc
 au BufNewFile,BufRead */cmus/{rc,*.theme}               setf cmusrc

(command_history should really be command-history)

Thanks.

 nikolai

Reply via email to