Commit 7a4981d8 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Prepare to load module better.

Developing right now, but prepare to load module better in the future.
parent 7e419974
......@@ -16,6 +16,15 @@ endif
let s:path = fnamemodify(resolve(expand('<sfile>:p')), ':h')
function! HelloWorld()
function! LoadCobolPython()
!exists('g:cobol_py_loaded')
exec 'py3file ' . s:path . '/cobol.py'
let g:cobol_py_loaded = 1
endif
endfunction
function! Renumber()
exec 'py3file ' . s:path . '/renumber.py'
endfunction
" call LoadCobolPython()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment