mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(patch): cherry-pick 9866eb0 to release/v0.25.1-pr-17166 to patch version v0.25.1 and create version 0.25.2 (#17419)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
This commit is contained in:
@@ -2175,11 +2175,9 @@ export function useTextBuffer({
|
|||||||
|
|
||||||
if (!command) {
|
if (!command) {
|
||||||
command =
|
command =
|
||||||
(process.env['VISUAL'] ??
|
process.env['VISUAL'] ??
|
||||||
process.env['EDITOR'] ??
|
process.env['EDITOR'] ??
|
||||||
process.platform === 'win32')
|
(process.platform === 'win32' ? 'notepad' : 'vi');
|
||||||
? 'notepad'
|
|
||||||
: 'vi';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dispatch({ type: 'create_undo_snapshot' });
|
dispatch({ type: 'create_undo_snapshot' });
|
||||||
|
|||||||
Reference in New Issue
Block a user