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-11 15:12:47 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e5093892fd92c0721dad1e7f0c8d135f1f09e0b6
zyedidia.micro
/
internal
/
buffer
History
Zachary Yedidia
3ef0267f0a
Reload settings when filetype is changed
...
Fixes
#2712
2023-01-26 18:21:35 -08:00
..
autocomplete.go
…
backup.go
Allow aborting while opening a file with backup
2021-08-02 21:05:22 -04:00
buffer_generated_test.go
…
buffer_test.go
…
buffer.go
Fix
2021-11-22 18:46:36 -08:00
cursor.go
Implement moving cursor up/down within a wrapped line
2021-04-08 23:54:02 +02:00
eventhandler.go
…
line_array_test.go
…
line_array.go
Support for highlighting all search matches (hlsearch) (
#1762
)
2021-09-28 13:39:03 -07:00
loc.go
…
message.go
Warn for readonly instead of setting option
2021-05-19 14:58:00 -04:00
save.go
Fix save with sudo for large file sizes
2022-11-02 16:00:12 -07:00
search.go
Improve comments
2021-08-21 17:58:30 -04:00
serialize.go
…
settings.go
Reload settings when filetype is changed
2023-01-26 18:21:35 -08:00
stack_test.go
…
stack.go
…