File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
" Maintainer: skywind3000 (at) gmail.com, 2016-2023
4
4
" Homepage: https://github.com/skywind3000/asyncrun.vim
5
5
"
6
- " Last Modified: 2023/08/03 15:40
6
+ " Last Modified: 2023/08/21 02:03
7
7
"
8
8
" Run shell command in background and output to quickfix:
9
9
" :AsyncRun[!] [options] {cmd} ...
@@ -1206,6 +1206,10 @@ function! asyncrun#get_root(path, ...)
1206
1206
return l: hr
1207
1207
endfunc
1208
1208
1209
+ function ! asyncrun#current_root ()
1210
+ return asyncrun#get_root (' %' )
1211
+ endfunc
1212
+
1209
1213
function ! asyncrun#path_join (home, name)
1210
1214
return s: path_join (a: home , a: name )
1211
1215
endfunc
@@ -2261,7 +2265,7 @@ endfunc
2261
2265
" asyncrun - version
2262
2266
" ----------------------------------------------------------------------
2263
2267
function ! asyncrun#version ()
2264
- return ' 2.11.19 '
2268
+ return ' 2.11.20 '
2265
2269
endfunc
2266
2270
2267
2271
You can’t perform that action at this time.
0 commit comments