~ted/ubuntu/karmic/vim/add-breaks

« back to all changes in this revision

Viewing changes to src/proto/ex_getln.pro

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-01-13 18:39:18 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090113183918-kgq1jzdwsbbex4pq
Tags: 2:7.2.079-1ubuntu1
* Resynchronise with Debian (diversions fix closes LP: #296324). Remaining
  changes:
  - runtime/syntax/debcontrol.vim:
    + Add "metapackages" to the list of valid sections.
  - runtime/syntax/debchangelog.vim:
    + Add "jaunty" to the list of valid suites.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Enable Python interpreter on basic builds.
  - Create a .pot file for translations.
  - Disable autoindent, line-wrapping, and backup files by default.
  - runtime/syntax/debsources.vim:
    + Add "jaunty" to debsourcesDistrKeyword
  - runtime/syntax/grub.vim:
    + Add Ubuntu-specific 'quiet' keyword.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
void set_cmd_context __ARGS((expand_T *xp, char_u *str, int len, int col));
32
32
int expand_cmdline __ARGS((expand_T *xp, char_u *str, int col, int *matchcount, char_u ***matches));
33
33
int ExpandGeneric __ARGS((expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file, char_u *((*func)(expand_T *, int))));
34
 
char_u *globpath __ARGS((char_u *path, char_u *file));
 
34
char_u *globpath __ARGS((char_u *path, char_u *file, int expand_options));
35
35
void init_history __ARGS((void));
36
36
int get_histtype __ARGS((char_u *name));
37
37
void add_to_history __ARGS((int histype, char_u *new_entry, int in_map, int sep));