aboutsummaryrefslogtreecommitdiff
path: root/autoload/scripts.vim
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-02-06 21:49:57 +0200
committersrdusr <trevorgray@srdusr.com>2023-02-06 21:49:57 +0200
commitb9776df54065eaee475eae20583a627f9279d7eb (patch)
tree9f84399d25d18d2ec9214004bab1e86e1d068fec /autoload/scripts.vim
parentfb5b5f0a7cede3bbf3204cf01ae6e69b213bd4ed (diff)
downloaddotfiles-b9776df54065eaee475eae20583a627f9279d7eb.tar.gz
dotfiles-b9776df54065eaee475eae20583a627f9279d7eb.zip
Commented out to investigate saving more than one file outcome
Diffstat (limited to 'autoload/scripts.vim')
-rw-r--r--autoload/scripts.vim26
1 files changed, 13 insertions, 13 deletions
diff --git a/autoload/scripts.vim b/autoload/scripts.vim
index 5c695d3..77bd813 100644
--- a/autoload/scripts.vim
+++ b/autoload/scripts.vim
@@ -1,15 +1,15 @@
-if !exists('*scripts#save_and_exec')
- function! scripts#save_and_exec() abort
- if &filetype == 'vim'
- :silent! write
- :source %
- elseif &filetype == 'lua'
- :silent! write
- :luafile %
- endif
-
- return
- endfunction
-endif
+"if !exists('*scripts#save_and_exec')
+" function! scripts#save_and_exec() abort
+" if &filetype == 'vim'
+" :silent! write
+" :source %
+" elseif &filetype == 'lua'
+" :silent! write
+" :luafile %
+" endif
+"
+" return
+" endfunction
+"endif