Guest User

Untitled

a guest
Sep 13th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.14 KB | None | 0 0
  1. function! SaveUnnamedRegTo()
  2.   call inputsave()
  3.   let regKey = input('Enter key: ')
  4.   call inputrestore()
  5.   let "@" . regKey = @@
  6. endfunction
Add Comment
Please, Sign In to add comment