Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setSavedFilePointU :: URList -> URListyi-core Yi.Buffer.Undo Add a saved file point so that we can tell that the buffer has not been modified since the previous saved file point. Notice that we must be sure to remove the previous saved file points since they are now worthless.
setAnyMode :: AnyMode -> BufferM ()yi-core Yi.Config.Simple Set the mode
setInserting :: Bool -> BufferM ()yi-core Yi.Config.Simple No documentation available.
-
yi-core Yi.Config.Simple No documentation available.
setMode :: Mode syntax -> BufferM ()yi-core Yi.Config.Simple No documentation available.
setMode0 :: Mode syntax -> FBuffer -> FBufferyi-core Yi.Config.Simple No documentation available.
setNamedMarkHereB :: String -> BufferM ()yi-core Yi.Config.Simple No documentation available.
setSavedFilePointU :: URList -> URListyi-core Yi.Config.Simple Add a saved file point so that we can tell that the buffer has not been modified since the previous saved file point. Notice that we must be sure to remove the previous saved file points since they are now worthless.
setSelectRegionB :: Region -> BufferM ()yi-core Yi.Config.Simple Select the given region: set the selection mark at the regionStart and the current point at the regionEnd.
setSelectionMarkPointB :: Point -> BufferM ()yi-core Yi.Config.Simple Marks Set the current buffer selection mark