notepad++ やその他の git エディターの使用に関する投稿を見たことがありますが、PN2 の使用に関する投稿は見たことがありません。
次のバリエーションを試しましたが、どれも機能していないようです。
git config --global core.editor "'C:\Program Files (x86)\Programmer's Notepad\pn.exe -allowmulti' -w"
次のようなエラーが表示されます(これは「git commit --amend」の後です):
'C:\Program Files (x86)\Programmer's Notepad\pn.exe -allowmulti' -w: -c: line 0:
unexpected EOF while looking for matching `''
'C:\Program Files (x86)\Programmer's Notepad\pn.exe -allowmulti' -w: -c: line 1:
syntax error: unexpected end of file
error: There was a problem with the editor ''C:\Program Files (x86)\Programmer's
Notepad\pn.exe -allowmulti' -w'.
Please supply the message using either -m or -F option.
これを機能させることは可能ですか?