This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
vacant
/
vim
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
0424b2b8dd
Ramas
Etiquetas
master
vim
/
vimfiles
/
bundle
/
vim-table-mode
/
autoload
/
tablemode
/
logger.vim
logger.vim
106 B
Histórico
Raw
1
2
3
4
5
function! tablemode#logger#log(message)
if g:table_mode_verbose
echom a:message
endif
endfunction