]>
granicus.if.org Git - vim/log
Bram Moolenaar [Thu, 29 Jul 2010 18:59:59 +0000 (20:59 +0200)]
Add completion for ":ownsyntax" and improve completion for ":filetype".
(Dominique Pelle)
Bram Moolenaar [Thu, 29 Jul 2010 18:43:36 +0000 (20:43 +0200)]
Updated runtime files. :TOhtml improvements by Benjamin Fritz.
Bram Moolenaar [Wed, 28 Jul 2010 20:46:08 +0000 (22:46 +0200)]
Update for Lua interface. (Luis Carvalho)
Bram Moolenaar [Wed, 28 Jul 2010 20:30:00 +0000 (22:30 +0200)]
Remove Mupad indent and ftplugin files, they are not useful.
Bram Moolenaar [Wed, 28 Jul 2010 20:29:10 +0000 (22:29 +0200)]
Improvements for ":find" completion. (Nazri Ramliy)
Bram Moolenaar [Wed, 28 Jul 2010 17:38:16 +0000 (19:38 +0200)]
Changes for VMS. Mostly by Zoltan Arpadffy.
Bram Moolenaar [Wed, 28 Jul 2010 16:55:02 +0000 (18:55 +0200)]
Fix: :redir to a dictionary that is changed before ":redir END" causes a
memory access error.
Bram Moolenaar [Wed, 28 Jul 2010 16:17:41 +0000 (18:17 +0200)]
More runtime file updates.
Bram Moolenaar [Wed, 28 Jul 2010 16:14:45 +0000 (18:14 +0200)]
Fix: concealed regions didn't get redrawn correctly when moving the cursor
through them.
Bram Moolenaar [Wed, 28 Jul 2010 15:25:21 +0000 (17:25 +0200)]
More accented characters in tex.vim syntax. (Charles Campbell)
Bram Moolenaar [Wed, 28 Jul 2010 15:02:55 +0000 (17:02 +0200)]
Updated runtime files.
Bram Moolenaar [Wed, 28 Jul 2010 12:28:48 +0000 (14:28 +0200)]
Updated Italian messages. (Vlad Sandrini)
Bram Moolenaar [Wed, 28 Jul 2010 10:52:27 +0000 (12:52 +0200)]
Minor runtime file updates.
Bram Moolenaar [Tue, 27 Jul 2010 20:50:36 +0000 (22:50 +0200)]
Updated runtime files. New netrw plugin version.
Bram Moolenaar [Tue, 27 Jul 2010 20:41:43 +0000 (22:41 +0200)]
Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)
Bram Moolenaar [Tue, 27 Jul 2010 18:47:25 +0000 (20:47 +0200)]
Fix for "concealends". (Vince Negri)
Bram Moolenaar [Mon, 26 Jul 2010 20:51:56 +0000 (22:51 +0200)]
Update TeX syntax file.
Bram Moolenaar [Mon, 26 Jul 2010 20:51:28 +0000 (22:51 +0200)]
Fix compiler warnings on 64 bit systems.
Bram Moolenaar [Mon, 26 Jul 2010 20:21:27 +0000 (22:21 +0200)]
Updated runtime files.
Bram Moolenaar [Sun, 25 Jul 2010 20:30:20 +0000 (22:30 +0200)]
Fix: terminal title not properly restured when there are multi-byte
characters. (partly by James Vega)
Bram Moolenaar [Sun, 25 Jul 2010 18:53:06 +0000 (20:53 +0200)]
7.3b -> 7.3c
Bram Moolenaar [Sun, 25 Jul 2010 15:42:45 +0000 (17:42 +0200)]
Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar [Sun, 25 Jul 2010 14:58:46 +0000 (16:58 +0200)]
Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)
Bram Moolenaar [Sun, 25 Jul 2010 14:05:19 +0000 (16:05 +0200)]
Fix: editing a not encrypted file after a crypted file messed up reading the
text from an undo file.
Bram Moolenaar [Sun, 25 Jul 2010 13:49:07 +0000 (15:49 +0200)]
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar [Sun, 25 Jul 2010 13:11:11 +0000 (15:11 +0200)]
Better fix for memory access in recovery. (Dominique Pelle)
Bram Moolenaar [Sun, 25 Jul 2010 12:00:46 +0000 (14:00 +0200)]
Fix memory access to 'cryptmethod' during recovery. (Dominique Pelle)
Bram Moolenaar [Sun, 25 Jul 2010 11:53:11 +0000 (13:53 +0200)]
Add completion for :setfiletype. (Dominique Pelle)
Bram Moolenaar [Sun, 25 Jul 2010 11:50:33 +0000 (13:50 +0200)]
Add completion for :lmap and :lunmap.
Bram Moolenaar [Sun, 25 Jul 2010 11:43:20 +0000 (13:43 +0200)]
Include old Python changes in Python 3 interface.
Bram Moolenaar [Sun, 25 Jul 2010 11:42:29 +0000 (13:42 +0200)]
Fix: when resetting both 'title' and 'icon' the title would be set after a
shell command.
Reset 'title' and 'icon' in test47 to avoid the xterm title getting messed up.
Bram Moolenaar [Sun, 25 Jul 2010 11:12:49 +0000 (13:12 +0200)]
Use the SONAME-versioned liblua, if it exists. (James Vega)
Bram Moolenaar [Sun, 25 Jul 2010 10:46:44 +0000 (12:46 +0200)]
Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)
Bram Moolenaar [Sat, 24 Jul 2010 21:52:26 +0000 (23:52 +0200)]
Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.
Bram Moolenaar [Sat, 24 Jul 2010 21:51:45 +0000 (23:51 +0200)]
Move some common code from if_python.c and if_python3.c to if_py_both.h.
Bram Moolenaar [Sat, 24 Jul 2010 18:57:44 +0000 (20:57 +0200)]
More runtime file updates.
Bram Moolenaar [Sat, 24 Jul 2010 18:44:27 +0000 (20:44 +0200)]
Fix for compiler warning about function prototype in pty.c.
Bram Moolenaar [Sat, 24 Jul 2010 18:44:02 +0000 (20:44 +0200)]
Add 'window' to the options window.
Bram Moolenaar [Sat, 24 Jul 2010 18:35:12 +0000 (20:35 +0200)]
Further improvements for :options. (Dominique Pelle)
Bram Moolenaar [Sat, 24 Jul 2010 18:27:03 +0000 (20:27 +0200)]
Add the 'undoreload' option to be able to undo a file reload.
Bram Moolenaar [Sat, 24 Jul 2010 15:39:52 +0000 (17:39 +0200)]
Fix for cursor position in wrapped line with concealed text.
Bram Moolenaar [Sat, 24 Jul 2010 15:29:03 +0000 (17:29 +0200)]
Give each syntax item a sequence number, so that we know when it starts and
can show the 'cchar' for each of them.
Bram Moolenaar [Sat, 24 Jul 2010 14:58:02 +0000 (16:58 +0200)]
Document extra argument for Python append().
Bram Moolenaar [Sat, 24 Jul 2010 14:57:39 +0000 (16:57 +0200)]
Fix: errors for allocating zero bytes when profiling an empty function.
Bram Moolenaar [Sat, 24 Jul 2010 14:19:44 +0000 (16:19 +0200)]
Remove -arch flag from build flags for Perl. (Bjorn Wickler)
Bram Moolenaar [Sat, 24 Jul 2010 14:11:21 +0000 (16:11 +0200)]
Find python3 also in lib64 directory. (Ben Boeckel)
Bram Moolenaar [Sat, 24 Jul 2010 14:01:56 +0000 (16:01 +0200)]
Fix memory leak in :find completion. (Dominique Pelle)
Bram Moolenaar [Sat, 24 Jul 2010 13:56:43 +0000 (15:56 +0200)]
Better text for 'concealcursor' in :options window.
Bram Moolenaar [Sat, 24 Jul 2010 13:48:31 +0000 (15:48 +0200)]
Fix 'autochdir' not showing up in :options window. (Dominique Pelle)
Adjust :options window for changes in conceal options.
Bram Moolenaar [Sat, 24 Jul 2010 13:42:14 +0000 (15:42 +0200)]
Temporary solution for crashing when using both :py and :py3: disallow both in
one session.
Bram Moolenaar [Sat, 24 Jul 2010 13:19:11 +0000 (15:19 +0200)]
Specify library to load for Python more precisely. (James Vega)
Bram Moolenaar [Sat, 24 Jul 2010 13:00:38 +0000 (15:00 +0200)]
Add the 'c' flag to 'concealcursor'.
Bram Moolenaar [Sat, 24 Jul 2010 11:31:09 +0000 (13:31 +0200)]
Another conceal fix: cursor in wrong column when 'number' set.
Bram Moolenaar [Sat, 24 Jul 2010 11:15:07 +0000 (13:15 +0200)]
Don't conceal text in lines inside the Visual area.
Bram Moolenaar [Fri, 23 Jul 2010 20:27:03 +0000 (22:27 +0200)]
Window split didn't copy the value of 'conceallevel'.
Bram Moolenaar [Fri, 23 Jul 2010 20:10:27 +0000 (22:10 +0200)]
Add the 'concealcursor' option to decide when the cursor line is to be
concealed or not.
Rename 'conc' to 'cole' as the short name for 'conceallevel'.
Bram Moolenaar [Thu, 22 Jul 2010 20:30:23 +0000 (22:30 +0200)]
Update Fortran indent and syntax file. (Ajit Thakkar)
Bram Moolenaar [Thu, 22 Jul 2010 20:20:57 +0000 (22:20 +0200)]
Fix: strdisplaywidth("x", 2) returned 3 instead of 1.
Bram Moolenaar [Thu, 22 Jul 2010 20:16:29 +0000 (22:16 +0200)]
For conceal mode: when two different syntax items follow each other, show the
replacement character for both.
Bram Moolenaar [Thu, 22 Jul 2010 19:44:13 +0000 (21:44 +0200)]
Fix: "import termios" doesn't work with dynamically loaded Python. (James
Vega)
Bram Moolenaar [Thu, 22 Jul 2010 19:32:16 +0000 (21:32 +0200)]
Make it possible to load Lua dynamically on Unix. (Luis Carvalho)
Bram Moolenaar [Thu, 22 Jul 2010 09:34:16 +0000 (11:34 +0200)]
Fix building with Perl on Windows with MingW. (James Vega)
Bram Moolenaar [Wed, 21 Jul 2010 20:27:37 +0000 (22:27 +0200)]
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar [Wed, 21 Jul 2010 20:05:20 +0000 (22:05 +0200)]
Make it possible to load Perl dynamically on Unix. (James Vega)
Bram Moolenaar [Wed, 21 Jul 2010 18:40:27 +0000 (20:40 +0200)]
Fix dependencies in help Makefile. (James Vega)
Bram Moolenaar [Wed, 21 Jul 2010 18:36:22 +0000 (20:36 +0200)]
Small docs fixes.
Bram Moolenaar [Wed, 21 Jul 2010 18:31:07 +0000 (20:31 +0200)]
Fix build problem when fchown() not available. (Gary Johnson)
Bram Moolenaar [Wed, 21 Jul 2010 14:00:43 +0000 (16:00 +0200)]
Fix that :py3file was not working.
Bram Moolenaar [Tue, 20 Jul 2010 20:45:13 +0000 (22:45 +0200)]
Update timestamps for recently changed help files.
Bram Moolenaar [Tue, 20 Jul 2010 20:33:34 +0000 (22:33 +0200)]
Fix hang when resizing in diff mode and there are concealed items.
Bram Moolenaar [Tue, 20 Jul 2010 20:30:01 +0000 (22:30 +0200)]
Avoid error when exiting in diff mode with EXITFREE defined.
Bram Moolenaar [Tue, 20 Jul 2010 16:44:27 +0000 (18:44 +0200)]
When resetting 'mousehide' show the mouse pointer right away.
Bram Moolenaar [Tue, 20 Jul 2010 16:10:15 +0000 (18:10 +0200)]
Fix some duplicates in ":find" completion. (Nazri Ramliy)
Bram Moolenaar [Tue, 20 Jul 2010 15:32:38 +0000 (17:32 +0200)]
Change 'cryptmethod' from a number to a string option. Make it global-local.
Bram Moolenaar [Tue, 20 Jul 2010 11:11:28 +0000 (13:11 +0200)]
Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.
Bram Moolenaar [Tue, 20 Jul 2010 11:10:11 +0000 (13:10 +0200)]
Add a few items to the syntax menu. Split up long submenus.
Bram Moolenaar [Tue, 20 Jul 2010 10:36:02 +0000 (12:36 +0200)]
Updated sh and vim syntax files. (Charles Campbell)
Bram Moolenaar [Tue, 20 Jul 2010 09:29:07 +0000 (11:29 +0200)]
Fix 'colorcolumn' adjecent columns not highlighted after end of line.
Bram Moolenaar [Tue, 20 Jul 2010 09:16:17 +0000 (11:16 +0200)]
Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar [Mon, 19 Jul 2010 21:11:27 +0000 (23:11 +0200)]
Fixed: crash with ":find " completion, using uninitialized count.
Bram Moolenaar [Mon, 19 Jul 2010 20:08:50 +0000 (22:08 +0200)]
Updated Ukranian translations. (Anatoli Sakhnik)
Bram Moolenaar [Mon, 19 Jul 2010 19:51:01 +0000 (21:51 +0200)]
Updated Polish translations. (Mikolaj Machowski)
Bram Moolenaar [Mon, 19 Jul 2010 19:18:54 +0000 (21:18 +0200)]
Fix configure for Python3 libs and version number. (James Vega)
Bram Moolenaar [Mon, 19 Jul 2010 18:46:22 +0000 (20:46 +0200)]
Rename some "python3" symbols to "py3", as the command name.
Documentation updates.
Bram Moolenaar [Mon, 19 Jul 2010 18:13:22 +0000 (20:13 +0200)]
Never hide text for conceal in cursor line. Do hide when there is
highlighting.
Bram Moolenaar [Mon, 19 Jul 2010 17:52:13 +0000 (19:52 +0200)]
Rename w_p_conceal to w_p_conc for consistency.
Bram Moolenaar [Sun, 18 Jul 2010 21:32:13 +0000 (23:32 +0200)]
Also make ALT modifier work for mouse wheel. (Benjamin Haskell)
Bram Moolenaar [Sun, 18 Jul 2010 21:30:34 +0000 (23:30 +0200)]
Fix: 'colorcolumn' interfered with concealed text.
Bram Moolenaar [Sun, 18 Jul 2010 21:29:58 +0000 (23:29 +0200)]
Vim 7.3a -> 7.3b.
Bram Moolenaar [Sun, 18 Jul 2010 20:33:56 +0000 (22:33 +0200)]
Fix: MS-Windows installer used wrong path for uninstaller key.
Bram Moolenaar [Sun, 18 Jul 2010 20:10:01 +0000 (22:10 +0200)]
Last few changes for the 7.3a BETA release.
Bram Moolenaar [Sun, 18 Jul 2010 19:42:34 +0000 (21:42 +0200)]
Fixes and improvements for MS-Windows build.
Bram Moolenaar [Sun, 18 Jul 2010 16:47:44 +0000 (18:47 +0200)]
Minor runtime file updates.
Bram Moolenaar [Sun, 18 Jul 2010 16:04:50 +0000 (18:04 +0200)]
Make automatic prototype generation work with more interfaces.
Bram Moolenaar [Sun, 18 Jul 2010 13:45:49 +0000 (15:45 +0200)]
Added strdisplaywidth() function.
Bram Moolenaar [Sun, 18 Jul 2010 13:31:08 +0000 (15:31 +0200)]
Added strwidth() and strchars() functions.
Bram Moolenaar [Sun, 18 Jul 2010 12:34:51 +0000 (14:34 +0200)]
Better conceal in help. (partly by Dominique Pelle)
Bram Moolenaar [Sun, 18 Jul 2010 12:26:11 +0000 (14:26 +0200)]
Make CTRL modifier work for mouse wheel. (Benjamin Haskell)
Bram Moolenaar [Sun, 18 Jul 2010 12:20:35 +0000 (14:20 +0200)]
Fix build broken without multi-byte feature.
Bram Moolenaar [Sun, 18 Jul 2010 12:07:22 +0000 (14:07 +0200)]
Improved :TOhtml. (Benjamin Fritz)