class
Neovim extends NeovimBase
Instance Constructors
-
new
Neovim(in: InputStream, out: OutputStream)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
callAtomic(calls: Array[Any]): Future[Array[Any]]
-
def
callFunction(fname: String, args: Array[Any]): Future[AnyRef]
-
def
clone(): AnyRef
-
def
command(command: String): Unit
-
def
commandOutput(str: String): Future[String]
-
def
delCurrentLine(): Unit
-
def
delVar(name: String): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
errWrite(str: String): Unit
-
def
errWriteln(str: String): Unit
-
def
eval(expr: String): Future[AnyRef]
-
def
feedkeys(keys: String, mode: String, escape_csi: Boolean): Unit
-
def
finalize(): Unit
-
def
getApiInfo: Future[Array[Any]]
-
final
def
getClass(): Class[_]
-
def
getColorByName(name: String): Future[Int]
-
def
getColorMap: Future[Map[String, Any]]
-
def
getCurrentBuf: Future[Buffer]
-
def
getCurrentLine: Future[String]
-
def
getCurrentTabpage: Future[Tabpage]
-
def
getCurrentWin: Future[Window]
-
def
getOption(name: String): Future[AnyRef]
-
def
getVar(name: String): Future[AnyRef]
-
def
getVvar(name: String): Future[AnyRef]
-
def
hashCode(): Int
-
val
in: InputStream
-
def
input(keys: String): Future[Int]
-
final
def
isInstanceOf[T0]: Boolean
-
def
listBufs: Future[List[Buffer]]
-
def
listRuntimePaths: Future[List[String]]
-
def
listTabpages: Future[List[Tabpage]]
-
def
listWins: Future[List[Window]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
onNotification(callback: (String, List[Any]) ⇒ Unit): Subscription
-
def
onRequest(callback: (String, List[Any], ResponseHandler) ⇒ Unit): Subscription
-
val
out: OutputStream
-
def
outWrite(str: String): Unit
-
def
quit(): Unit
-
def
replaceTermcodes(str: String, from_part: Boolean, do_lt: Boolean, special: Boolean): Future[String]
-
val
session: Session
-
def
setCurrentBuf(buffer: Buffer): Unit
-
def
setCurrentDir(dir: String): Unit
-
def
setCurrentLine(line: String): Unit
-
def
setCurrentTabpage(tabpage: Tabpage): Unit
-
def
setCurrentWin(window: Window): Unit
-
def
setOption(name: String, value: AnyRef): Unit
-
def
setVar(name: String, value: AnyRef): Unit
-
def
strwidth(str: String): Future[Int]
-
def
subscribe(event: String): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
-
def
uiAttach(width: Int, height: Int, options: Map[String, Any]): Unit
-
def
uiDetach(): Unit
-
def
uiSetOption(name: String, value: AnyRef): Unit
-
def
uiTryResize(width: Int, height: Int): Unit
-
def
unsubscribe(event: String): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any