Skip to content

Commit

Permalink
refactor: purgeCandidate is common function
Browse files Browse the repository at this point in the history
  • Loading branch information
atusy committed Jun 9, 2024
1 parent 50e4859 commit 5488afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/skkeleton/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ export const functions = new Cell<Record<string, Func>>(() => ({
kakutei: kakuteiKey,
newline,
cancel,
purgeCandidate,
// disable
disable,
escape,
// henkan
henkanFirst,
henkanForward,
henkanBackward,
purgeCandidate,
henkanInput,
suffix,
// input
Expand Down

0 comments on commit 5488afa

Please sign in to comment.