This website requires JavaScript.
Explore
Help
Sign In
github
/
zyedidia.micro
Watch
2
Star
0
Fork
0
You've already forked zyedidia.micro
mirror of
https://github.com/zyedidia/micro.git
synced
2026-03-21 00:07:16 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0c2e1396729c6de7384709b1f52cf516f5ddc4c9
zyedidia.micro
/
internal
/
buffer
History
Zachary Yedidia
0efc919f24
Merge
2021-08-02 21:06:28 -04:00
..
autocomplete.go
Fix buffer.RuneAt (
#1895
)
2020-10-19 20:36:14 -04:00
backup.go
Allow aborting while opening a file with backup
2021-08-02 21:05:22 -04:00
buffer_generated_test.go
…
buffer_test.go
…
buffer.go
Allow aborting while opening a file with backup
2021-08-02 21:05:22 -04:00
cursor.go
Implement moving cursor up/down within a wrapped line
2021-04-08 23:54:02 +02:00
eventhandler.go
…
line_array_test.go
…
line_array.go
…
loc.go
…
message.go
Warn for readonly instead of setting option
2021-05-19 14:58:00 -04:00
save.go
Fix buffer.RuneAt (
#1895
)
2020-10-19 20:36:14 -04:00
search.go
Search the last match on line when search back (
#2156
)
2021-07-13 23:37:22 -04:00
serialize.go
…
settings.go
Fix horizontal scrolling issue after toggling softwrap on/off
2021-04-08 23:53:44 +02:00
stack_test.go
…
stack.go
…