Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tacf
/
micro
Public
forked from
micro-editor/micro
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
micro
internal
buffer
on
master
User selector
All users
All time
Commit History
Commits on Jan 21, 2026
gofmt after renaming the URL
JoeKar
committed
ab8c242
Copy full SHA for ab8c242
Change `zyedidia/micro` to `micro-editor/micro`
JoeKar
committed
4ead0e4
Copy full SHA for 4ead0e4
Commits on Dec 3, 2025
gofmt fix
dmaluka
committed
118f5a3
Copy full SHA for 118f5a3
Commits on Nov 25, 2025
handle regexps with missing `\E` (quick fix for #3700)
matthias314
committed
a577fc9
Copy full SHA for a577fc9
Commits on Oct 18, 2025
save: Remove a possible written backup in case the path has changed
JoeKar
committed
bab3907
Copy full SHA for bab3907
backup: Keep path of stored & hashed backup files in a own $hash.path file
Show description for 02611f4
JoeKar
committed
02611f4
Copy full SHA for 02611f4
util: Convert suffix added with `AppendBackupSuffix()` to simple constant
JoeKar
committed
1ce2202
Copy full SHA for 1ce2202
Commits on Sep 20, 2025
Disable sudo save prompt on Windows
Show description for 85b4b2b
niten94
committed
85b4b2b
Copy full SHA for 85b4b2b
Commits on Sep 5, 2025
micro: Handle +/regex search from args (#3767)
Show description for e9f241a
luca020400
authored
e9f241a
Copy full SHA for e9f241a
Commits on Aug 26, 2025
refactor: use a more modern writing style to simplify code (#3834)
Show description for b8057f2
deepdring
authored
b8057f2
Copy full SHA for b8057f2
Commits on Aug 12, 2025
Merge pull request #3814 from JoeKar/fix/sudo-save
Show description for 1dbb058
JoeKar
authored
1dbb058
Copy full SHA for 1dbb058
Commits on Aug 6, 2025
save: Use `dd` with the `notrunc` & `fsync` option
Show description for 165a5a4
JoeKar
committed
165a5a4
Copy full SHA for 165a5a4
Commits on Aug 3, 2025
Always use temporary file when writing backup
Show description for 0a9fa4f
dmaluka
committed
0a9fa4f
Copy full SHA for 0a9fa4f
Unify backup write logic
Show description for a862c97
dmaluka
committed
a862c97
Copy full SHA for a862c97
Ignore the `backup` option when removing backup
Show description for 04b878b
dmaluka
committed
04b878b
Copy full SHA for 04b878b
Remove backup when buffer becomes unmodified
Show description for 7aa495f
dmaluka
committed
7aa495f
Copy full SHA for 7aa495f
Fix races between removing backups and creating periodic backups
Show description for 2c010af
dmaluka
committed
2c010af
Copy full SHA for 2c010af
Move backup & save related stuff from Buffer to SharedBuffer
Show description for e84d44d
dmaluka
committed
e84d44d
Copy full SHA for e84d44d
Make isModified reflect actual modified/unmodified state of buffer
Show description for f938f62
dmaluka
committed
f938f62
Copy full SHA for f938f62
Make calcHash() a method of SharedBuffer
Show description for 4ade5cd
dmaluka
committed
4ade5cd
Copy full SHA for 4ade5cd
Commits on Jul 23, 2025
save: gofmt
JoeKar
committed
87ce573
Copy full SHA for 87ce573
Commits on Jul 22, 2025
Adding missing file closes, rewriting safeWrite() to be more robust (#3807)
Neko-Box-Coder
authored
d7e43d4
Copy full SHA for d7e43d4
Commits on Jul 11, 2025
Enhance GetNativeValue
cutelisp
authored and
dmaluka
committed
3a7705a
Copy full SHA for 3a7705a
Commits on Apr 26, 2025
Convert leftover usages of `path` to `filepath`
JoeKar
committed
1eef4bb
Copy full SHA for 1eef4bb
Commits on Apr 18, 2025
Skip save on open or term command if buffer is shared
niten94
committed
0d5b2b7
Copy full SHA for 0d5b2b7
Commits on Mar 24, 2025
Import paths: fix non-alphabetic order
Show description for eadc402
dmaluka
committed
eadc402
Copy full SHA for eadc402
Commits on Mar 12, 2025
ReloadSettings only when we need to when saving a file (#3688)
Neko-Box-Coder
authored
82b7003
Copy full SHA for 82b7003
Commits on Feb 28, 2025
buffer: Store the `encoding` inside the `buffer`
JoeKar
committed
8b21724
Copy full SHA for 8b21724
save: Update the modification time of the buffer only in case of file changes
JoeKar
committed
6164050
Copy full SHA for 6164050
save+util: Provide a meaningful error message for safe (over-)write fails
JoeKar
committed
49aebe8
Copy full SHA for 49aebe8
backup: Clear the requested backup upon completion notification
Show description for 79ce93f
JoeKar
committed
79ce93f
Copy full SHA for 79ce93f
save+backup: Process the `save` & `backup` with a sequential channel
Show description for 771aab2
JoeKar
committed
771aab2
Copy full SHA for 771aab2
buffer: Remove superfluous `backupTime`
JoeKar
committed
35d295d
Copy full SHA for 35d295d
backup: Rearrange and extend `BackupMsg`
JoeKar
committed
8c883c6
Copy full SHA for 8c883c6
micro: Provide recovery of `settings.json` & `bindings.json`
JoeKar
committed
c4dcef3
Copy full SHA for c4dcef3
Pagination
Previous
Next
You can’t perform that action at this time.