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

« back to all changes in this revision

Viewing changes to debian/README

  • 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:
50
50
  2062  7.2.023  'cursorcolumn' wrong in a closed fold when display is shifted
51
51
  1452  7.2.024  'history' can be made negative, causes out-of-memory error
52
52
  1470  7.2.025  a CursorHold event that invokes system() is retriggered
 
53
  2969  7.2.026  (after 7.2.010) 'K' uses the rest of the line
 
54
  3235  7.2.027  can use cscope commands in the sandbox, might not be safe
 
55
  1466  7.2.028  confusing error message for missing ()
 
56
  1291  7.2.029  no completion for ":doautoall" like for ":doautocmd"
 
57
  1546  7.2.030  (after 7.2.027) can't compile, ex_oldfiles undefined
 
58
 39400  7.2.031  file names from viminfo are not available to the user
 
59
  1583  7.2.032  (after 7.2.031) can't compile with EXITFREE defined
 
60
  2270  7.2.033  using "ucs-2le" for two-byte BOM, but text might be "utf-16le"
 
61
  2372  7.2.034  memory leak in spell info when deleting a buffer
 
62
  3522  7.2.035  mismatches for library and Vim alloc/free functions
 
63
  7545  7.2.036  (extra) mismatches for library and Vim alloc/free functions
 
64
  1576  7.2.037  double free with GTK 1 and compiled with EXITFREE
 
65
  2438  7.2.038  overlapping arguments to memcpy()
 
66
  1378  7.2.039  accessing freed memory on exit when EXITFREE is defined
 
67
  1836  7.2.040  ":e ++ff=dos foo" gets "unix" 'ff' when CR before NL missing
 
68
 22993  7.2.041  (extra) diff wrong when edit diff buffer in another tab page
 
69
  4987  7.2.042  restoring view in autocmd sometimes doesn't work completely
 
70
  2550  7.2.043  VMS: Too many chars escaped in filename and shell commands
 
71
  5639  7.2.044  crash because of gcc 4 being over protective for strcpy()
 
72
  2056  7.2.045  the Python interface has an empty entry in sys.path
 
73
  1704  7.2.046  wrong check for filling buffer with encoding
 
74
  2470  7.2.047  using -nb while it is not supported makes other side hang
 
75
  4758  7.2.048  v:count and v:prevcount are not set correctly
 
76
 32552  7.2.049  (extra) Win32: the clipboard doesn't support UTF-16
 
77
  8484  7.2.050  compiler warnings for not using return value of fwrite()
 
78
 15179  7.2.051  can't avoid 'wig' and 'suffixes' for glob() and globpath()
 
79
  2611  7.2.052  synIDattr() doesn't support "sp" for special color
 
80
  1754  7.2.053  crash when using WorkShop command ":ws foo"
 
81
  2006  7.2.054  compilation warnings for fprintf format
 
82
 34319  7.2.055  various compiler warnings with strict checking
 
83
  1635  7.2.056  (after 7.2.050) tests 58 and 59 fail
 
84
  3210  7.2.057  (after 7.2.056) trying to put size_t in int variable
 
85
  2338  7.2.058  can't add a feature name in the :version output
 
86
  1847  7.2.059  diff is not always displayed properly
 
87
 34772  7.2.060  spell checking doesn't work well for compound words
 
88
  1886  7.2.061  creating funcref requires loading the autoload script first
 
89
  1657  7.2.062  "[Scratch]" is not translated
 
90
  3558  7.2.063  warning for NULL argument of Perl_sys_init3()
 
91
  1942  7.2.064  repeating "~" on a Visual block doesn't always update screen
 
92
  5149  7.2.065  GTK GUI: cursor disappears doing ":vsp" when maximized
 
93
  2759  7.2.066  not easy to check if 'encoding' is a multi-byte encoding
 
94
  1683  7.2.067  can't load sesison extra file when it contains special chars
 
95
  2598  7.2.068  error when Emacs tags file line is too long
 
96
  1726  7.2.069  (after 7.2.060) compiler warning for putting size_t in int
 
97
 17606  7.2.070  crash when a function returns a:000
 
98
  2353  7.2.071  (extra) Win32: Handling netbeans events may cause a crash
 
99
  1615  7.2.072  (extra, fixed patch) compiler warning in Sniff code
 
100
  4121  7.2.073  ":set <xHome>" has the same output as ":set <Home>"
 
101
  1832  7.2.074  (extra, after 7.2.073) extra part of 7.2.073
 
102
  2218  7.2.075  (after 7.2.058) unclear comment about making a diff
 
103
  2666  7.2.076  rename(from, to) deletes file if names refer to the same file
 
104
  4745  7.2.077  (after 7.2.076) rename() fails if names differ only in case
 
105
  3298  7.2.078  problems with deleting folds
 
106
  6947  7.2.079  "killed" netbeans events are not handled correctly