These are the results of the votes. The first column shows the total number of
points for a feature. This includes the negative votes, which are mentioned in
parenthesis.
The "voters" column shows the number people who voted for this feature
and the number of voters that voted against this feature (with a minus sign).
Thus this ignores the number of points someone has given.
If you want to vote for Vim features, you have to become a registered Vim user
or sponsor. See the sponsor page.
|
points |
voters |
feature |
1
|
174 |
(-9)
|
41 |
-6
|
add integration with Python instead of inventing more Vim script |
2
|
124 |
|
38 |
|
improve syntax highlighting speed |
3
|
117 |
(-2)
|
47 |
-2
|
fix all problems, big and small; make Vim more robust |
4
|
103 |
|
28 |
|
improve the performance of scrolling and displaying |
5
|
103 |
(-19)
|
26 |
-5
|
support embedding of Vim in another GUI program |
6
|
102 |
|
37 |
|
improve diff mode: automatic refresh, better merge support |
7
|
100 |
(-1)
|
33 |
-1
|
add collaborative editing: changes made to a buffer show up in another Vim in a second |
8
|
87 |
(-3)
|
46 |
-3
|
add an indication what text was changed since editing started (change bar or diff) |
9
|
71 |
|
31 |
|
improve syntax highlighting functionality |
10
|
71 |
(-5)
|
15 |
-2
|
improve folding |
11
|
69 |
(-41)
|
44 |
-11
|
add IDE features (debugger integration, shell window) |
12
|
62 |
|
32 |
|
add more and better omni completion plugins |
13
|
59 |
|
26 |
|
improve the Python interface |
14
|
56 |
(-1)
|
7 |
-1
|
support multiple top-level windows for one running Vim |
15
|
54 |
(-10)
|
19 |
-3
|
improve the support for MacOS X |
16
|
54 |
|
21 |
|
improve the startup speed |
17
|
53 |
|
25 |
|
make it possible to set a different background color for inactive windows |
18
|
45 |
|
10 |
|
add a method to repeat a previous change ("c.", "d.", etc.) |
19
|
44 |
|
11 |
|
add flexible tab stops, can be used for tables |
20
|
44 |
|
11 |
|
improve "gq" formatting of text (left&right justified, comments option) |
21
|
43 |
|
19 |
|
improve the performance of Vim scripts (pre-compile them) |
22
|
40 |
|
11 |
|
improve Visual block mode; make Ex commands work on rectangles |
23
|
39 |
|
13 |
|
improve completion on the command line |
24
|
36 |
|
19 |
|
add a menu that lists the most recently used files |
25
|
35 |
|
11 |
|
improve multi-byte character support (e.g., 'langmap') |
26
|
34 |
(-15)
|
25 |
-3
|
better plugin management system: automatic updates and dependencies |
27
|
31 |
(-1)
|
12 |
-1
|
improve on-the-fly spell checking |
28
|
29 |
|
13 |
|
improve the performance of reading and writing files |
29
|
29 |
|
9 |
|
improve flexible auto-indenting and support more languages |
30
|
27 |
|
14 |
|
add diff/merge capability for CVS, like in emacs |
31
|
27 |
|
14 |
|
add vertical mode for operators (e.g., delete word in five lines) |
32
|
26 |
|
10 |
|
improve 'cindent', auto-indenting for C and C++ |
33
|
25 |
(-1)
|
9 |
-1
|
lower the amount of memory that Vim uses when running |
34
|
25 |
|
7 |
|
improve the quickfix commands |
35
|
22 |
|
13 |
|
add syntax highlighting for more languages |
36
|
21 |
(-6)
|
10 |
-1
|
improve printing with ":hardcopy" |
37
|
20 |
(-1)
|
15 |
-1
|
add smart cut/paste: fix white space before and after pasted text |
38
|
19 |
|
10 |
|
add patterns to define section borders for "{", "[[", "%", etc |
39
|
18 |
|
8 |
|
improve completion in Insert mode |
40
|
18 |
|
11 |
|
improve ":mksession" support (switch to a previously saved state) |
41
|
16 |
(-10)
|
9 |
-7
|
add GUI version that uses Qt (aka kvim) |
42
|
14 |
|
7 |
|
improve the tutor (course for beginners) |
43
|
14 |
|
6 |
|
add a command to repeat a whole mapping (not only its last change) |
44
|
14 |
(-1)
|
8 |
-1
|
add option not to move the cursor when using a scrollbar |
45
|
14 |
|
5 |
|
improve the Cscope interface |
46
|
10 |
|
5 |
|
improve the remote server functionality |
47
|
10 |
(-4)
|
6 |
-1
|
improve the Ruby interface |
48
|
9 |
|
4 |
|
add more autocommand events (for ":cd", jump to tag, etc.) |
49
|
8 |
|
3 |
|
add scope arguments to the ":tag" command (like Elvis) |
50
|
8 |
|
5 |
|
improve debug mode (debugging Vim scripts and functions) |
51
|
8 |
|
5 |
|
add autocommand events for Insert mode, before/after inserting a character |
52
|
7 |
|
4 |
|
add better support for editing files in projects (with ID utils) |
53
|
7 |
(-3)
|
6 |
-3
|
make installing and upgrading easier |
54
|
5 |
(-1)
|
3 |
-1
|
improve 'viminfo' (keeping information when quitting Vim) |
55
|
4 |
(-11)
|
5 |
-4
|
add GUI dialog to record/stop/play a keystroke macro |
56
|
4 |
(-9)
|
6 |
-4
|
add a portable GUI toolkit for nice dialogs in Vim script |
57
|
3 |
(-2)
|
2 |
-2
|
add editing of a hidden buffer (useful in scripts only) |
58
|
2 |
|
2 |
|
improve the on-line help reference manual |
59
|
2 |
|
1 |
|
add an "open" mode, like the original Vi |
60
|
1 |
(-7)
|
6 |
-2
|
improve the support for GTK |
61
|
1 |
(-17)
|
9 |
-6
|
improve the support for MS-Windows |
62
|
1 |
|
1 |
|
improve searching in the on-line help, add more tags |
63
|
1 |
|
1 |
|
improve the on-line help user manual |
64
|
1 |
(-1)
|
1 |
-1
|
translate the on-line help to German, French, Spanish, etc. |
65
|
1 |
|
1 |
|
improve the Tcl interface |
66
|
0 |
(-13)
|
7 |
-2
|
add more features to Vim scripting |
67
|
-1 |
(-3)
|
2 |
-2
|
improve the Visual Studio interface (VisVim) |
68
|
-1 |
(-2)
|
1 |
-2
|
improve the support for X Window with the Athena toolkit |
69
|
-1 |
(-1)
|
0 |
-1
|
improve the OLE interface |
70
|
-2 |
(-11)
|
6 |
-4
|
add file locking |
71
|
-2 |
(-2)
|
0 |
-2
|
improve the support for X Window with the Motif toolkit |
72
|
-2 |
(-8)
|
3 |
-1
|
improve the Perl interface |
73
|
-3 |
(-6)
|
2 |
-1
|
create a vim-script maillist, for announcements about new and updated scripts |
74
|
-5 |
(-8)
|
3 |
-2
|
make it possible to use Vim as a plugin in Eclipse |
75
|
-7 |
(-14)
|
4 |
-7
|
add more GUI functions (requesters, menus, dialogs) |
76
|
-8 |
(-8)
|
0 |
-4
|
reduce the size of the distribution (harddisk usage) |
77
|
-8 |
(-17)
|
8 |
-8
|
make Vim simpler to learn and easier to use |
78
|
-17 |
(-17)
|
0 |
-10
|
improve Vi compatibility, even the smallest detail |
79
|
-29 |
(-31)
|
1 |
-13
|
improve the support for MacOS 9 and earlier |
80
|
-34 |
(-40)
|
3 |
-16
|
make Vim available as a .net object |
81
|
-48 |
(-63)
|
5 |
-26
|
stop adding features, there are enough already |
176 registered Vim users and sponsors have entered votes.