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:

enter image description here

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

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -