Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
e0021c79a542e413e6ad63403330e85b1cb3d1ae
e0021c7
More accented characters in tex.vim syntax. (Charles Campbell)
by Bram Moolenaar
· 16 years ago
c6485bc
Updated runtime files.
by Bram Moolenaar
· 16 years ago
2929160
Updated Italian messages. (Vlad Sandrini)
by Bram Moolenaar
· 16 years ago
59c0395
Minor runtime file updates.
by Bram Moolenaar
· 16 years ago
5ac3b1a
Updated runtime files. New netrw plugin version.
by Bram Moolenaar
· 16 years ago
8765a4a
Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)
by Bram Moolenaar
· 16 years ago
3b95389
Fix for "concealends". (Vince Negri)
by Bram Moolenaar
· 16 years ago
611df5b
Update TeX syntax file.
by Bram Moolenaar
· 16 years ago
5e109c4
Fix compiler warnings on 64 bit systems.
by Bram Moolenaar
· 16 years ago
0ed0eea
Updated runtime files.
by Bram Moolenaar
· 16 years ago
f82bac3
Fix: terminal title not properly restured when there are multi-byte
by Bram Moolenaar
· 16 years ago
c330187
7.3b -> 7.3c
by Bram Moolenaar
· 16 years ago
6fc45b5
Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
by Bram Moolenaar
· 16 years ago
7fd7320
Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)
by Bram Moolenaar
· 16 years ago
fa0ff9a
Fix: editing a not encrypted file after a crypted file messed up reading the
by Bram Moolenaar
· 16 years ago
8d9b40e
Add support for horizontal scroll wheel. (Bjorn Winckler)
by Bram Moolenaar
· 16 years ago
0fe849a
Better fix for memory access in recovery. (Dominique Pelle)
by Bram Moolenaar
· 16 years ago
0ad014c
Fix memory access to 'cryptmethod' during recovery. (Dominique Pelle)
by Bram Moolenaar
· 16 years ago
904fb86
Add completion for :setfiletype. (Dominique Pelle)
by Bram Moolenaar
· 16 years ago
22b306f
Add completion for :lmap and :lunmap.
by Bram Moolenaar
· 16 years ago
d68554d
Include old Python changes in Python 3 interface.
by Bram Moolenaar
· 16 years ago
bed7bec
Fix: when resetting both 'title' and 'icon' the title would be set after a
by Bram Moolenaar
· 16 years ago
8220a68
Use the SONAME-versioned liblua, if it exists. (James Vega)
by Bram Moolenaar
· 16 years ago
7510fe7
Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)
by Bram Moolenaar
· 16 years ago
e6dc573
Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.
by Bram Moolenaar
· 16 years ago
170bf1a
Move some common code from if_python.c and if_python3.c to if_py_both.h.
by Bram Moolenaar
· 16 years ago
365bdf7
More runtime file updates.
by Bram Moolenaar
· 16 years ago
eb80f04
Fix for compiler warning about function prototype in pty.c.
by Bram Moolenaar
· 16 years ago
1b20d3d
Add 'window' to the options window.
by Bram Moolenaar
· 16 years ago
1deee62
Further improvements for :options. (Dominique Pelle)
by Bram Moolenaar
· 16 years ago
59f931e
Add the 'undoreload' option to be able to undo a file reload.
by Bram Moolenaar
· 16 years ago
72ada0f
Fix for cursor position in wrapped line with concealed text.
by Bram Moolenaar
· 16 years ago
ffbbcb5
Give each syntax item a sequence number, so that we know when it starts and
by Bram Moolenaar
· 16 years ago
2c3b1d9
Document extra argument for Python append().
by Bram Moolenaar
· 16 years ago
904c622
Fix: errors for allocating zero bytes when profiling an empty function.
by Bram Moolenaar
· 16 years ago
5dff57d
Remove -arch flag from build flags for Perl. (Bjorn Wickler)
by Bram Moolenaar
· 16 years ago
9f5e36b
Find python3 also in lib64 directory. (Ben Boeckel)
by Bram Moolenaar
· 16 years ago
b31e438
Fix memory leak in :find completion. (Dominique Pelle)
by Bram Moolenaar
· 16 years ago
4f99eae
Better text for 'concealcursor' in :options window.
by Bram Moolenaar
· 16 years ago
fa9a370
Fix 'autochdir' not showing up in :options window. (Dominique Pelle)
by Bram Moolenaar
· 16 years ago
4c3a326
Temporary solution for crashing when using both :py and :py3: disallow both in
by Bram Moolenaar
· 16 years ago
2a7e2a6
Specify library to load for Python more precisely. (James Vega)
by Bram Moolenaar
· 16 years ago
ca8c986
Add the 'c' flag to 'concealcursor'.
by Bram Moolenaar
· 16 years ago
f691b84
Another conceal fix: cursor in wrong column when 'number' set.
by Bram Moolenaar
· 16 years ago
f70e3d6
Don't conceal text in lines inside the Visual area.
by Bram Moolenaar
· 16 years ago
d497a30
Window split didn't copy the value of 'conceallevel'.
by Bram Moolenaar
· 16 years ago
f5963f7
Add the 'concealcursor' option to decide when the cursor line is to be
by Bram Moolenaar
· 16 years ago
c88ebf7
Update Fortran indent and syntax file. (Ajit Thakkar)
by Bram Moolenaar
· 16 years ago
8a09b98
Fix: strdisplaywidth("x", 2) returned 3 instead of 1.
by Bram Moolenaar
· 16 years ago
27c735b
For conceal mode: when two different syntax items follow each other, show the
by Bram Moolenaar
· 16 years ago
fa5d1e6
Fix: "import termios" doesn't work with dynamically loaded Python. (James Vega)
by Bram Moolenaar
· 16 years ago
2334b6d
Make it possible to load Lua dynamically on Unix. (Luis Carvalho)
by Bram Moolenaar
· 16 years ago
766fb0d
Fix building with Perl on Windows with MingW. (James Vega)
by Bram Moolenaar
· 16 years ago
c89533b
Update French and Esperanto translations. (Dominique Pelle)
by Bram Moolenaar
· 16 years ago
e06c188
Make it possible to load Perl dynamically on Unix. (James Vega)
by Bram Moolenaar
· 16 years ago
cdda8fe
Fix dependencies in help Makefile. (James Vega)
by Bram Moolenaar
· 16 years ago
60aad97
Small docs fixes.
by Bram Moolenaar
· 16 years ago
ce69e82
Fix build problem when fchown() not available. (Gary Johnson)
by Bram Moolenaar
· 16 years ago
b659052
Fix that :py3file was not working.
by Bram Moolenaar
· 16 years ago
b852196
Update timestamps for recently changed help files.
by Bram Moolenaar
· 16 years ago
c095b28
Fix hang when resizing in diff mode and there are concealed items.
by Bram Moolenaar
· 16 years ago
5bedfc6
Avoid error when exiting in diff mode with EXITFREE defined.
by Bram Moolenaar
· 16 years ago
9c44972
When resetting 'mousehide' show the mouse pointer right away.
by Bram Moolenaar
· 16 years ago
cb9d45c
Fix some duplicates in ":find" completion. (Nazri Ramliy)
by Bram Moolenaar
· 16 years ago
49771f4
Change 'cryptmethod' from a number to a string option. Make it global-local.
by Bram Moolenaar
· 16 years ago
c7040a5
Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.
by Bram Moolenaar
· 16 years ago
704ac92
Add a few items to the syntax menu. Split up long submenus.
by Bram Moolenaar
· 16 years ago
fa01c39
Updated sh and vim syntax files. (Charles Campbell)
by Bram Moolenaar
· 16 years ago
973bd47
Fix 'colorcolumn' adjecent columns not highlighted after end of line.
by Bram Moolenaar
· 16 years ago
fcb7ab6
Fix typos in documentation. (Dominique Pelle)
by Bram Moolenaar
· 16 years ago
9e193ac
Fixed: crash with ":find " completion, using uninitialized count.
by Bram Moolenaar
· 16 years ago
97ff9de
Updated Ukranian translations. (Anatoli Sakhnik)
by Bram Moolenaar
· 16 years ago
25f0765
Updated Polish translations. (Mikolaj Machowski)
by Bram Moolenaar
· 16 years ago
3804aeb
Fix configure for Python3 libs and version number. (James Vega)
by Bram Moolenaar
· 16 years ago
368373e
Rename some "python3" symbols to "py3", as the command name.
by Bram Moolenaar
· 16 years ago
a7781e0
Never hide text for conceal in cursor line. Do hide when there is highlighting.
by Bram Moolenaar
· 16 years ago
c400cb9
Rename w_p_conceal to w_p_conc for consistency.
by Bram Moolenaar
· 16 years ago
01a8f38
Also make ALT modifier work for mouse wheel. (Benjamin Haskell)
by Bram Moolenaar
· 16 years ago
d160c34
Fix: 'colorcolumn' interfered with concealed text.
by Bram Moolenaar
· 16 years ago
d28478b
Vim 7.3a -> 7.3b.
by Bram Moolenaar
· 16 years ago
16d79a3
Fix: MS-Windows installer used wrong path for uninstaller key.
by Bram Moolenaar
· 16 years ago
4d32c2d
Last few changes for the 7.3a BETA release.
by Bram Moolenaar
· 16 years ago
69154f2
Fixes and improvements for MS-Windows build.
by Bram Moolenaar
· 16 years ago
607cc1e
Minor runtime file updates.
by Bram Moolenaar
· 16 years ago
6df6f47
Make automatic prototype generation work with more interfaces.
by Bram Moolenaar
· 16 years ago
dc53609
Added strdisplaywidth() function.
by Bram Moolenaar
· 16 years ago
72597a5
Added strwidth() and strchars() functions.
by Bram Moolenaar
· 16 years ago
9855d6b
Better conceal in help. (partly by Dominique Pelle)
by Bram Moolenaar
· 16 years ago
5074e30
Make CTRL modifier work for mouse wheel. (Benjamin Haskell)
by Bram Moolenaar
· 16 years ago
fdf732e
Fix build broken without multi-byte feature.
by Bram Moolenaar
· 16 years ago
7c86f4c
Improved :TOhtml. (Benjamin Fritz)
by Bram Moolenaar
· 16 years ago
85363ab
Build problem when using all interfaces except Lua.
by Bram Moolenaar
· 16 years ago
ac550fd
Make 'cursorcolumn' work together with the conceal feature.
by Bram Moolenaar
· 16 years ago
0d2e4fc
Make it easier to build with Lua. Remove compiler warnings.
by Bram Moolenaar
· 16 years ago
55d5c03
Whitespace cleanup.
by Bram Moolenaar
· 16 years ago
bd5e15f
Added support for Python 3. (Roland Puntaier)
by Bram Moolenaar
· 16 years ago
02c707a
Add the 'L' item to 'cinoptions'. (Manuel Konig)
by Bram Moolenaar
· 16 years ago
76b96fc
Mac: Support disabling antialias. (LC Mi)
by Bram Moolenaar
· 16 years ago
58f0a1f
Make it possible to drag a tab page label to another position. (Paul B. Mahol)
by Bram Moolenaar
· 16 years ago
c5604bc
Better implementation of creating the Color Scheme menu. (Juergen Kraemer)
by Bram Moolenaar
· 16 years ago
Next »