Skip to content

Commit

Permalink
Fix: Alt-Shift-C: Keep the other window
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraNilBasu committed Aug 2, 2020
1 parent b2a104e commit e451831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vim/vimrc_global
Expand Up @@ -271,7 +271,6 @@ function! ToggleHeaderAndCPPFileInSameWindow()

let target_filename = filename_without_extension . '.' . target_extension

execute ':only'
execute ':e ' . target_filename
endfunction

Expand Down

0 comments on commit e451831

Please sign in to comment.