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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -