doc: updated doc status

This commit is contained in:
Hayden Hargreaves 2026-04-06 21:17:58 -07:00
parent 32fe3f1edd
commit bc08213f07
2 changed files with 2 additions and 2 deletions

View File

@ -295,7 +295,7 @@ Buffers are in-memory representations of files. A buffer exists for each open fi
### Buffer State ### Buffer State
- [ ] Track cursor position per buffer - [ ] Track cursor position per buffer
- [ ] Track undo history per buffer - [x] Track undo history per buffer
- [ ] Track marks per buffer - [ ] Track marks per buffer
- [ ] Remember scroll position when switching - [ ] Remember scroll position when switching
- [ ] Alternate buffer (`#`) tracking - [ ] Alternate buffer (`#`) tracking

View File

@ -20,7 +20,7 @@
- [ ] Configuration file support (~/.gimrc or similar) - [ ] Configuration file support (~/.gimrc or similar)
- [ ] Persistent undo history - [ ] Persistent undo history
- [ ] Line wrapping display option - [ ] Line wrapping display option
- [ ] Handle large files gracefully (>10k lines) - [ ] Handle large files gracefully (>10k lines) [Pretty sure this is fine]
## Nice to Have (Polish) ## Nice to Have (Polish)
- [ ] Incremental search (search as you type) - [ ] Incremental search (search as you type)