vim/vim-7.3-use_awk.patch
Ismail Dönmez d9ed24658f - Disable more tests failing randomly on OBS:
* test_arglist
    * test_command_count
    * test_diffmode
    * test_mksession
    * test_startup
    * test_window_cmd

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=594
2020-03-31 14:30:46 +00:00

11 lines
309 B
Diff

Index: vim-8.2.0348/runtime/tools/mve.awk
===================================================================
--- vim-8.2.0348.orig/runtime/tools/mve.awk
+++ vim-8.2.0348/runtime/tools/mve.awk
@@ -1,4 +1,4 @@
-#!/usr/bin/nawk -f
+#!/usr/bin/awk -f
#
# Change "nawk" to "awk" or "gawk" if you get errors.
#