@@ -6134,7 +6134,6 @@ A jump table for the options with a short description can be found at |Q_op|.
61346134 {not in Vi}
61356135 {only available when compiled with the | +python/dyn |
61366136 feature}
6137- Note: EXPERIMENTAL. It may be changed or removed in the future.
61386137 Specifies the name of the Python 2.x home directory. When 'pythonhome'
61396138 and the PYTHONHOME environment variable are not set, PYTHON_HOME,
61406139 which was specified at compile time, will be used for the Python 2.x
@@ -6161,13 +6160,11 @@ A jump table for the options with a short description can be found at |Q_op|.
61616160 {not in Vi}
61626161 {only available when compiled with the | +python3/dyn |
61636162 feature}
6164- Note: EXPERIMENTAL. It may be changed or removed in the future.
61656163 Specifies the name of the Python 3 home directory. When
61666164 'pythonthreehome' and the PYTHONHOME environment variable are not set,
61676165 PYTHON3_HOME, which was specified at compile time, will be used for
61686166 the Python 3 home directory.
61696167 Environment variables are expanded | :set_env | .
6170-
61716168 This option cannot be set from a | modeline | or in the | sandbox | , for
61726169 security reasons.
61736170
@@ -6314,7 +6311,7 @@ A jump table for the options with a short description can be found at |Q_op|.
63146311 geom pixelGeometry int 0 - 2 (see below)
63156312 renmode renderingMode int 0 - 6 (see below)
63166313 taamode textAntialiasMode int 0 - 3 (see below)
6317- scrlines Scroll Lines int >= 0 (see below )
6314+ scrlines Scroll Lines int (deprecated )
63186315
63196316 See this URL for detail (except for scrlines):
63206317 https://msdn.microsoft.com/en-us/library/dd368190.aspx
@@ -6348,23 +6345,9 @@ A jump table for the options with a short description can be found at |Q_op|.
63486345 See this URL for detail:
63496346 https://msdn.microsoft.com/en-us/library/dd368170.aspx
63506347
6351- For scrlines: threshold for lines to be scrolled.
6352- 0 - Always use scrolling. (default)
6353- 1 - Use full page redrawing.
6354- > 1 - If the lines to be scrolled is grater or equal to the
6355- specified value, use redrawing. Otherwise use
6356- scrolling.
6357-
6358- If you feel scrolling a page (CTRL-F ) is too slow with DirectX
6359- renderer, try this "scrlines" option.
6360- When set it "1", Vim uses full page redrawing instead of
6361- scrolling. Redrawing a page is faster than scrolling a
6362- page in some environments.
6363- After that, when you feel scrolling lines (CTRL-Y ) becomes
6364- slow, please try "2" or greater value for this option.
6365- It works threshold line number to switch scrolling to
6366- redrawing. Scrolling a few lines might be faster than
6367- redrawing a page in some environments.
6348+ For scrlines:
6349+ This was used for optimizing scrolling behavior, however this
6350+ is now deprecated. If specified, it is simply ignored.
63686351
63696352 Example: >
63706353 set encoding=utf-8
0 commit comments