diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-06-04 20:25:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-06-04 20:25:05 +0200 |
commit | fd89d7ea81b18d32363456b16258174dc9e095dc (patch) | |
tree | de3d13a1c6152022c2ab579dd4aa74cadc423dd0 /src/config.aap.in | |
parent | 82af8710bf8d1caeeceafb1370a052cb7d92f076 (diff) | |
download | vim-git-fd89d7ea81b18d32363456b16258174dc9e095dc.tar.gz |
patch 7.4.1897v7.4.1897
Problem: Various typos, long lines and style mistakes.
Solution: Fix the typos, wrap lines, improve style.
Diffstat (limited to 'src/config.aap.in')
-rw-r--r-- | src/config.aap.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.aap.in b/src/config.aap.in index 819276fee..eebd03698 100644 --- a/src/config.aap.in +++ b/src/config.aap.in @@ -75,9 +75,6 @@ RUBY_PRO = @RUBY_PRO@ RUBY_CFLAGS = @RUBY_CFLAGS@ RUBY_LIBS = @RUBY_LIBS@ -SNIFF_SRC = @SNIFF_SRC@ -SNIFF_OBJ = @SNIFF_OBJ@ - AWK = @AWK@ STRIP = @STRIP@ |