Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
760d14a55cb2b60bd048246690d17348b4cd0fdf
/
src
760d14a
Fix that uninstaller isn't found on 64-bit Windows.
by Bram Moolenaar
· 16 years ago
7805004
Fix: on MS-Windows the "open with..." menu starts Vim without a file.
by Bram Moolenaar
· 16 years ago
ca8a4df
Move many more common Python items to if_py_both.c.
by Bram Moolenaar
· 16 years ago
3b1c485
Fixed: CTRL-R in Insert mode doesn't insert composing characters.
by Bram Moolenaar
· 16 years ago
a9d52e3
Fixes for coverity warnings.
by Bram Moolenaar
· 16 years ago
a26559b
Support syntax and filetype completion for user commands. (Christian Brabandt)
by Bram Moolenaar
· 16 years ago
460fbac
Possibly make OLE work on Windows 64 bit. (untested)
by Bram Moolenaar
· 16 years ago
f878bcf
Improvements for VMS. (Zoltan Arpadffy)
by Bram Moolenaar
· 16 years ago
6839272
Correct comments in testdir makefiles. (John Beckett)
by Bram Moolenaar
· 16 years ago
0e1673a
Fix test 72 not setting encryption method. (Dominique Pelle)
by Bram Moolenaar
· 16 years ago
48bae37
Few more fixes for VMS.
by Bram Moolenaar
· 16 years ago
30a8635
Fix a few compile warnings. (Mike Williams)
by Bram Moolenaar
· 16 years ago
1587a1e
Add completion for ":ownsyntax" and improve completion for ":filetype".
by Bram Moolenaar
· 16 years ago
16c98f9
Update for Lua interface. (Luis Carvalho)
by Bram Moolenaar
· 16 years ago
162bd91
Improvements for ":find" completion. (Nazri Ramliy)
by Bram Moolenaar
· 16 years ago
8e46927
Changes for VMS. Mostly by Zoltan Arpadffy.
by Bram Moolenaar
· 16 years ago
1dba0fb
Fix: :redir to a dictionary that is changed before ":redir END" causes a
by Bram Moolenaar
· 16 years ago
6e202e5
Fix: concealed regions didn't get redrawn correctly when moving the cursor
by Bram Moolenaar
· 16 years ago
2929160
Updated Italian messages. (Vlad Sandrini)
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
5e109c4
Fix compiler warnings on 64 bit systems.
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
eb80f04
Fix for compiler warning about function prototype in pty.c.
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
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
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
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
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
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
973bd47
Fix 'colorcolumn' adjecent columns not highlighted after end of line.
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
69154f2
Fixes and improvements for MS-Windows build.
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
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
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
f91787c
In Visual mode with 'showcmd' display the number of bytes and characters.
by Bram Moolenaar
· 16 years ago
11505dc
Fix bad parsing of 'colorcolumn'. (Dominique Pelle)
by Bram Moolenaar
· 16 years ago
624c7aa
Avoid compiler warnings for size_t to int conversions.
by Bram Moolenaar
· 16 years ago
0ba0429
Added Lua interfae. (Luis Carvalho)
by Bram Moolenaar
· 16 years ago
26dcc7e
Fix: When entering a digraph or special character after a line that fits the
by Bram Moolenaar
· 16 years ago
6162336
Allow synIDattr() getting GUI attributes when build without GUI. (Matt Wozniski)
by Bram Moolenaar
· 16 years ago
Next »