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 16:40:22 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fa9bc6b98c12680dbb653f07ab8871e06923bb0d
zyedidia.micro
/
internal
/
buffer
History
Jöran Karl
10511c9baf
buffer/buffer: Store
fileformat
in
LocalSettings
on auto detection
2024-08-18 21:10:37 +02: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
Fixed trailing line spaces being ignored by word- or subword-jumps (
#3321
)
2024-06-04 21:10:09 +02:00
eventhandler.go
undo/redo: Remove no longer needed teCursor temp var
2024-08-04 13:56:03 +02:00
line_array_test.go
…
line_array.go
buffer: Rename
LineBytes
parameter to "lineN" to fit to the rest
2024-04-05 14:24:39 +02:00
loc.go
…
message.go
…
save.go
autosave: don't save unmodified buffer (
#3356
)
2024-06-17 12:59:32 +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
…