~ubuntu-branches/debian/sid/neovim/sid

« back to all changes in this revision

Viewing changes to runtime/doc/vim_diff.txt

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2016-04-18 21:42:19 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20160418214219-1e6d4o1fwqarzk46
Tags: 0.1.3-1
* New upstream release.  (Closes: #820562)
* debian/control:
  + Remove unnecessary luarocks Build-Depends
  + Add libkvm-dev Build-Depends for kfreebsd-*
  + Add python(3)-neovim to Recommends.  (Closes: #812737)
  + Declare compiance with policy 3.9.8, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
these differences.
12
12
 
13
13
1. Configuration                |nvim-configuration|
14
 
2. Option defaults              |nvim-option-defaults|
 
14
2. Defaults                     |nvim-defaults|
15
15
3. Changed features             |nvim-features-changed|
16
16
4. New features                 |nvim-features-new|
17
17
5. Missing legacy features      |nvim-features-missing|
28
28
  session information.
29
29
 
30
30
==============================================================================
31
 
2. Option defaults                                        *nvim-option-defaults*
 
31
2. Defaults                                                 *nvim-defaults*
 
32
 
 
33
- Syntax highlighting is enabled by default
 
34
- Filetype-related plugins and scripts are enabled by default
 
35
  Note: these defaults can be disabled with the "-u NONE" command line
 
36
  argument.  |-u|
32
37
 
33
38
- 'autoindent' is set by default
34
39
- 'autoread' is set by default
45
50
- 'listchars' defaults to "tab:> ,trail:-,nbsp:+"
46
51
- 'mouse' defaults to "a"
47
52
- 'nocompatible' is always set
48
 
- 'nrformats' defaults to "hex"
 
53
- 'nrformats' defaults to "bin,hex"
49
54
- 'sessionoptions' doesn't include "options"
50
55
- 'smarttab' is set by default
51
56
- 'tabpagemax' defaults to 50
94
99
   Same thing applies to |string()| (though it uses construct like 
95
100
   "{E724@level}"), but this is not reliable because |string()| continues to 
96
101
   error out.
 
102
4. Stringifyed infinite and NaN values now use |str2float()| and can be evaled 
 
103
   back.
97
104
 
98
105
Viminfo text files were replaced with binary (messagepack) ShaDa files. 
99
106
Additional differences:
207
214
  'shelltype'
208
215
  'shortname'
209
216
  'swapsync'
 
217
  'term'
210
218
  'termencoding' (Vim 7.4.852 also removed this for Windows)
211
219
  'textauto'
212
220
  'textmode'
214
222
  'toolbariconsize'
215
223
  'ttybuiltin'
216
224
  'ttymouse'
 
225
  'ttyscroll'
 
226
  'ttytype'
217
227
  'weirdinvert'
218
228
 
219
229
Other commands: