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

« back to all changes in this revision

Viewing changes to src/proto/misc2.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:
59
59
int handle_x_keys __ARGS((int key));
60
60
char_u *get_special_key_name __ARGS((int c, int modifiers));
61
61
int trans_special __ARGS((char_u **srcp, char_u *dst, int keycode));
62
 
int find_special_key __ARGS((char_u **srcp, int *modp, int keycode));
 
62
int find_special_key __ARGS((char_u **srcp, int *modp, int keycode, int keep_x_key));
63
63
int extract_modifiers __ARGS((int key, int *modp));
64
64
int find_special_key_in_table __ARGS((int c));
65
65
int get_special_key_code __ARGS((char_u *name));