1- *options.txt* For Vim version 7.4. Last change: 2016 Jan 03
1+ *options.txt* For Vim version 7.4. Last change: 2016 Jan 09
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4958,13 +4958,13 @@ A jump table for the options with a short description can be found at |Q_op|.
49584958 reset this option. | -u | | --noplugin |
49594959
49604960 *'luadll'*
4961- 'luadll' string (default empty )
4961+ 'luadll' string (default depends on the build )
49624962 global
4963- {not in Vi} {only for Unix}
4963+ {not in Vi}
49644964 {only available when compiled with the | +lua/dyn |
49654965 feature}
4966- Specifies the path of the Lua shared library instead of DYNAMIC_LUA_DLL
4967- what was specified at compile time.
4966+ Specifies the name of the Lua shared library. The default is
4967+ DYNAMIC_LUA_DLL, which was specified at compile time.
49684968 This option cannot be set from a | modeline | or in the | sandbox | , for
49694969 security reasons.
49704970
@@ -5433,7 +5433,7 @@ A jump table for the options with a short description can be found at |Q_op|.
54335433 Negative or zero value means no thread scheduling.
54345434
54355435 *'nrformats'* *'nf'*
5436- 'nrformats' 'nf' string (default "octal,hex")
5436+ 'nrformats' 'nf' string (default "bin, octal,hex")
54375437 local to buffer
54385438 {not in Vi}
54395439 This defines what bases Vim will consider for numbers when using the
@@ -5447,6 +5447,9 @@ A jump table for the options with a short description can be found at |Q_op|.
54475447 hex If included, numbers starting with "0x" or "0X" will be
54485448 considered to be hexadecimal. Example: Using CTRL-X on
54495449 "0x100" results in "0x0ff".
5450+ bin If included, numbers starting with "0b" or "0B" will be
5451+ considered to be binary. Example: Using CTRL-X on
5452+ "0b1000" subtracts one, resulting in "0b0111".
54505453 Numbers which simply begin with a digit in the range 1-9 are always
54515454 considered decimal. This also happens for numbers that are not
54525455 recognized as octal or hex.
@@ -5701,13 +5704,13 @@ A jump table for the options with a short description can be found at |Q_op|.
57015704 this doesn't work when $INCL contains a comma or white space.
57025705
57035706 *'perldll'*
5704- 'perldll' string (default empty )
5707+ 'perldll' string (default depends on the build )
57055708 global
5706- {not in Vi} {only for Unix}
5709+ {not in Vi}
57075710 {only available when compiled with the | +perl/dyn |
57085711 feature}
5709- Specifies the path of the Perl shared library instead of
5710- DYNAMIC_PERL_DLL what was specified at compile time.
5712+ Specifies the name of the Perl shared library. The default is
5713+ DYNAMIC_PERL_DLL, which was specified at compile time.
57115714 This option cannot be set from a | modeline | or in the | sandbox | , for
57125715 security reasons.
57135716
@@ -5838,24 +5841,24 @@ A jump table for the options with a short description can be found at |Q_op|.
58385841 | ins-completion-menu | .
58395842
58405843 *'pythondll'*
5841- 'pythondll' string (default empty )
5844+ 'pythondll' string (default depends on the build )
58425845 global
5843- {not in Vi} {only for Unix}
5846+ {not in Vi}
58445847 {only available when compiled with the | +python/dyn |
58455848 feature}
5846- Specifies the path of the Python 2.x shared library instead of
5847- DYNAMIC_PYTHON_DLL what was specified at compile time.
5849+ Specifies the name of the Python 2.x shared library. The default is
5850+ DYNAMIC_PYTHON_DLL, which was specified at compile time.
58485851 This option cannot be set from a | modeline | or in the | sandbox | , for
58495852 security reasons.
58505853
58515854 *'pythonthreedll'*
5852- 'pythonthreedll' string (default empty )
5855+ 'pythonthreedll' string (default depends on the build )
58535856 global
5854- {not in Vi} {only for Unix}
5857+ {not in Vi}
58555858 {only available when compiled with the | +python3/dyn |
58565859 feature}
5857- Specifies the path of the Python 3 shared library instead of
5858- DYNAMIC_PYTHON3_DLL what was specified at compile time.
5860+ Specifies the name of the Python 3 shared library. The default is
5861+ DYNAMIC_PYTHON3_DLL, which was specified at compile time.
58595862 This option cannot be set from a | modeline | or in the | sandbox | , for
58605863 security reasons.
58615864
@@ -6079,13 +6082,13 @@ A jump table for the options with a short description can be found at |Q_op|.
60796082 The 'rightleft' option must be set for 'rightleftcmd' to take effect.
60806083
60816084 *'rubydll'*
6082- 'rubydll' string (default empty )
6085+ 'rubydll' string (default: depends on the build )
60836086 global
6084- {not in Vi} {only for Unix}
6087+ {not in Vi}
60856088 {only available when compiled with the | +ruby/dyn |
60866089 feature}
6087- Specifies the path of the Ruby shared library instead of
6088- DYNAMIC_RUBY_DLL what was specified at compile time.
6090+ Specifies the name of the Ruby shared library. The default is
6091+ DYNAMIC_RUBY_DLL, which was specified at compile time.
60896092 This option cannot be set from a | modeline | or in the | sandbox | , for
60906093 security reasons.
60916094
@@ -7570,6 +7573,17 @@ A jump table for the options with a short description can be found at |Q_op|.
75707573 Resetting this option is useful when using a ":tag" command in a
75717574 mapping which should not change the tagstack.
75727575
7576+ *'tcldll'*
7577+ 'tcldll' string (default depends on the build)
7578+ global
7579+ {not in Vi}
7580+ {only available when compiled with the | +tcl/dyn |
7581+ feature}
7582+ Specifies the name of the Tcl shared library. The default is
7583+ DYNAMIC_TCL_DLL, which was specified at compile time.
7584+ This option cannot be set from a | modeline | or in the | sandbox | , for
7585+ security reasons.
7586+
75737587 *'term'* *E529* *E530* *E531*
75747588'term' string (default is $TERM, if that fails:
75757589 in the GUI: "builtin_gui"
0 commit comments