runtime/filetype.vim
" Dockerfile
au BufNewFile,BufRead Dockerfile setf=dockerfile

This become
filetype==dockerfile


This patch fixes it.
---
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 896ccc1..60a47e1 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -531,7 +531,7 @@ au BufNewFile,BufRead configure.in,configure.ac setf config
 au BufNewFile,BufRead *.cu                     setf cuda
 
 " Dockerfile
-au BufNewFile,BufRead Dockerfile               setf=dockerfile
+au BufNewFile,BufRead Dockerfile               setf dockerfile
 
 " WildPackets EtherPeek Decoder
 au BufNewFile,BufRead *.dcd                    setf dcd
---

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui