fix(vim): wrong commentary symbol
This commit is contained in:
parent
5627bbb420
commit
41c1bae229
@ -1,2 +1,2 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
echo -e "OPTION title=vim\nOPTION default-prompt=[sudo] password for $USER:\nGETPIN" | pinentry-qt --display :0 2>/dev/null | grep ^D | cut -d" " -f2
|
echo -e "SETTITLE vim\nOPTION default-prompt=[sudo] password for $USER:\nGETPIN" | pinentry-qt --display :0 2>/dev/null | grep ^D | cut -d" " -f2
|
||||||
|
|||||||
@ -285,5 +285,5 @@ cnoremap <expr> %% getcmdtype() == ':' ? expand('%:h').'/' : '%%'
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# :Sw to save file by root
|
" :Sw to save file by root
|
||||||
command Sw execute 'silent! write !SUDO_ASKPASS=$(which vim_askpass_helper) sudo -A tee % >/dev/null'
|
command Sw execute 'silent! write !SUDO_ASKPASS=$(which vim_askpass_helper) sudo -A tee % >/dev/null'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user