]>
granicus.if.org Git - vim/log
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)
Bram Moolenaar [Sun, 18 Jul 2010 11:58:26 +0000 (13:58 +0200)]
Build problem when using all interfaces except Lua.
Bram Moolenaar [Sun, 18 Jul 2010 11:55:02 +0000 (13:55 +0200)]
Make 'cursorcolumn' work together with the conceal feature.
Bram Moolenaar [Sun, 18 Jul 2010 10:35:47 +0000 (12:35 +0200)]
Make it easier to build with Lua. Remove compiler warnings.
Bram Moolenaar [Sat, 17 Jul 2010 21:52:29 +0000 (23:52 +0200)]
Whitespace cleanup.
Bram Moolenaar [Sat, 17 Jul 2010 19:19:38 +0000 (21:19 +0200)]
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar [Sat, 17 Jul 2010 15:12:06 +0000 (17:12 +0200)]
Add the 'L' item to 'cinoptions'. (Manuel Konig)
Bram Moolenaar [Sat, 17 Jul 2010 14:44:59 +0000 (16:44 +0200)]
Mac: Support disabling antialias. (LC Mi)
Bram Moolenaar [Sat, 17 Jul 2010 14:30:42 +0000 (16:30 +0200)]
Make it possible to drag a tab page label to another position. (Paul B. Mahol)
Bram Moolenaar [Sat, 17 Jul 2010 13:20:30 +0000 (15:20 +0200)]
Better implementation of creating the Color Scheme menu. (Juergen Kraemer)
Bram Moolenaar [Sat, 17 Jul 2010 10:47:16 +0000 (12:47 +0200)]
In Visual mode with 'showcmd' display the number of bytes and characters.
Bram Moolenaar [Fri, 16 Jul 2010 19:29:06 +0000 (21:29 +0200)]
Fix bad parsing of 'colorcolumn'. (Dominique Pelle)
Bram Moolenaar [Fri, 16 Jul 2010 18:38:52 +0000 (20:38 +0200)]
Avoid compiler warnings for size_t to int conversions.
Bram Moolenaar [Fri, 16 Jul 2010 18:35:36 +0000 (20:35 +0200)]
Improved version of 2html.vim.
Includes progress bar.
Fix dynamic folding in diff view.
(Benjamin Fritz)
Bram Moolenaar [Wed, 14 Jul 2010 21:23:17 +0000 (23:23 +0200)]
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar [Wed, 14 Jul 2010 20:35:55 +0000 (22:35 +0200)]
Fix: When entering a digraph or special character after a line that fits the
window the '?' or '^' on the next line is not redrawn. (Ian Kelling)
Bram Moolenaar [Wed, 14 Jul 2010 20:04:22 +0000 (22:04 +0200)]
Allow synIDattr() getting GUI attributes when build without GUI.
(Matt Wozniski)
Bram Moolenaar [Wed, 14 Jul 2010 19:12:05 +0000 (21:12 +0200)]
Disallow setting 'enc' in a modeline. (Patrick Texier)
Bram Moolenaar [Wed, 14 Jul 2010 18:57:00 +0000 (20:57 +0200)]
Fix: cursor line not properly concealed when moving between windows.
(Vince Negri)
Bram Moolenaar [Wed, 14 Jul 2010 18:31:44 +0000 (20:31 +0200)]
Remove obsolete Mac code.
Bram Moolenaar [Wed, 14 Jul 2010 17:53:30 +0000 (19:53 +0200)]
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar [Wed, 14 Jul 2010 14:59:57 +0000 (16:59 +0200)]
Fix using freed memory in :find completion.
Bram Moolenaar [Wed, 14 Jul 2010 14:54:21 +0000 (16:54 +0200)]
Missing piece for Mac console clipboard support. (Bjorn Winckler)
Bram Moolenaar [Wed, 14 Jul 2010 14:52:17 +0000 (16:52 +0200)]
Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
Bram Moolenaar [Wed, 14 Jul 2010 12:28:26 +0000 (14:28 +0200)]
Fix a few compiler warnings.
Bram Moolenaar [Wed, 14 Jul 2010 11:58:07 +0000 (13:58 +0200)]
Add clipboard support in Mac console. (Bjorn Winckler)
Bram Moolenaar [Mon, 12 Jul 2010 21:05:41 +0000 (23:05 +0200)]
Minor runtime file updates.
Bram Moolenaar [Mon, 12 Jul 2010 20:42:33 +0000 (22:42 +0200)]
Fix: Composing characters in :s substitute text were dropped.
Bram Moolenaar [Mon, 12 Jul 2010 19:38:19 +0000 (21:38 +0200)]
updated for version 7.2.446
Problem: Crash in GUI when closing the last window in a tabpage. (ryo7000)
Solution: Remove the tabpage from the list before freeing the window.
Bram Moolenaar [Sun, 11 Jul 2010 21:12:29 +0000 (23:12 +0200)]
Fix: exists() was causing an autload script to be loaded.
Bram Moolenaar [Sun, 11 Jul 2010 20:38:52 +0000 (22:38 +0200)]
When the buffer is in diff mode, have :TOhtml create HTML to show the diff
side-by-side. (Christian Brabandt)