There was an error while loading. Please reload this page.
1 parent 8c00d8c commit 99022e6Copy full SHA for 99022e6
ftplugin/elixir.vim
@@ -34,7 +34,7 @@ if empty(&formatprg)
34
setlocal formatprg=mix\ format\ -
35
endif
36
37
-let &l:define = 'def\(macro|guard|delegate\)p'
+let &l:define = 'def\(macro\|guard\|delegate\)\=p\='
38
39
silent! setlocal formatoptions-=t formatoptions+=croqlj
40
0 commit comments