MCPcopy Index your code
hub / github.com/codeaashu/claude-code / createInitialPersistentState

Function createInitialPersistentState

src/vim/types.ts:192–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190}
191
192export function createInitialPersistentState(): PersistentState {
193 return {
194 lastChange: null,
195 lastFind: null,
196 register: '',
197 registerIsLinewise: false,
198 }
199}
200

Callers 1

useVimInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected