You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #25. Read vim's documentation :help ---. The single dash should
mean <STDIN>. The double dash should separate options from files. If a single
dash is after a double dash, that single dash is interpreted as a file. The
single dash is normally implied if <STDIN> is not a tty. Vim has a read
script file mode too, you can pass a dash to that. Concards doesn't have
anything like that though, so it's safe to ignore.
The text was updated successfully, but these errors were encountered:
The STDIN thing should always go at the beginning. Partly because of an edge case concern with the current cli implementation, the "-" will not be needed/supported. Vim does it, but kakoune does not.
Related to #25. Read vim's documentation
:help ---
. The single dash shouldmean
<STDIN>
. The double dash should separate options from files. If a singledash is after a double dash, that single dash is interpreted as a file. The
single dash is normally implied if
<STDIN>
is not a tty. Vim has a readscript file mode too, you can pass a dash to that. Concards doesn't have
anything like that though, so it's safe to ignore.
The text was updated successfully, but these errors were encountered: