Skip to content

Commit

Permalink
Do not create swapfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thinca committed Mar 21, 2016
1 parent f493579 commit e1aeee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/themis
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ if [ ! -f "${STARTUP_SCRIPT}" ]; then
exit 2
fi

"${THEMIS_VIM}" -u NONE -i NONE -N -e -s --cmd "source ${STARTUP_SCRIPT}" -- "$@" 3>&1 1>&2 2>&3 3>&-
"${THEMIS_VIM}" -u NONE -i NONE -n -N -e -s --cmd "source ${STARTUP_SCRIPT}" -- "$@" 3>&1 1>&2 2>&3 3>&-
2 changes: 1 addition & 1 deletion bin/themis.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if not exist "%STARTUP_SCRIPT%" (
)

rem FIXME: Some wrong case exists in passing the argument list.
%THEMIS_VIM% -u NONE -i NONE -N -e -s --cmd "source %STARTUP_SCRIPT%" -- %* 2>&1
%THEMIS_VIM% -u NONE -i NONE -n -N -e -s --cmd "source %STARTUP_SCRIPT%" -- %* 2>&1
exit /b %ERRORLEVEL%

:get_realpath
Expand Down

0 comments on commit e1aeee1

Please sign in to comment.