Skip to content

Commit 244c691

Browse files
committed
Use default modifier when no relative path found
1 parent 9d3d8c8 commit 244c691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/OmniSharp/util.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ function! OmniSharp#util#TranslatePathForClient(filename) abort
294294
if common !=# s:dir_separator
295295
return result . substitute(filename, common . s:dir_separator, '', '')
296296
endif
297+
let modifiers = ':p'
297298
endif
298299

299300
return fnamemodify(filename, modifiers)

0 commit comments

Comments
 (0)