derekwyatt / vim-fswitch

Vim plug for switching between companion source files (e.g. ".h" and ".cpp")
179 stars 57 forks source link

Switch buffer if file is opened instead of calling edit all the time. #8

Closed okcompute closed 11 years ago

okcompute commented 11 years ago

This fix the problem where the cursor would always return at the beginning of the file when switching to an already opened file.

derekwyatt commented 11 years ago

Thanks