We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28f194 commit a8e1b3dCopy full SHA for a8e1b3d
src/MacVim/gvimrc
@@ -37,6 +37,10 @@ set guitablabel=%M%t
37
" that is generated by :hardcopy.
38
set printexpr=system('open\ -a\ Preview\ '.v:fname_in)\ +\ v:shell_error
39
40
+" askpass
41
+let $SSH_ASKPASS = simplify($VIM . '/../../MacOS') . '/macvim-askpass'
42
+let $SUDO_ASKPASS = $SSH_ASKPASS
43
+
44
45
" This is so that HIG Cmd and Option movement mappings can be disabled by
46
" adding the line
@@ -105,7 +109,3 @@ endif " exists("macvim_hig_shift_movement")
105
109
" Restore the previous value of 'cpoptions'.
106
110
let &cpo = s:cpo_save
107
111
unlet s:cpo_save
108
-
-" askpass
-let $SSH_ASKPASS = simplify($VIM . '/../../MacOS') . '/macvim-askpass'
-let $SUDO_ASKPASS = $SSH_ASKPASS
0 commit comments