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
54ff90c4626f26a58a95fa5b6f5ecc4c1e08b718
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
Jan 29, 2017
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
Jan 07, 2017
Try to fix CI builds
· 3f707e61
gwenn
authored
8 years ago
3f707e61
Fix char search
· 809036a5
gwenn
authored
8 years ago
809036a5
Fix repeated char search
· 6d063be4
gwenn
authored
8 years ago
6d063be4
Fix Clippy warning
· c4650462
gwenn
authored
8 years ago
c4650462
Fix repeated word commands
· 94d5abcf
gwenn
authored
8 years ago
94d5abcf
Repeated insert char
· 4e38d5d2
gwenn
authored
8 years ago
4e38d5d2
Repeated yank
· 1641f98a
gwenn
authored
8 years ago
1641f98a
Fix repeated replace char
· 3ad20ddc
gwenn
authored
8 years ago
3ad20ddc
Repeated insert and replace char
· 38fbadd8
gwenn
authored
8 years ago
38fbadd8
Misc
· 8a40e713
gwenn
authored
8 years ago
8a40e713
Partial support to repeated commands
· 5b3acc48
gwenn
authored
8 years ago
5b3acc48
Ensure tests do not write to stdout
· 931c43c0
gwenn
authored
8 years ago
931c43c0
Dec 20, 2016
Vi put before/after
· cb1bd8bd
gwenn
authored
8 years ago
cb1bd8bd
Dec 19, 2016
Vi char search and delete to
· de72f719
gwenn
authored
8 years ago
de72f719
Dec 17, 2016
Fix clippy warnings
· 5c1079df
gwenn
authored
8 years ago
5c1079df
Fix test on stable
· 1a7b1df5
gwenn
authored
8 years ago
1a7b1df5
Fix Vi word actions
· c4ce47f7
gwenn
authored
8 years ago
c4ce47f7
Numeric arguments
· 51f5519d
gwenn
authored
8 years ago
But commands are not repeated
51f5519d
Factorize common commands between emacs and vi
· 4aae5255
gwenn
authored
8 years ago
4aae5255
Handle Vi specific word movements (#94)
· 04ca9886
gwenn
authored
8 years ago
04ca9886
Loading