Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1817529

Browse files
author
skywind3000
committed
Refactor s:root_locator function to use asyncrun#get_root method for better consistency.
1 parentbc1edca commit1817529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎plugin/script_load.vim‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function! s:root_locator()
131131
endif
132132
let root=asyncrun#locator#detect()
133133
if root!=''&&isdirectory(root)
134-
return root
134+
returnasyncrun#get_root(root)
135135
endif
136136
return''
137137
endfunc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp