~ubuntu-branches/ubuntu/maverick/vim/maverick

« back to all changes in this revision

Viewing changes to src/proto/ex_cmds.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:
11
11
char_u *make_filter_cmd __ARGS((char_u *cmd, char_u *itmp, char_u *otmp));
12
12
void append_redir __ARGS((char_u *buf, char_u *opt, char_u *fname));
13
13
int viminfo_error __ARGS((char *errnum, char *message, char_u *line));
14
 
int read_viminfo __ARGS((char_u *file, int want_info, int want_marks, int forceit));
 
14
int read_viminfo __ARGS((char_u *file, int flags));
15
15
void write_viminfo __ARGS((char_u *file, int forceit));
16
16
int viminfo_readline __ARGS((vir_T *virp));
17
17
char_u *viminfo_readstring __ARGS((vir_T *virp, int off, int convert));
27
27
void do_wqall __ARGS((exarg_T *eap));
28
28
int not_writing __ARGS((void));
29
29
int getfile __ARGS((int fnum, char_u *ffname, char_u *sfname, int setpm, linenr_T lnum, int forceit));
30
 
int do_ecmd __ARGS((int fnum, char_u *ffname, char_u *sfname, exarg_T *eap, linenr_T newlnum, int flags));
 
30
int do_ecmd __ARGS((int fnum, char_u *ffname, char_u *sfname, exarg_T *eap, linenr_T newlnum, int flags, win_T *oldwin));
31
31
void ex_append __ARGS((exarg_T *eap));
32
32
void ex_change __ARGS((exarg_T *eap));
33
33
void ex_z __ARGS((exarg_T *eap));