diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-08-27 18:16:33 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-08-27 18:16:33 +0200 |
commit | bd35da8e9ca0bddd95539bef0c8f4857dc4cc746 (patch) | |
tree | 2eda075ecdbeb5a05a536c3a91272559ee936989 /ftplugin/scala.vim | |
parent | 91da1ec2a5e8fb926535160ef4644ff879d3ee08 (diff) | |
download | vim-polyglot-bd35da8e9ca0bddd95539bef0c8f4857dc4cc746.tar.gz vim-polyglot-bd35da8e9ca0bddd95539bef0c8f4857dc4cc746.zip |
Updatev1.10.1
Diffstat (limited to 'ftplugin/scala.vim')
-rw-r--r-- | ftplugin/scala.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/scala.vim b/ftplugin/scala.vim index 18941e07..3f0de967 100644 --- a/ftplugin/scala.vim +++ b/ftplugin/scala.vim @@ -1,3 +1,4 @@ +setlocal formatoptions+=ro setlocal commentstring=//%s let &l:include = '^\s*import' let &l:includeexpr = 'substitute(v:fname,"\\.","/","g")' |