comparison runtime/optwin.vim @ 8962:b4be6f6610a0

commit https://github.com/vim/vim/commit/0c1ff16b5467f97ce08134fdbc8198127bbe492a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 21 18:01:28 2016 +0200 updated runtime files. Add avra syntax.
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Apr 2016 18:15:05 +0200
parents 12392eb2923a
children 21bd2230c5cd
comparison
equal deleted inserted replaced
8961:1a515f48cda6 8962:b4be6f6610a0
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 Mar 19 4 " Last Change: 2016 Apr 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