micro-editor / micro-editor/micro
Wrong filename displayed in statusline when saving to another file
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
$> micro --version
Version: 2.0.15-dev
Commit hash: 04c57704
Compiled on August 28, 2024
How to reproduce:
- run
micro a.txt - type
aaa, pressCtrl+S - press
Ctrl+E, entersave b.txt, pressReturn - type
bbb - Observation: statusline displays
a.txtas the file name - press
Ctrl+S - Observation: statusline displays
b.txtas the file name,a.txtcontainsaaa,b.txtcontainsaaabbb
What's the problem?
At step 5), the user doesn't expects the file content to be written to file b.txt since it's not displayed in the statusline as the active file. The user might not want to change the content of file b.txt.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the save-as sequence in the issue with micro a.txt, then trace how the statusline filename is updated after save b.txt. Done means the statusline reflects b.txt immediately after saving to another file and the reported file contents remain correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100