Safe Haskell | None |
---|
- wordComplete :: YiM ()
- wordComplete' :: Bool -> YiM ()
- wordCompleteString :: YiM String
- wordCompleteString' :: Bool -> YiM String
- mkWordComplete :: YiM String -> (String -> YiM [String]) -> ([String] -> YiM ()) -> (String -> String -> Bool) -> YiM String
- resetComplete :: EditorM ()
- completeWordB :: EditorM ()
Word completion
wordComplete :: YiM ()Source
wordComplete' :: Bool -> YiM ()Source
wordCompleteString' :: Bool -> YiM StringSource
mkWordComplete :: YiM String -> (String -> YiM [String]) -> ([String] -> YiM ()) -> (String -> String -> Bool) -> YiM StringSource
Try to complete the current word with occurences found elsewhere in the editor. Further calls try other options.
resetComplete :: EditorM ()Source
Switch out of completion mode.
completeWordB :: EditorM ()Source