Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autoload/vital/_fern/Async/File.vim
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ elseif has('win32') && executable('powershell')
\]
return s:Process.start([
\ 'powershell',
\ '-ExecutionPolicy', 'Bypass',
\ '-ExecutionPolicy', 'Bypass', '-NoProfile',
\ '-Command', printf(join(script, "\r\n"), abspath),
\], options)
\.then({ r -> s:_iconv_result(r) })
Expand Down
2 changes: 1 addition & 1 deletion autoload/vital/fern.vital
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fern
809b434305276dd3caf8094334dfa2d27d6fd6a6
18fd874589993a34a4e62fe07b3d66a94bdeea15

App.Spinner
Async.CancellationTokenSource
Expand Down