mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 15:40:04 +08:00
9 lines
138 B
VimL
9 lines
138 B
VimL
let s:LOGGER = SpaceVim#logger#derive('bookmarks')
|
|
|
|
|
|
function! bookmarks#logger#info(msg) abort
|
|
|
|
call s:LOGGER.info(a:msg)
|
|
|
|
endfunction
|