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-17 14:27:12 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
92f4cb7ef743b0ad23f74fe78fe169fc24644e7c
zyedidia.micro
/
internal
/
buffer
History
Zachary Yedidia
48ca19873f
Better ordering for reading syntax files
...
Ref
#1580
2020-03-24 10:52:15 -04:00
..
autocomplete.go
…
backup.go
…
buffer_generated_test.go
Add buffer test and benchmark suite (and tool to generate it)
2020-02-22 08:51:38 +05:30
buffer_test.go
Improve buffer test
2020-02-25 23:59:27 -05:00
buffer.go
Better ordering for reading syntax files
2020-03-24 10:52:15 -04:00
cursor.go
…
eventhandler.go
Undo event chunks instead of single events
2020-02-25 20:53:48 -05:00
line_array_test.go
…
line_array.go
Use bytes.Buffer for LineArray.Bytes
2020-02-27 11:27:00 -05:00
loc.go
Search and replace within a selection
2020-02-13 19:48:48 -05:00
message.go
…
save.go
line_array insert for eofnewline and make default
2020-02-24 22:31:05 -05:00
search.go
Search and replace within a selection
2020-02-13 19:48:48 -05:00
serialize.go
…
settings.go
…
stack_test.go
…
stack.go
…