~ubuntu-branches/ubuntu/utopic/vim/utopic

« back to all changes in this revision

Viewing changes to src/globals.h

  • 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:
1340
1340
 
1341
1341
#ifdef FEAT_NETBEANS_INTG
1342
1342
EXTERN char *netbeansArg INIT(= NULL);  /* the -nb[:host:port:passwd] arg */
1343
 
EXTERN int netbeansCloseFile INIT(= 0); /* send killed if != 0 */
1344
1343
EXTERN int netbeansFireChanges INIT(= 1); /* send buffer changes if != 0 */
1345
1344
EXTERN int netbeansForcedQuit INIT(= 0);/* don't write modified files */
1346
1345
EXTERN int netbeansReadFile INIT(= 1);  /* OK to read from disk if != 0 */
1549
1548
EXTERN time_t starttime;
1550
1549
 
1551
1550
/*
 
1551
 * Some compilers warn for not using a return value, but in some situations we
 
1552
 * can't do anything useful with the value.  Assign to this variable to avoid
 
1553
 * the warning.
 
1554
 */
 
1555
EXTERN int ignored;
 
1556
EXTERN char *ignoredp;
 
1557
 
 
1558
/*
1552
1559
 * Optional Farsi support.  Include it here, so EXTERN and INIT are defined.
1553
1560
 */
1554
1561
#ifdef FEAT_FKMAP