1
0
mirror of https://github.com/akelge/vim synced 2025-07-12 17:42:09 +00:00

Unnamed clipboard

This commit is contained in:
Andrea Mistrali
2015-11-11 12:43:40 +01:00
parent ad96c523f9
commit b3c1538760
3 changed files with 5 additions and 1 deletions

View File

@ -7,12 +7,14 @@ function! AppendModeline()
call setpos('.', save_cursor)
endfunction
" Define as a command
" Define AppendModeline as a command
command! -nargs=0 -bar AppendModeline call AppendModeline()
"
" Map to <Leader>ml
nnoremap <silent> <Leader>ml :call AppendModeline()<CR>
function! GuiTabLabel()
let label = ''
let bufnrlist = tabpagebuflist(v:lnum)