Harish Karumuthil 2 months ago
parent
commit
56598f5170
  1. 1
      home/.config/nvim/server.vim

1
home/.config/nvim/server.vim

@ -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

Loading…
Cancel
Save