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 22:37:10 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0d51035acd4419b12886e7cec5e651c489d0ef44
zyedidia.micro
/
internal
/
buffer
History
Dmytro Maluka
0d51035acd
undo/redo: Remove no longer needed teCursor temp var
2024-08-04 13:56:03 +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
Improve RemoveAllMultiCursors behavior
2024-07-18 23:54:57 +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
Add param to InitRuntimeFiles() to init built-in files only
2024-04-03 03:41:06 +02:00
stack_test.go
…
stack.go
…