Use softWrapIndentation name consistently

This commit is contained in:
Antonio Scandurra
2015-02-20 10:11:47 +01:00
parent ab5c79d009
commit 0258531a3c
4 changed files with 23 additions and 23 deletions

View File

@@ -819,7 +819,7 @@ class DisplayBuffer extends Model
# options - A hash with the following values:
# wrapBeyondNewlines: if `true`, continues wrapping past newlines
# wrapAtSoftNewlines: if `true`, continues wrapping past soft newlines
# skipSoftWrapIndentation: if `true`, skips soft wrap indentation
# skipSoftWrapIndentation: if `true`, skips soft wrap indentation without wrapping to the previous line
# screenLine: if `true`, indicates that you're using a line number, not a row number
#
# Returns the new, clipped {Point}. Note that this could be the same as `position` if no clipping was performed.