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
13d1407f60a12b2c450074887bc821f64350a635
zyedidia.micro
/
internal
/
buffer
History
Dmitry Maluka
13d1407f60
hltrailingws: simpler and better undo/redo handling
2024-03-14 03:18:11 +01:00
..
autocomplete.go
feat: adds GetArg and GetWord methods to Buffer (
#3112
)
2024-03-12 21:23:08 +01:00
backup.go
…
buffer_generated_test.go
…
buffer_test.go
…
buffer.go
options: add
matchbracestyle
(
#2876
)
2024-03-13 20:21:27 +01:00
cursor.go
Highlighting trailing whitespaces
2024-03-14 03:10:31 +01:00
eventhandler.go
hltrailingws: simpler and better undo/redo handling
2024-03-14 03:18:11 +01:00
line_array_test.go
…
line_array.go
Fixed newline format detection for files not ending with a newline (
#2875
)
2023-10-16 11:03:03 +02:00
loc.go
…
message.go
…
save.go
Set bits in mode used when opening files (
#3095
)
2024-01-17 00:06:14 -08: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
…