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
@@ -4848,13 +4848,13 @@ A jump table for the options with a short description can be found at |Q_op|.
48484848 reset this option. | -u | | --noplugin |
48494849
48504850 *'luadll'*
4851- 'luadll' string (default empty )
4851+ 'luadll' string (default depends on the build )
48524852 global
4853- {not in Vi} {only for Unix}
4853+ {not in Vi}
48544854 {only available when compiled with the | +lua/dyn |
48554855 feature}
4856- Specifies the path of the Lua shared library instead of DYNAMIC_LUA_DLL
4857- what was specified at compile time.
4856+ Specifies the name of the Lua shared library. The default is
4857+ DYNAMIC_LUA_DLL, which was specified at compile time.
48584858 This option cannot be set from a | modeline | or in the | sandbox | , for
48594859 security reasons.
48604860
@@ -5297,7 +5297,7 @@ A jump table for the options with a short description can be found at |Q_op|.
52975297 Negative or zero value means no thread scheduling.
52985298
52995299 *'nrformats'* *'nf'*
5300- 'nrformats' 'nf' string (default "octal,hex")
5300+ 'nrformats' 'nf' string (default "bin, octal,hex")
53015301 local to buffer
53025302 {not in Vi}
53035303 This defines what bases Vim will consider for numbers when using the
@@ -5311,6 +5311,9 @@ A jump table for the options with a short description can be found at |Q_op|.
53115311 hex If included, numbers starting with "0x" or "0X" will be
53125312 considered to be hexadecimal. Example: Using CTRL-X on
53135313 "0x100" results in "0x0ff".
5314+ bin If included, numbers starting with "0b" or "0B" will be
5315+ considered to be binary. Example: Using CTRL-X on
5316+ "0b1000" subtracts one, resulting in "0b0111".
53145317 Numbers which simply begin with a digit in the range 1-9 are always
53155318 considered decimal. This also happens for numbers that are not
53165319 recognized as octal or hex.
@@ -5565,13 +5568,13 @@ A jump table for the options with a short description can be found at |Q_op|.
55655568 this doesn't work when $INCL contains a comma or white space.
55665569
55675570 *'perldll'*
5568- 'perldll' string (default empty )
5571+ 'perldll' string (default depends on the build )
55695572 global
5570- {not in Vi} {only for Unix}
5573+ {not in Vi}
55715574 {only available when compiled with the | +perl/dyn |
55725575 feature}
5573- Specifies the path of the Perl shared library instead of
5574- DYNAMIC_PERL_DLL what was specified at compile time.
5576+ Specifies the name of the Perl shared library. The default is
5577+ DYNAMIC_PERL_DLL, which was specified at compile time.
55755578 This option cannot be set from a | modeline | or in the | sandbox | , for
55765579 security reasons.
55775580
@@ -5702,24 +5705,24 @@ A jump table for the options with a short description can be found at |Q_op|.
57025705 | ins-completion-menu | .
57035706
57045707 *'pythondll'*
5705- 'pythondll' string (default empty )
5708+ 'pythondll' string (default depends on the build )
57065709 global
5707- {not in Vi} {only for Unix}
5710+ {not in Vi}
57085711 {only available when compiled with the | +python/dyn |
57095712 feature}
5710- Specifies the path of the Python 2.x shared library instead of
5711- DYNAMIC_PYTHON_DLL what was specified at compile time.
5713+ Specifies the name of the Python 2.x shared library. The default is
5714+ DYNAMIC_PYTHON_DLL, which was specified at compile time.
57125715 This option cannot be set from a | modeline | or in the | sandbox | , for
57135716 security reasons.
57145717
57155718 *'pythonthreedll'*
5716- 'pythonthreedll' string (default empty )
5719+ 'pythonthreedll' string (default depends on the build )
57175720 global
5718- {not in Vi} {only for Unix}
5721+ {not in Vi}
57195722 {only available when compiled with the | +python3/dyn |
57205723 feature}
5721- Specifies the path of the Python 3 shared library instead of
5722- DYNAMIC_PYTHON3_DLL what was specified at compile time.
5724+ Specifies the name of the Python 3 shared library. The default is
5725+ DYNAMIC_PYTHON3_DLL, which was specified at compile time.
57235726 This option cannot be set from a | modeline | or in the | sandbox | , for
57245727 security reasons.
57255728
@@ -5943,13 +5946,13 @@ A jump table for the options with a short description can be found at |Q_op|.
59435946 The 'rightleft' option must be set for 'rightleftcmd' to take effect.
59445947
59455948 *'rubydll'*
5946- 'rubydll' string (default empty )
5949+ 'rubydll' string (default: depends on the build )
59475950 global
5948- {not in Vi} {only for Unix}
5951+ {not in Vi}
59495952 {only available when compiled with the | +ruby/dyn |
59505953 feature}
5951- Specifies the path of the Ruby shared library instead of
5952- DYNAMIC_RUBY_DLL what was specified at compile time.
5954+ Specifies the name of the Ruby shared library. The default is
5955+ DYNAMIC_RUBY_DLL, which was specified at compile time.
59535956 This option cannot be set from a | modeline | or in the | sandbox | , for
59545957 security reasons.
59555958
0 commit comments