From ca3142c5e27271ae1e36e87957b8fac9241ac172 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 10 Apr 2013 13:50:06 +0300 Subject: [PATCH] implements #7 --- ftplugin/nimrod.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ftplugin/nimrod.vim b/ftplugin/nimrod.vim index 5f97ed5..710b53e 100644 --- a/ftplugin/nimrod.vim +++ b/ftplugin/nimrod.vim @@ -13,6 +13,8 @@ setlocal formatoptions-=t formatoptions+=croql setlocal comments=:##,:# setlocal commentstring=#\ %s setlocal omnifunc=NimComplete +setlocal suffixesadd=.nim + compiler nimrod let &cpo = s:cpo_save