comparison runtime/optwin.vim @ 17667:95c23e180022

Update runtime files. commit https://github.com/vim/vim/commit/088e8e3443520dec91a384081e66445a104810bb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 8 22:15:18 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Aug 2019 22:30:08 +0200
parents ca8e754bdd53
children 55c167b08c2b
comparison
equal deleted inserted replaced
17666:460af4da8fa6 17667:95c23e180022
1 " These commands create the option window. 1 " These commands create the option window.
2 " 2 "
3 " Maintainer: Bram Moolenaar <Bram@vim.org> 3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last Change: 2019 Jul 18 4 " Last Change: 2019 Aug 01
5 5
6 " If there already is an option window, jump to that one. 6 " If there already is an option window, jump to that one.
7 let buf = bufnr('option-window') 7 let buf = bufnr('option-window')
8 if buf >= 0 8 if buf >= 0
9 let winids = win_findbuf(buf) 9 let winids = win_findbuf(buf)
1174 call <SID>OptionL("oft") 1174 call <SID>OptionL("oft")
1175 endif 1175 endif
1176 if has("win32") 1176 if has("win32")
1177 call append("$", "shellslash\tuse forward slashes in file names; for Unix-like shells") 1177 call append("$", "shellslash\tuse forward slashes in file names; for Unix-like shells")
1178 call <SID>BinOptionG("ssl", &ssl) 1178 call <SID>BinOptionG("ssl", &ssl)
1179 call append("$", "completeslash\tspecifies slash/backslash used for completion")
1180 call <SID>OptionG("csl", &csl)
1179 endif 1181 endif
1180 endif 1182 endif
1181 1183
1182 1184
1183 call <SID>Header("language specific") 1185 call <SID>Header("language specific")