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
831e31d48342cc4f8523c74ece6611471c53d655
zyedidia.micro
/
internal
/
buffer
History
Oleksandr Redko
b881bf5606
Remove unused internal or unexported functions (
#3481
)
2024-11-16 21:19:37 +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: Uncomment
InitRuntimeFiles(false)
in the buffer_test.go
2024-04-05 14:24:59 +02:00
buffer.go
buffer/buffer: Store
fileformat
in
LocalSettings
on auto detection
2024-08-18 21:10:37 +02:00
cursor.go
Reset LastVisualX on undo/redo
2024-10-14 01:42:04 +02: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
…
save.go
Fix error reporting when saving with sudo failed
2024-10-06 17:08:25 +02:00
search.go
…
serialize.go
…
settings.go
action/command: Refactor
reload
& the
filetype
change
2024-08-18 21:10:37 +02:00
stack_test.go
…
stack.go
…