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 a4991c9 commit 9b466fdCopy full SHA for 9b466fd
ftplugin/elixir.vim
@@ -47,7 +47,5 @@ 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'
0 commit comments