Loading .vim/bin/vim.remote +1 −0 Original line number Diff line number Diff line #!/bin/sh if ! type nvr >/dev/null 2>&1 || [ -z "$NVIM_LISTEN_ADDRESS" ]; then unset FROM_ALIAS exec vim "$@" elif [ -n "$FROM_ALIAS" ]; then unset FROM_ALIAS Loading Loading
.vim/bin/vim.remote +1 −0 Original line number Diff line number Diff line #!/bin/sh if ! type nvr >/dev/null 2>&1 || [ -z "$NVIM_LISTEN_ADDRESS" ]; then unset FROM_ALIAS exec vim "$@" elif [ -n "$FROM_ALIAS" ]; then unset FROM_ALIAS Loading