Problem: List of distributed files is outdated.
Solution: Update the file list. Minor comment updates.
# source files for all source archives
SRC_ALL = \
- .gitignore \
+ .cirrus.yml \
+ .coveralls.yml
.gitattributes \
+ .github/CODEOWNERS \
+ .github/workflows/ci.yml \
+ .github/workflows/codeql-analysis.yml \
+ .gitignore \
.hgignore \
.lgtm.yml \
.travis.yml \
- .cirrus.yml \
- .github/workflows/ci.yml \
- .github/workflows/codeql-analysis.yml \
- .github/CODEOWNERS \
appveyor.yml \
ci/appveyor.bat \
+ ci/build-snd-dummy.sh \
+ ci/config.mk*.sed \
ci/if_ver*.vim \
ci/load-snd-dummy.sh \
- ci/config.mk*.sed \
+ ci/setup-xvfb.sh \
src/Make_all.mak \
src/README.md \
src/alloc.h \
ca.count1 = 1;
ca.retval = CA_NO_ADJ_OP_END;
do_pending_operator(&ca, 0, TRUE);
+
+ // restore things
set_y_previous(old_y_previous);
set_y_current(old_y_current);
curwin->w_cursor = old_cursor;
else
{
int fdflags = fcntl(fd, F_GETFD);
+
if (fdflags >= 0 && (fdflags & FD_CLOEXEC) == 0)
(void)fcntl(fd, F_SETFD, fdflags | FD_CLOEXEC);
}
*
* Returns:
* Number option: gov_number, *numval gets value.
- * Tottle option: gov_bool, *numval gets value.
+ * Toggle option: gov_bool, *numval gets value.
* String option: gov_string, *stringval gets allocated string.
* Hidden Number option: gov_hidden_number.
* Hidden Toggle option: gov_hidden_bool.
// Can't use ScreenLines unless initialized
if (ScreenLines == NULL)
return;
-
if (col != screen_cur_col || row != screen_cur_row)
{
// Check for valid position.
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
#
-# Last change: 2020 Aug 13
+# Last change: 2020 Aug 14
#
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
# Edit the lines in the Configuration section below to select.
throw 'Skipped: INT signal not supported'
endif
- " Skip the rest of the test when running with valgrind as signal INT is not
- " received somehow by Vim when running with valgrind.
+ " Skip the test when running with valgrind as signal INT is not received
+ " somehow by Vim when running with valgrind.
let cmd = GetVimCommand()
if cmd =~ 'valgrind'
throw 'Skipped: cannot test signal INT with valgrind'
throw 'Skipped: TERM signal not supported'
endif
CheckRunVimInTerminal
- let cmd = GetVimCommand()
- if cmd =~ 'valgrind'
- throw 'Skipped: cannot test signal TERM with valgrind'
- endif
" If test fails once, it can leave temporary files and trying to rerun
" the test would then fail again if they are not deleted first.
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2276,
/**/
2275,
/**/