Skip to content

Commit ea4ffa6

Browse files
committed
Update vital-Whisky
#523 (comment)
1 parent 60d9a56 commit ea4ffa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autoload/vital/_fern/Async/File.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ elseif has('win32') && executable('powershell')
251251
\]
252252
return s:Process.start([
253253
\ 'powershell',
254-
\ '-ExecutionPolicy', 'Bypass',
254+
\ '-ExecutionPolicy', 'Bypass', '-NoProfile',
255255
\ '-Command', printf(join(script, "\r\n"), abspath),
256256
\], options)
257257
\.then({ r -> s:_iconv_result(r) })

autoload/vital/fern.vital

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fern
2-
809b434305276dd3caf8094334dfa2d27d6fd6a6
2+
18fd874589993a34a4e62fe07b3d66a94bdeea15
33

44
App.Spinner
55
Async.CancellationTokenSource

0 commit comments

Comments
 (0)