Minor corrections

This commit is contained in:
Marco Hinz 2013-07-17 12:44:21 +02:00
parent ea331d6065
commit 7d56e9aac1
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ if exists('b:autoloaded_sy')
endif endif
let b:autoloaded_sy = 1 let b:autoloaded_sy = 1
" Init: values " Init: values {{{1
let g:signify_sign_overwrite = get(g:, 'signify_sign_overwrite', 1) let g:signify_sign_overwrite = get(g:, 'signify_sign_overwrite', 1)
let g:id_top = 0x100 let g:id_top = 0x100
@ -101,3 +101,4 @@ function! sy#toggle() abort
endif endif
endfunction endfunction
" vim: et sw=2 sts=2

View File

@ -84,3 +84,4 @@ else
nnoremap <silent> <leader>gt :SignifyToggle<cr> nnoremap <silent> <leader>gt :SignifyToggle<cr>
endif endif
" vim: et sw=2 sts=2