Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

metrics-server

user avatar
Jerome Reybert authored
jump_to opens the `filename` with `:edit`, no matter is the buffer is
already opened in vim. It fails if the buffer already exists and if it
has unsaved modifications.

Simply check if the buffer exists, and if so, open it with `:buffer`,
otherwise `:edit` it like a new file.

fixes #194
6cd62ea4
History
Name Last commit Last update
..