comparison runtime/optwin.vim @ 9975:03fa8a51e9dc

commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 26 19:52:37 2016 +0200 Updated runtime files. Add Scala files.
author Christian Brabandt <cb@256bit.org>
date Fri, 26 Aug 2016 20:00:12 +0200
parents 9eaf8ef656e9
children 7598ce51bf2a
comparison
equal deleted inserted replaced
9974:cb480e05fb5f 9975:03fa8a51e9dc
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: 2016 Aug 12 4 " Last Change: 2016 Aug 21
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 if bufwinnr("option-window") > 0 7 if bufwinnr("option-window") > 0
8 let s:thiswin = winnr() 8 let s:thiswin = winnr()
9 while 1 9 while 1
1201 call <SID>OptionL("kmp") 1201 call <SID>OptionL("kmp")
1202 endif 1202 endif
1203 if has("langmap") 1203 if has("langmap")
1204 call append("$", "langmap\tlist of characters that are translated in Normal mode") 1204 call append("$", "langmap\tlist of characters that are translated in Normal mode")
1205 call <SID>OptionG("lmap", &lmap) 1205 call <SID>OptionG("lmap", &lmap)
1206 call append("$", "langnoremap\tdon't apply 'langmap' to mapped characters") 1206 call append("$", "langremap\tapply 'langmap' to mapped characters")
1207 call <SID>BinOptionG("lnr", &lnr) 1207 call <SID>BinOptionG("lrm", &lrm)
1208 endif 1208 endif
1209 if has("xim") 1209 if has("xim")
1210 call append("$", "imdisable\twhen set never use IM; overrules following IM options") 1210 call append("$", "imdisable\twhen set never use IM; overrules following IM options")
1211 call <SID>BinOptionG("imd", &imd) 1211 call <SID>BinOptionG("imd", &imd)
1212 endif 1212 endif