Home
last modified time | relevance | path

Searched refs:commandJoinLines (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/modes/
H A Dnormalvimode.h80 bool commandJoinLines();
H A Dvisualvimode.cpp246 ADDCMD("J", commandJoinLines, IS_CHANGE); in initializeCommands()
H A Dnormalvimode.cpp1021 bool NormalViMode::commandJoinLines() in commandJoinLines() function in NormalViMode
3512 ADDCMD("J", commandJoinLines, IS_CHANGE); in initializeCommands()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/
H A Dcmds.cpp107 nm->commandJoinLines(); in exec()