This commit is contained in:
2025-10-30 10:40:44 +05:30
parent bb193b5d92
commit 56598f5170
+1
View File
@@ -261,4 +261,5 @@ function! s:ParseFileAndLine(bufferName)
" current window. Because the dummy buffer is now hidden
" and marked 'bufhidden=delete', it gets removed.
execute 'edit! +' . s:line_num . ' ' . fnameescape(s:real_file)
doautocmd filetypedetect BufRead
endfunction