Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
vim
/
com.monkopedia.kodemirror.vim
/
copy
copy
fun
LinePos
.
copy
(
line
:
Int
=
this.line
,
ch
:
Int
=
this.ch
)
:
LinePos
Copy a LinePos, optionally overriding line or ch.