ghci - new line in vim doesn't display? -
i invoke ghci
in gvim using :!ghci %
load haskell file, however, newline displayed ^j
image below shows:
if invoke ghci in vim instead of gvim, ok, how newline in gvim ?
for graphical version of vim, gvim, crude built-in terminal emulation used shell commands (cp. :help gui-shell
). page mentions, has limitations, , not meant used interactive commands.
switching vim in terminal run shell command inside terminal (with full capabilities); guess best alternative if cannot live discrepancies, , don't want launch separate terminal gvim (i.e. :! xterm -e ghci %
)
Comments
Post a Comment