VimRegister class
Constructors
Properties
Methods
-
clear(
) → void -
delete(
String content) → void -
get(
String name) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paste(
String? registerName) → String -
set(
String name, String content) → void -
toString(
) → String -
A string representation of this object.
inherited
-
yank(
String content) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- alternateFile → const String
- currentFile → const String
- lastCommand → const String
- lastInserted → const String
- searchPattern → const String
- selection → const String
- smallDelete → const String
- systemClipboard → const String
- unnamed → const String