index
:
hack
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
use MotionCommandWarn in {i,n}map
tv
2014-08-01
1
-14
/
+19
*
nmap: don't reset count when changing to delete mode
tv
2014-08-01
1
-1
/
+1
*
s/SilentMotionCommand/MotionCommandWarn/
tv
2014-08-01
1
-17
/
+13
*
display count in mode-info-box
tv
2014-08-01
1
-5
/
+17
*
use count in execCommand (MotionCommand x)
tv
2014-08-01
2
-49
/
+79
*
execCommand DeleteEntireLine: fix pasto
tv
2014-08-01
1
-1
/
+1
*
nmap: promote \x1b to the top
tv
2014-08-01
1
-2
/
+2
*
Command += DeleteEntireLine
tv
2014-08-01
1
-0
/
+14
*
add DeleteMode
tv
2014-08-01
1
-0
/
+11
*
add count
tv
2014-08-01
1
-0
/
+10
*
add registers
tv
2014-08-01
2
-0
/
+32
*
rewrite (concat $ map f xs) to (xs >>= f)
tv
2014-07-29
2
-12
/
+8
*
replace dateThread by pre-filled buffer^_^
tv
2014-07-28
1
-14
/
+1
*
integrate Scanner crudely
tv
2014-07-28
1
-110
/
+30
*
Scanner: initial commit (not activated)
tv
2014-07-28
1
-0
/
+258
*
move source to src/
tv
2014-07-28
6
-0
/
+1
*
define promptString for VerbatimMode
tv
2014-07-28
1
-0
/
+1
*
silence all the warnings
tv
2014-07-28
3
-18
/
+49
*
:s -> getGCStats
tv
2014-07-28
1
-0
/
+5
*
Process: initial commit
tv
2014-07-28
3
-10
/
+137
*
add withOutput
tv
2014-07-28
1
-66
/
+49
*
getCommand: use VT instead of IO monad
tv
2014-07-28
1
-15
/
+29
*
rm obsolete commands Insert*{Verbatim,ChangeMode}
tv
2014-07-28
1
-16
/
+2
*
use the same mode and buffer everywhere
tv
2014-07-28
1
-3
/
+6
*
add (empty) Reader VTConfig; rename monad to VT
tv
2014-07-28
1
-14
/
+27
*
add some ghc-options
tv
2014-07-28
1
-0
/
+3
*
s/getMappedCommand/getCommandXXX/ ^_^
tv
2014-07-28
1
-22
/
+95
*
NormalMode <Escape> -> RingBell
tv
2014-07-28
1
-0
/
+1
*
move cursor with <Left> and <Right> in NormalMode
tv
2014-07-28
1
-0
/
+2
*
purge UnboundSequence & co.
tv
2014-07-28
1
-78
/
+1
*
InsertMode <Return> changes to NormalMode
tv
2014-07-28
1
-1
/
+1
*
change prompt string in "normal" mode
tv
2014-07-28
1
-1
/
+6
*
don't putStrLn when mode changes
tv
2014-07-28
1
-2
/
+2
*
data Command += RingBell
tv
2014-07-28
1
-0
/
+2
*
s/([iI]nsert)Char/\1String/
tv
2014-07-28
1
-11
/
+10
*
nmap += aIAhlbw<Return><Escape>; imap<Escape> honors NormalMode constraints
tv
2014-07-27
1
-1
/
+10
*
constrain MotionCommand in NormalMode
tv
2014-07-27
1
-1
/
+7
*
instance Monoid Command
tv
2014-07-27
1
-0
/
+24
*
data Mode deriving Eq
tv
2014-07-27
1
-1
/
+2
*
render mode on the right side of the input line
tv
2014-07-27
1
-14
/
+33
*
modal editing begins
tv
2014-07-27
1
-11
/
+26
*
rm crufty comments
tv
2014-07-27
1
-10
/
+12
*
move showBuffer from Main to Buffer.Class
tv
2014-07-27
2
-6
/
+4
*
s/Go{to,till}Find{Left,Right}/{For,Back}wardWord/
tv
2014-07-27
2
-48
/
+27
*
purge non-MotionCommand motion commands
tv
2014-07-27
2
-23
/
+29
*
add Buffer.{Class,Motion} modules
tv
2014-07-27
4
-17
/
+117
*
use ExecM monad to execCommand
tv
2014-07-27
1
-104
/
+133
*
rm cruft
tv
2014-07-27
4
-975
/
+0
*
initial commit
tv
2014-07-27
8
-0
/
+1466