comparison src/option.c @ 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 773d627cac0b
children 35b173e37dc6
comparison
equal deleted inserted replaced
9227:ecb621205ed1 9228:ea504064c996
1663 (char_u *)&p_km, PV_NONE, 1663 (char_u *)&p_km, PV_NONE,
1664 {(char_u *)"", (char_u *)0L} SCRIPTID_INIT}, 1664 {(char_u *)"", (char_u *)0L} SCRIPTID_INIT},
1665 {"keywordprg", "kp", P_STRING|P_EXPAND|P_VI_DEF|P_SECURE, 1665 {"keywordprg", "kp", P_STRING|P_EXPAND|P_VI_DEF|P_SECURE,
1666 (char_u *)&p_kp, PV_KP, 1666 (char_u *)&p_kp, PV_KP,
1667 { 1667 {
1668 #if defined(MSWIN) 1668 #ifdef MSWIN
1669 (char_u *)":help", 1669 (char_u *)":help",
1670 #else 1670 #else
1671 # ifdef VMS 1671 # ifdef VMS
1672 (char_u *)"help", 1672 (char_u *)"help",
1673 # else 1673 # else