comparison runtime/optwin.vim @ 14:946da5994c01

updated for version 7.0006
author vimboss
date Mon, 05 Jul 2004 15:58:32 +0000
parents 24d5189d3956
children 631143ac4a01
comparison
equal deleted inserted replaced
13:24d5189d3956 14:946da5994c01
1145 call append("$", "buflisted\twhether the buffer shows up in the buffer list") 1145 call append("$", "buflisted\twhether the buffer shows up in the buffer list")
1146 call append("$", "\t(local to buffer)") 1146 call append("$", "\t(local to buffer)")
1147 call <SID>BinOptionL("bl") 1147 call <SID>BinOptionL("bl")
1148 call append("$", "debug\tset to \"msg\" to see all error messages") 1148 call append("$", "debug\tset to \"msg\" to see all error messages")
1149 call append("$", " \tset debug=" . &debug) 1149 call append("$", " \tset debug=" . &debug)
1150 if has("mzscheme")
1151 call append("$", "mzquantum\tinterval in milliseconds between polls for MzScheme threads")
1152 call append("$", " \tset mzq=" . &mzq)
1153 endif
1150 1154
1151 set cpo&vim 1155 set cpo&vim
1152 1156
1153 " go to first line 1157 " go to first line
1154 1 1158 1