Mercurial > vim_plugins > core
diff plugin/core.vim @ 1:7c5bd18befd2 default tip
Some basic usage
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Tue, 10 Mar 2026 21:31:17 -0400 |
| parents | 7bb5f650cfb7 |
| children |
line wrap: on
line diff
--- a/plugin/core.vim Tue Mar 10 20:28:16 2026 -0400 +++ b/plugin/core.vim Tue Mar 10 21:31:17 2026 -0400 @@ -1,15 +1,2 @@ " plugin/core.vim " Basic plugin entry point - -if exists('g:loaded_core') - finish -endif -let g:loaded_core = 1 - -" Default configuration option -if !exists('g:core_greeting') - let g:core_greeting = 'Hello from core!' -endif - -" Command that calls an autoloaded function -command! CoreGreet call core#greet()
