We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6788092 commit 84b6816Copy full SHA for 84b6816
autoload/ddc_file/internal.vim
@@ -23,7 +23,7 @@ endfunction
23
" string,
24
" ]}
25
function! ddc_file#internal#info(is_posix) abort
26
- let input_line = getline('.')[: col('.') - 1]
+ let input_line = getline('.')[: col('.') - 2]
27
let input_file_full = s:line_to_file_full(input_line, a:is_posix)
28
let input_file_base_prefix = s:full_to_base_prefix(input_file_full, a:is_posix)
29
let buf_path = expand('%:p')
0 commit comments