From 088e8e3443520dec91a384081e66445a104810bb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 8 Aug 2019 22:15:18 +0200 Subject: Update runtime files. --- runtime/optwin.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime/optwin.vim') diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 47a1438fb9..eec2d1e69d 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -1,7 +1,7 @@ " These commands create the option window. " " Maintainer: Bram Moolenaar -" Last Change: 2019 Jul 18 +" Last Change: 2019 Aug 01 " If there already is an option window, jump to that one. let buf = bufnr('option-window') @@ -1176,6 +1176,8 @@ if has("win32") || has("osfiletype") if has("win32") call append("$", "shellslash\tuse forward slashes in file names; for Unix-like shells") call BinOptionG("ssl", &ssl) + call append("$", "completeslash\tspecifies slash/backslash used for completion") + call OptionG("csl", &csl) endif endif -- cgit v1.2.3