"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" F5 - Comment
-" map <F5> o<C-R>=FileGet('c').' '.$USER_INITIALS.': '.strftime('%d.%m.%y').': foo '.FileGet('cEnd')<CR><Esc>?foo<CR>cw
-map <F5> o<C-R>=FileGet('c').' '.FileGet('me_now').': foo '.FileGet('cEnd')<CR><Esc>?foo<CR>cw
+map <F5> :call CommentNewLine()<CR>
vmap <F5> :call CommentToggle()<CR>
-"vmap <F5> :call FileCommentToggle()<CR>
+" map <F5> o<C-R>=FileGet('c').' '.$USER_INITIALS.': '.strftime('%d.%m.%y').': foo '.FileGet('cEnd')<CR><Esc>?foo<CR>cw
+" NB 11.12.22 map <F5> o<C-R>=FileGet('c').' '.FileGet('me_now').': foo '.FileGet('cEnd')<CR><Esc>?foo<CR>cw
+" NB 11.12.22 vmap <F5> :call FileCommentToggle()<CR>