1
1
mirror of https://github.com/walles/moar.git synced 2024-09-11 12:15:43 +03:00

Add marker for where to continue coding

This commit is contained in:
Johan Walles 2024-06-21 09:36:45 +02:00
parent 6cb35136e0
commit 2fa4acfb45

View File

@ -136,9 +136,10 @@ func handleEditingRequest(p *Pager) {
var fileToEdit string
if mustCreateTempFile {
// FIXME: If the buffer is from stdin, store it in a temp file. Consider
// naming it based on p.reader.fileName if set or the current language
// setting.
// FIXME: Create a temp file based on reader contents. Consider naming
// it based on p.reader.fileName if set or the current language setting.
write code here
// FIXME: Should we wait for the stream to finish loading before
// launching the editor? Maybe no?