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-02-09 08:30:23 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ab390e1a25e45afde2f74fb2b6930949e1b49d5
zyedidia.micro
/
internal
/
buffer
History
Jöran Karl
a78c2c3509
actions: Fix the iteration over a slice under modification in QuitAll() (
#2898
)
2023-08-31 12:53:33 +01:00
..
autocomplete.go
…
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
actions: Fix the iteration over a slice under modification in QuitAll() (
#2898
)
2023-08-31 12:53:33 +01:00
cursor.go
…
eventhandler.go
plugins: Add capability to dis-/enable them per buffer (
#2836
)
2023-06-05 17:38:33 -07:00
line_array_test.go
…
line_array.go
Support for highlighting all search matches (hlsearch) (
#1762
)
2021-09-28 13:39:03 -07:00
loc.go
…
message.go
Warn for readonly instead of setting option
2021-05-19 14:58:00 -04:00
save.go
save: fsync data safely to disk (
#2681
)
2023-05-25 22:21:19 -07:00
search.go
Improve comments
2021-08-21 17:58:30 -04:00
serialize.go
…
settings.go
plugins: Add capability to dis-/enable them per buffer (
#2836
)
2023-06-05 17:38:33 -07:00
stack_test.go
…
stack.go
…