]> gitweb.factorcode.org Git - factor.git/commitdiff
editors.notepadnext: add line number support
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 2 Apr 2024 22:03:44 +0000 (17:03 -0500)
committerGitHub <noreply@github.com>
Tue, 2 Apr 2024 22:03:44 +0000 (17:03 -0500)
Fixed in https://github.com/dail8859/NotepadNext/issues/528#issuecomment-2033175926

basis/editors/notepadnext/notepadnext.factor

index 66157c417f6057f2f40d0f97611ec79d3e5c495b..47a8ef1f18b1995947b3c8ee8dd979dbfb689dce 100644 (file)
@@ -25,5 +25,5 @@ M: notepadnext editor-command
     '[
         find-notepadnext-path ,
         _ ,
-        _ drop ! "-n" , _ ,
+        "-n" , _ ,
     ] { } make ;