mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
Fix
This commit is contained in:
@@ -261,4 +261,5 @@ function! s:ParseFileAndLine(bufferName)
|
|||||||
" current window. Because the dummy buffer is now hidden
|
" current window. Because the dummy buffer is now hidden
|
||||||
" and marked 'bufhidden=delete', it gets removed.
|
" and marked 'bufhidden=delete', it gets removed.
|
||||||
execute 'edit! +' . s:line_num . ' ' . fnameescape(s:real_file)
|
execute 'edit! +' . s:line_num . ' ' . fnameescape(s:real_file)
|
||||||
|
doautocmd filetypedetect BufRead
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user