plugins/vim-suda: add back the smart_edit option

This commit is contained in:
Gaetan Lepage 2025-01-19 15:14:20 +01:00
parent 85e4e16de8
commit ab693bb1cd
2 changed files with 17 additions and 18 deletions

View file

@ -10,7 +10,7 @@
path = "sudo";
noninteractive = 0;
prompt = "Password: ";
#smart_edit = 0;
smart_edit = 0;
};
};
};
@ -22,7 +22,7 @@
path = "doas";
noninteractive = 1;
prompt = "Pass: ";
#smart_edit = 1;
smart_edit = 1;
};
};
};