diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-22 22:33:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-22 22:33:02 +0200 |
commit | 50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e (patch) | |
tree | d2eeeb618935c8cbd3d05f2d1b771d49b346d9b7 /runtime/tools | |
parent | 9e02cfa226b2577ec867b544a1a450a428a19880 (diff) | |
download | vim-git-50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/tools')
-rw-r--r-- | runtime/tools/vim_vs_net.cmd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/tools/vim_vs_net.cmd b/runtime/tools/vim_vs_net.cmd index bea6353f6..335236c92 100644 --- a/runtime/tools/vim_vs_net.cmd +++ b/runtime/tools/vim_vs_net.cmd @@ -15,8 +15,7 @@ @rem :h --remote-silent for more details @rem @rem --servername VS_NET -@rem This will create a new instance of vim called VS_NET. So if you -open +@rem This will create a new instance of vim called VS_NET. So if you open @rem multiple files from VS, they will use the same instance of Vim. @rem This allows you to have multiple copies of Vim running, but you can @rem control which one has VS files in it. |