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-09 22:30:24 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c77ed02778b0c228cd040bca666742889f67eac5
zyedidia.micro
/
internal
/
buffer
History
Jöran Karl
6600430e88
import: Use
micro-editor/tcell
(legacy) instead of
zyedidia/tcell
(
#3593
)
2025-01-04 15:55:46 +01:00
..
autocomplete.go
Replaced IsNonAlphaNumeric() with IsNonWordChar()
2024-05-20 23:23:33 +02:00
backup.go
…
buffer_generated_test.go
…
buffer_test.go
…
buffer.go
buffer/buffer: Store
fileformat
in
LocalSettings
on auto detection
2024-08-18 21:10:37 +02:00
cursor.go
cursor: Remove selection reduction by one character on
Deselect()
2024-11-30 15:25:14 +01:00
eventhandler.go
Use StoreVisualX() all over the code
2024-10-13 17:46:34 +02:00
line_array_test.go
…
line_array.go
Remove unused internal or unexported functions (
#3481
)
2024-11-16 21:19:37 +01:00
loc.go
…
message.go
import: Use
micro-editor/tcell
(legacy) instead of
zyedidia/tcell
(
#3593
)
2025-01-04 15:55:46 +01:00
save.go
Fix error reporting when saving with sudo failed
2024-10-06 17:08:25 +02:00
search.go
…
serialize.go
…
settings.go
plugin: Add new
onBufferOptionChanged
callback
2024-12-31 13:27:35 +01:00
stack_test.go
…
stack.go
…