diff options
Diffstat (limited to 'runtime/macros/editexisting.vim')
-rw-r--r-- | runtime/macros/editexisting.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/macros/editexisting.vim b/runtime/macros/editexisting.vim index b062c5b22..f0feed08f 100644 --- a/runtime/macros/editexisting.vim +++ b/runtime/macros/editexisting.vim @@ -1,6 +1,6 @@ -" Vim Plugin: Edit the file with an existing Vim if possible +" Vim Plugin: Edit the file with an existing Vim if possible " Maintainer: Bram Moolenaar -" Last Change: 2005 Dec 15 +" Last Change: 2006 Apr 30 " This is a plugin, drop it in your (Unix) ~/.vim/plugin or (Win32) " $VIM/vimfiles/plugin directory. Or make a symbolic link, so that you @@ -35,7 +35,7 @@ func s:EditElsewhere(filename) if servername ==? v:servername continue endif - + " Check if this server is editing our file. if remote_expr(servername, "bufloaded('" . fname_esc . "')") " Yes, bring it to the foreground. |