We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abd99e commit 4fdce76Copy full SHA for 4fdce76
ftplugin/elixir.vim
@@ -47,9 +47,7 @@ onoremap <buffer> <silent> <expr> [[ ':silent keeppatterns ?'.b:block_begin.'<CR
47
onoremap <buffer> <silent> <expr> ][ ':silent keeppatterns /'.b:block_end .'<CR>'
48
onoremap <buffer> <silent> <expr> [] ':silent keeppatterns ?'.b:block_end .'<CR>'
49
50
-silent! setlocal formatoptions-=t formatoptions+=croqlj
51
-
52
-let b:undo_ftplugin = 'setlocal sw< sts< et< isk< com< cms< path< inex< sua< def<'.
+let b:undo_ftplugin = 'setlocal sw< sts< et< isk< com< cms< path< inex< sua< def< fo<'.
53
\ '| unlet! b:match_ignorecase b:match_words b:block_begin b:block_end'
54
55
function s:projectionist_detect_elixir()
0 commit comments