Skip to content

Commit

Permalink
Try removing spaces around '='
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue authored and voldikss committed Nov 19, 2023
1 parent 5b702aa commit 3f01a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/floaterm/path.vim
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function! s:path_join(home, name) abort
endif
endfunction

function! floaterm#path#get_root(path = getcwd()) abort
function! floaterm#path#get_root(path=getcwd()) abort
let strict = 0
let l:hr = s:find_root(a:path, g:floaterm_rootmarkers, strict)
if s:is_windows
Expand Down

0 comments on commit 3f01a62

Please sign in to comment.