commit | b8ff1fb5eb60511f21c425e09c473105ffff02cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 04 21:59:01 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 04 21:59:01 2012 +0100 |
tree | 5af8b9f0ccc3a2147ef884c4d8d9f7149833bbe8 | |
parent | 7f85d297dc80666946f7940bc06e45cc2aa79b5d [diff] [blame] |
updated for version 7.3.423 Problem: Small mistakes in comments, proto and indent. Solution: Fix the mistakes. Also update runtime files
diff --git a/src/structs.h b/src/structs.h index 7b71a5f..921a049 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1846,7 +1846,7 @@ often, keep it the first item!) */ #if defined(FEAT_SYN_HL) || defined(FEAT_SPELL) - synblock_T *w_s; + synblock_T *w_s; /* for :ownsyntax */ #endif #ifdef FEAT_WINDOWS