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-06 07:00:24 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
61640504251e65161a508660354f463231f91c83
zyedidia.micro
/
internal
/
buffer
History
Jöran Karl
6164050425
save: Update the modification time of the buffer only in case of file changes
2025-02-28 18:57:53 +01:00
..
autocomplete.go
ioutil: Remove deprecated functions where possible
2025-02-28 18:57:53 +01:00
backup.go
backup: Clear the requested backup upon completion notification
2025-02-28 18:57:53 +01:00
buffer_generated_test.go
…
buffer_test.go
…
buffer.go
backup: Clear the requested backup upon completion notification
2025-02-28 18:57:53 +01:00
cursor.go
…
eventhandler.go
…
line_array_test.go
…
line_array.go
…
loc.go
match beginning and end of line correctly in
FindNext
and
ReplaceRegex
(
#3575
)
2025-02-09 15:19:43 +01:00
message.go
…
save.go
save: Update the modification time of the buffer only in case of file changes
2025-02-28 18:57:53 +01:00
search.go
match beginning and end of line correctly in
FindNext
and
ReplaceRegex
(
#3575
)
2025-02-09 15:19:43 +01:00
serialize.go
serialize: Perform write process safe
2025-02-28 18:57:53 +01:00
settings.go
buffer: Perform
filetype
callbacks on
ReloadSettings()
2025-02-20 20:24:05 +01:00
stack_test.go
…
stack.go
…