Mercurial > vim_plugins > core
view autoload/core.vim @ 0:7bb5f650cfb7
Initial Commit
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Tue, 10 Mar 2026 20:28:16 -0400 |
| parents | |
| children | 7c5bd18befd2 |
line wrap: on
line source
" autoload/core.vim " Functions are loaded on demand if exists('*core#greet') finish endif function! core#greet() abort echo g:core_greeting endfunction
