Bram Moolenaar
|
e4e7e071fd
|
Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
|
2010-07-14 16:52:17 +02:00 |
|
Bram Moolenaar
|
750b9035e9
|
Fix a few compiler warnings.
|
2010-07-14 14:28:26 +02:00 |
|
Bram Moolenaar
|
774d6d2b92
|
Add clipboard support in Mac console. (Bjorn Winckler)
|
2010-07-14 13:58:07 +02:00 |
|
Bram Moolenaar
|
432a1b6d5b
|
Minor runtime file updates.
|
2010-07-12 23:05:41 +02:00 |
|
Bram Moolenaar
|
06dc741594
|
Fix: Composing characters in :s substitute text were dropped.
|
2010-07-12 22:42:33 +02:00 |
|
Bram Moolenaar
|
477ad9c409
|
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.
|
2010-07-12 21:38:19 +02:00 |
|
Bram Moolenaar
|
fbfb8b4e04
|
Fix: exists() was causing an autload script to be loaded.
|
2010-07-11 23:12:29 +02:00 |
|
Bram Moolenaar
|
fe52419bd5
|
When the buffer is in diff mode, have :TOhtml create HTML to show the diff
side-by-side. (Christian Brabandt)
|
2010-07-11 22:38:52 +02:00 |
|
Bram Moolenaar
|
c75d84e16e
|
Filter out -pthread for cproto.
|
2010-07-11 20:52:58 +02:00 |
|
Bram Moolenaar
|
9e29077356
|
Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin
Toft)
|
2010-07-11 20:46:53 +02:00 |
|
Bram Moolenaar
|
a0b7989275
|
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
(James Vega)
|
2010-07-11 19:01:06 +02:00 |
|
Bram Moolenaar
|
fd4c417987
|
Add back SAL lines for Swedish spell file.
|
2010-07-11 18:03:15 +02:00 |
|
Bram Moolenaar
|
131ed80f58
|
Fix crash in generating spell .sug file.
|
2010-07-11 18:01:39 +02:00 |
|
Bram Moolenaar
|
13279a4c82
|
When 'formatexpr' evaluates to non-zero fall back to internal formatting, also
for "gq". (James Vega)
|
2010-07-11 17:35:50 +02:00 |
|
Bram Moolenaar
|
5b0909a142
|
Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)
|
2010-07-11 17:23:02 +02:00 |
|
Bram Moolenaar
|
e95edea8ac
|
Support :browse for commands that use an error file argument. (Lech Lorens)
|
2010-07-11 16:58:51 +02:00 |
|
Bram Moolenaar
|
031f066552
|
Support wide file names in gvimext. (Szabolcs Horvat)
|
2010-07-10 19:22:44 +02:00 |
|
Bram Moolenaar
|
e6513d405a
|
Make joining a range of lines much faster. (Milan Vancura)
|
2010-07-10 17:51:46 +02:00 |
|
Bram Moolenaar
|
db71299a34
|
Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacement
didn't work in 'compatible' mode.
|
2010-07-10 16:36:59 +02:00 |
|
Bram Moolenaar
|
dd9021d154
|
Update spell files for Ubuntu locale names.
|
2010-07-10 15:52:35 +02:00 |
|
Bram Moolenaar
|
07ea3f5ae4
|
Improve test for joining lines. (Milan Vancura)
|
2010-07-10 14:10:50 +02:00 |
|
Bram Moolenaar
|
6d6c27ca55
|
Fixed ":s" message. Docs updates.
|
2010-07-10 13:52:13 +02:00 |
|
Bram Moolenaar
|
fb61378b64
|
Make synstack() work on the character just after the end of the line.
|
2010-07-08 22:27:55 +02:00 |
|
Bram Moolenaar
|
9d0587fee7
|
Apply patch 7.2.445.
|
2010-07-07 18:26:28 +02:00 |
|
Bram Moolenaar
|
73514786b0
|
Make the dos installer work with more compilers.
|
2010-07-07 15:14:03 +02:00 |
|
Bram Moolenaar
|
9926afa8c8
|
Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Reilly)
|
2010-07-07 13:19:55 +02:00 |
|
Bram Moolenaar
|
355d9f336f
|
Change SKIP_GTK to SKIP_GTK2 in configure.
|
2010-07-05 22:57:59 +02:00 |
|
Bram Moolenaar
|
e99eb6d576
|
Better init for match highlighting when using conceal feature.
|
2010-07-05 22:22:57 +02:00 |
|
Bram Moolenaar
|
59e9b5aa90
|
Mainly documentation updates.
|
2010-07-04 22:20:21 +02:00 |
|
Bram Moolenaar
|
4f0c0721ed
|
Make updating text for conceal mode simpler. A few compiler warning fixes.
|
2010-07-02 20:20:09 +02:00 |
|
Bram Moolenaar
|
28d9fd8fc2
|
Added ":earlier 1f" and ":later 1f".
|
2010-06-27 05:18:54 +02:00 |
|
Bram Moolenaar
|
97b59ce8e6
|
Add file save counter to undo information. Add undotree() function.
|
2010-06-27 01:15:55 +02:00 |
|
Bram Moolenaar
|
db68563f9b
|
Remove wrong #ifdef added by previous change.
|
2010-06-26 21:15:50 +02:00 |
|
Bram Moolenaar
|
ecf9b93707
|
Various small fixes from Dominique Pelle.
|
2010-06-26 06:24:45 +02:00 |
|
Bram Moolenaar
|
6907f18819
|
Change remaining HAVE_GTK2 to FEAT_GUI_GTK.
|
2010-06-26 05:38:18 +02:00 |
|
Bram Moolenaar
|
6b0e90f4d5
|
Fix that :mksession may generate "2argu" even though there is no such
argument. (Peter Odding)
|
2010-06-26 05:25:54 +02:00 |
|
Bram Moolenaar
|
f158a31a63
|
Remove the old and not well supported GTK 1 code. (James Vega)
|
2010-06-25 05:37:59 +02:00 |
|
Bram Moolenaar
|
4eb10798b3
|
Fix build problem with Ruby on Windows. (Cesar Romani)
|
2010-06-25 04:29:11 +02:00 |
|
Bram Moolenaar
|
4d457a8790
|
Fix a memory leak in encryption. (Dominique Pelle)
|
2010-06-24 05:39:03 +02:00 |
|
Bram Moolenaar
|
cd19849657
|
Fix compiler warning.
|
2010-06-24 05:20:13 +02:00 |
|
Bram Moolenaar
|
512c59e42c
|
Fix compiler warnings for shadowed variables. Make 'conceal' a long instead
of int.
|
2010-06-22 06:28:58 +02:00 |
|
Bram Moolenaar
|
422c1f9c82
|
Fixes for time in clipboard request. Also fix ownership. (David Fries)
|
2010-06-22 06:07:12 +02:00 |
|
Bram Moolenaar
|
489c41e3f4
|
Couple of small fixes for conceal feature. (Dominique Pelle)
|
2010-06-22 05:16:38 +02:00 |
|
Bram Moolenaar
|
9702a3b833
|
Command line completion for :ownsyntax. (Dominique Pelle)
|
2010-06-21 06:24:34 +02:00 |
|
Bram Moolenaar
|
e908f03b9f
|
Crypt the swapfile.
|
2010-06-21 06:15:46 +02:00 |
|
Bram Moolenaar
|
92abae907b
|
Fix tiny build, move functions to undo.c.
|
2010-06-14 01:39:13 +02:00 |
|
Bram Moolenaar
|
b20ce3985a
|
Added salt to blowfish encryption.
|
2010-06-13 05:20:42 +02:00 |
|
Bram Moolenaar
|
4597043470
|
Update help files.
|
2010-06-12 20:18:19 +02:00 |
|
Bram Moolenaar
|
b42b30dd32
|
updated for version 7.2.443
Problem: Using taglist() on a tag file with duplicate fields generates an
internal error. (Peter Odding)
Solution: Check for duplicate field names.
|
2010-06-12 20:12:02 +02:00 |
|
Bram Moolenaar
|
76374a3888
|
Minor typo and docs update.
|
2010-06-12 06:46:44 +02:00 |
|