Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-rust-mirrors-rustyline
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-rust-mirrors-rustyline
Commits
3b71a30b975170b1e32a83c1e9c879706cf8167c
Select Git revision
Branches
7
master
default
upstream/master
upstream/fuchsia-fixup
upstream/fuchsia
fuchsia
gh-pages
upstream/gh-pages
Tags
6
1.0.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
13 results
fuchsia.googlesource.com-third_party-rust-mirrors-rustyline
Author
Search by author
Any Author
authors
banggua
banggua
1 author
Feb 28, 2017
Rustfmt
· 3b71a30b
gwenn
authored
8 years ago
3b71a30b
Simplify RawReader interface
· 92848b7e
gwenn
authored
8 years ago
92848b7e
Avoid overflow
· 8b094eca
gwenn
authored
8 years ago
8b094eca
Fix delete/change last word
· d97285e4
gwenn
authored
8 years ago
d97285e4
Feb 27, 2017
Oops
· 127c7186
gwenn
authored
8 years ago
127c7186
Fix repeated char search
· 0e1223eb
gwenn
authored
8 years ago
0e1223eb
Fix word editing
· 42a02d66
gwenn
authored
8 years ago
42a02d66
Remove last_cmd (vi redo needs an undo manager)
· 7b0a6fc6
gwenn
authored
8 years ago
7b0a6fc6
Fix Meta/Alt key handling on windows
· 96f30377
gwenn
authored
8 years ago
96f30377
Fix repeated command
· 69df10ff
gwenn
authored
8 years ago
69df10ff
Fix ctrl-d in vi mode (empty line)
· 10cf7697
gwenn
authored
8 years ago
10cf7697
Fix ctrl-d in vi mode
· d35a0bde
gwenn
authored
8 years ago
d35a0bde
Vi first print
· 7bcca791
gwenn
authored
8 years ago
7bcca791
Make vi repeat char search with commands c, d, y
· c2e92578
gwenn
authored
8 years ago
c2e92578
Feb 25, 2017
Vi repeat char search
· 7fbe3530
gwenn
authored
8 years ago
7fbe3530
rustfmt
· 05f82db7
gwenn
authored
8 years ago
05f82db7
Remove kill_whole_line function
· e42a8e34
gwenn
authored
8 years ago
e42a8e34
Handle vi redo last command
· 2b323ddf
gwenn
authored
8 years ago
2b323ddf
Fix ce/de/ye/cw/cW vi commands
· d675d067
gwenn
authored
8 years ago
d675d067
Jan 29, 2017
Misc
· a6f09c51
gwenn
authored
8 years ago
a6f09c51
Fix Vi forward search
· 54ff90c4
gwenn
authored
8 years ago
54ff90c4
Fix Vi forward word movements
· 1ec4d9c2
gwenn
authored
8 years ago
1ec4d9c2
Fix word movements
· 7ad7a950
gwenn
authored
8 years ago
7ad7a950
Rename move_left/right to move_backward/forward
· 4be4b3e4
gwenn
authored
8 years ago
4be4b3e4
Fix vi yank to
· cd408fe7
gwenn
authored
8 years ago
cd408fe7
Fix vi put (cursor position)
· 1baaafd8
gwenn
authored
8 years ago
1baaafd8
Use graphemes instead of chars where possible
· 99112a5c
gwenn
authored
8 years ago
99112a5c
Invert C-K/C-U when numeric args are negative
· 5344c2f2
gwenn
authored
8 years ago
5344c2f2
Support repeated transpose words
· efbd8251
gwenn
authored
8 years ago
efbd8251
Fix some clippy warnings
· df4e1bf3
gwenn
authored
8 years ago
df4e1bf3
Fix 'cw' and 'cW' vi commands
· 794166bb
gwenn
authored
8 years ago
794166bb
Fix move to end of word in vi mode
· fe83b3b0
gwenn
authored
8 years ago
fe83b3b0
Implement Vi yank to (copy)
· c72abb1d
gwenn
authored
8 years ago
c72abb1d
Introduce Movement to factorize code
· bf5d94ea
gwenn
authored
8 years ago
bf5d94ea
Jan 17, 2017
Fix potential overflow while reading numeric arguments
· 678307c7
gwenn
authored
8 years ago
678307c7
Jan 15, 2017
Introduce type alias RepeatCount
· e057cf26
gwenn
authored
8 years ago
e057cf26
Jan 13, 2017
Remove some old TODOs
· 81898e7b
gwenn
authored
8 years ago
81898e7b
Introduce log crate
· 051a9510
gwenn
authored
8 years ago
051a9510
Fix warning about unused UnknownEscSeq
· 8048c3e2
gwenn
authored
8 years ago
8048c3e2
Move cursor by grapheme (not by char) #107
· 9b1bb712
gwenn
authored
8 years ago
9b1bb712
Loading