Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/VSCodeVim/Vim
/ getText
Method
getText
src/statusBar.ts:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
public getText() {
89
return
this.statusBarItem.text.replace(/\^M/g,
'\n'
);
90
}
91
92
/**
93
* Clears any messages from the status bar, leaving the default info, such as
Callers
15
testIt
Function · 0.80
p1
Function · 0.80
p2
Function · 0.80
assertEqualLines
Function · 0.80
assertStatusBarEqual
Function · 0.80
insertLine.test.ts
File · 0.80
modeVisualLine.test.ts
File · 0.80
remapper.test.ts
File · 0.80
tabCompletion.test.ts
File · 0.80
cursorLocation.test.ts
File · 0.80
linesWithoutIndentation
Function · 0.80
getCompletionsForCurrentLine
Function · 0.80
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected