aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-11-23 00:39:33 -0700
committerkatherine <shmibs@shmibbles.me>2018-11-23 00:39:33 -0700
commit5a1a09f659b79725d187f56227ccc49d24c12347 (patch)
treeacb4dded730354ed2ab1dcd2a71b2eb5e8715caa /.vimrc
parent36dac6212b2b656b731298bed1eb6332a40babdf (diff)
downloaddotfiles-5a1a09f659b79725d187f56227ccc49d24c12347.tar.gz
more file handling
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/.vimrc b/.vimrc
index d55f0bb..382f661 100644
--- a/.vimrc
+++ b/.vimrc
@@ -290,7 +290,7 @@ if has("autocmd")
au FileType coffee call Settings_coffee()
au FileType conf call Settings_conf()
au FileType cpp call Settings_c()
- au FileType crystal call Settings_script2()
+ au FileType crystal call Settings_crystal()
au FileType cs call Settings_c()
au FileType css call Settings_css()
au FileType d call Settings_c()
@@ -392,6 +392,11 @@ function! Settings_conf()
setlocal expandtab
endfunction
+function! Settings_crystal()
+ call Settings_script2()
+ setlocal expandtab
+endfunction
+
function! Settings_css()
call Settings_c()
"settings
@@ -562,11 +567,6 @@ function! Settings_vim()
nnoremap <buffer> -- O"
endfunction
-function! Settings_yaml()
- call Settings_script2()
- setlocal expandtab
-endfunction
-
function! Settings_z80()
"settings
setlocal shiftwidth=6