Created
November 13, 2015 14:00
-
-
Save brainpicture/a49d68c576d8b15e545a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" BookmarkPut | |
vnoremap <silent> m y:call BookmarkPut()<CR> | |
function! BookmarkPut() | |
echo "bookmark: " | |
let c = getchar() | |
if !type(c) | |
let c = nr2char(c) | |
endif | |
if (match(c, '[a-zA-Z0-9]\C') != -1) | |
exec "normal! `".c."P" | |
elseif | |
echo "should be a leter" | |
endif | |
endfunction |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Только nano! Только хардкор!