comparison src/fileio.c @ 12064:407a475c67fd v8.0.0912

patch 8.0.0912: cannot run a job in a hidden terminal commit https://github.com/vim/vim/commit/8cad930a259a05a95c7d0c527a5881d5f9a59057 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 12 14:32:32 2017 +0200 patch 8.0.0912: cannot run a job in a hidden terminal Problem: Cannot run a job in a hidden terminal. Solution: Add option "hidden" and ++hidden.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Aug 2017 14:45:04 +0200
parents 74abb6c84984
children e971ef6c0dee
comparison
equal deleted inserted replaced
12063:2372e456e821 12064:407a475c67fd
6887 #ifdef FEAT_AUTOCMD 6887 #ifdef FEAT_AUTOCMD
6888 || busy 6888 || busy
6889 #endif 6889 #endif
6890 #ifdef FEAT_NETBEANS_INTG 6890 #ifdef FEAT_NETBEANS_INTG
6891 || isNetbeansBuffer(buf) 6891 || isNetbeansBuffer(buf)
6892 #endif
6893 #ifdef FEAT_TERMINAL
6894 || buf->b_term != NULL
6892 #endif 6895 #endif
6893 ) 6896 )
6894 return 0; 6897 return 0;
6895 6898
6896 if ( !(buf->b_flags & BF_NOTEDITED) 6899 if ( !(buf->b_flags & BF_NOTEDITED)