comparison runtime/doc/develop.txt @ 3281:af1e8a1714c2

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Jan 2012 21:08:56 +0100
parents 073ff46fe397
children cf1d93a3914a
comparison
equal deleted inserted replaced
3280:aa265b7165cc 3281:af1e8a1714c2
1 *develop.txt* For Vim version 7.3. Last change: 2008 Dec 17 1 *develop.txt* For Vim version 7.3. Last change: 2012 Jan 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
229 wait don't use as argument to a function, conflicts with types.h 229 wait don't use as argument to a function, conflicts with types.h
230 index shadows global declaration 230 index shadows global declaration
231 time shadows global declaration 231 time shadows global declaration
232 new C++ reserved keyword 232 new C++ reserved keyword
233 try Borland C++ doesn't like it to be used as a variable. 233 try Borland C++ doesn't like it to be used as a variable.
234
235 clear Mac curses.h
236 echo Mac curses.h
237 instr Mac curses.h
238 meta Mac curses.h
239 newwin Mac curses.h
240 nl Mac curses.h
241 overwrite Mac curses.h
242 refresh Mac curses.h
243 scroll Mac curses.h
244 typeahead Mac curses.h
234 245
235 basename() GNU string function 246 basename() GNU string function
236 dirname() GNU string function 247 dirname() GNU string function
237 get_env_value() Linux system function 248 get_env_value() Linux system function
238 249