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-26 02:17:05 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ec3292e8c4cf214465f86ed4bb2e15ec81e3e5a6
zyedidia.micro
/
internal
/
buffer
History
Zachary Yedidia
c44ccb8cc7
Merge
2021-08-21 17:58:35 -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
Fix save with sudo auto-detection and sudo/doas message
2021-08-20 13:55:59 -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
Improve comments
2021-08-21 17:58:30 -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
…