comparison src/config.aap.in @ 9228:ea504064c996 v7.4.1897

commit https://github.com/vim/vim/commit/fd89d7ea81b18d32363456b16258174dc9e095dc Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 20:25:05 2016 +0200 patch 7.4.1897 Problem: Various typos, long lines and style mistakes. Solution: Fix the typos, wrap lines, improve style.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Jun 2016 20:30:06 +0200
parents 6069f43cea4e
children bc28260e2a2e
comparison
equal deleted inserted replaced
9227:ecb621205ed1 9228:ea504064c996
73 RUBY_OBJ = @RUBY_OBJ@ 73 RUBY_OBJ = @RUBY_OBJ@
74 RUBY_PRO = @RUBY_PRO@ 74 RUBY_PRO = @RUBY_PRO@
75 RUBY_CFLAGS = @RUBY_CFLAGS@ 75 RUBY_CFLAGS = @RUBY_CFLAGS@
76 RUBY_LIBS = @RUBY_LIBS@ 76 RUBY_LIBS = @RUBY_LIBS@
77 77
78 SNIFF_SRC = @SNIFF_SRC@
79 SNIFF_OBJ = @SNIFF_OBJ@
80
81 AWK = @AWK@ 78 AWK = @AWK@
82 79
83 STRIP = @STRIP@ 80 STRIP = @STRIP@
84 81
85 EXEEXT = @EXEEXT@ 82 EXEEXT = @EXEEXT@