Bram Moolenaar
|
1587a1e37d
|
Add completion for ":ownsyntax" and improve completion for ":filetype".
(Dominique Pelle)
|
2010-07-29 20:59:59 +02:00 |
|
Bram Moolenaar
|
8e46927a32
|
Changes for VMS. Mostly by Zoltan Arpadffy.
|
2010-07-28 19:38:16 +02:00 |
|
Bram Moolenaar
|
5e109c4ab0
|
Fix compiler warnings on 64 bit systems.
|
2010-07-26 22:51:28 +02:00 |
|
Bram Moolenaar
|
7fd7320014
|
Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)
|
2010-07-25 16:58:46 +02:00 |
|
Bram Moolenaar
|
8d9b40e71a
|
Add support for horizontal scroll wheel. (Bjorn Winckler)
|
2010-07-25 15:49:07 +02:00 |
|
Bram Moolenaar
|
59f931ef54
|
Add the 'undoreload' option to be able to undo a file reload.
|
2010-07-24 20:27:03 +02:00 |
|
Bram Moolenaar
|
ffbbcb597c
|
Give each syntax item a sequence number, so that we know when it starts and
can show the 'cchar' for each of them.
|
2010-07-24 17:29:03 +02:00 |
|
Bram Moolenaar
|
4c3a326c53
|
Temporary solution for crashing when using both :py and :py3: disallow both in
one session.
|
2010-07-24 15:42:14 +02:00 |
|
Bram Moolenaar
|
f5963f719e
|
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'.
|
2010-07-23 22:10:27 +02:00 |
|
Bram Moolenaar
|
27c735b2f8
|
For conceal mode: when two different syntax items follow each other, show the
replacement character for both.
|
2010-07-22 22:16:29 +02:00 |
|
Bram Moolenaar
|
2334b6d594
|
Make it possible to load Lua dynamically on Unix. (Luis Carvalho)
|
2010-07-22 21:32:16 +02:00 |
|
Bram Moolenaar
|
49771f4fb0
|
Change 'cryptmethod' from a number to a string option. Make it global-local.
|
2010-07-20 17:32:38 +02:00 |
|
Bram Moolenaar
|
368373e909
|
Rename some "python3" symbols to "py3", as the command name.
Documentation updates.
|
2010-07-19 20:46:22 +02:00 |
|
Bram Moolenaar
|
6df6f47d6d
|
Make automatic prototype generation work with more interfaces.
|
2010-07-18 18:04:50 +02:00 |
|
Bram Moolenaar
|
dc536095ac
|
Added strdisplaywidth() function.
|
2010-07-18 15:45:49 +02:00 |
|
Bram Moolenaar
|
72597a57b5
|
Added strwidth() and strchars() functions.
|
2010-07-18 15:31:08 +02:00 |
|
Bram Moolenaar
|
bd5e15fd5c
|
Added support for Python 3. (Roland Puntaier)
|
2010-07-17 21:19:38 +02:00 |
|
Bram Moolenaar
|
0ba042961f
|
Added Lua interfae. (Luis Carvalho)
|
2010-07-14 23:23:17 +02:00 |
|
Bram Moolenaar
|
1a38442dbc
|
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
|
2010-07-14 19:53:30 +02:00 |
|
Bram Moolenaar
|
a9dc375744
|
Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin
Toft)
|
2010-07-11 20:46:53 +02:00 |
|
Bram Moolenaar
|
3acfc30409
|
Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)
|
2010-07-11 17:23:02 +02:00 |
|
Bram Moolenaar
|
893eaab41f
|
Make joining a range of lines much faster. (Milan Vancura)
|
2010-07-10 17:51:46 +02:00 |
|
Bram Moolenaar
|
d04b7507fd
|
Make synstack() work on the character just after the end of the line.
|
2010-07-08 22:27:55 +02:00 |
|
Bram Moolenaar
|
730cde924c
|
Added ":earlier 1f" and ":later 1f".
|
2010-06-27 05:18:54 +02:00 |
|
Bram Moolenaar
|
a800b42975
|
Add file save counter to undo information. Add undotree() function.
|
2010-06-27 01:15:55 +02:00 |
|
Bram Moolenaar
|
644044794e
|
Various small fixes from Dominique Pelle.
|
2010-06-26 06:24:45 +02:00 |
|
Bram Moolenaar
|
182c5be111
|
Remove the old and not well supported GTK 1 code. (James Vega)
|
2010-06-25 05:37:59 +02:00 |
|
Bram Moolenaar
|
7cfea75ed6
|
Fixes for time in clipboard request. Also fix ownership. (David Fries)
|
2010-06-22 06:07:12 +02:00 |
|
Bram Moolenaar
|
a8ffcbbf5d
|
Crypt the swapfile.
|
2010-06-21 06:15:46 +02:00 |
|
Bram Moolenaar
|
191e0a2bc7
|
Fix tiny build, move functions to undo.c.
|
2010-06-14 01:39:13 +02:00 |
|
Bram Moolenaar
|
80794b1ce6
|
Added salt to blowfish encryption.
|
2010-06-13 05:20:42 +02:00 |
|
Bram Moolenaar
|
8bcf9654dc
|
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
|
fd29f4628e
|
Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.
|
2010-06-06 16:11:09 +02:00 |
|
Bram Moolenaar
|
860cae1cec
|
Add the conceal patch from Vince Negri.
|
2010-06-05 23:22:07 +02:00 |
|
Bram Moolenaar
|
a76638f47d
|
updated for version 7.2.442
Problem: Copy/paste with OpenOffice doesn't work.
Solution: Do not offer the HTML target when it is not supported. (James
Vega)
|
2010-06-05 12:49:46 +02:00 |
|
Bram Moolenaar
|
bbd6afe03e
|
Optimize the blowfish crypt/decrypt code a bit more.
|
2010-06-02 20:32:23 +02:00 |
|
Bram Moolenaar
|
04c9bafa71
|
Made crypt/decrypt faster.
|
2010-06-01 23:37:39 +02:00 |
|
Bram Moolenaar
|
914703bee2
|
Correct use of long instead of off_t for file size. (James Vega)
|
2010-05-31 21:59:46 +02:00 |
|
Bram Moolenaar
|
a3ff49fdcc
|
Crypt the text in the undo file if the file itself is crypted.
|
2010-05-30 22:48:02 +02:00 |
|
Bram Moolenaar
|
6ed8ed84f9
|
Made reading/writing undo info a bit more robust.
|
2010-05-30 20:40:11 +02:00 |
|
Bram Moolenaar
|
a17d4c1934
|
Added the undofile() function. Updated runtime files.
|
2010-05-30 18:30:36 +02:00 |
|
Bram Moolenaar
|
9db580634c
|
Various improvements to undo file code to make it more robust.
|
2010-05-29 20:33:07 +02:00 |
|
Bram Moolenaar
|
cdf04208f3
|
Fix a few more things for persistent undo.
|
2010-05-29 15:11:47 +02:00 |
|
Bram Moolenaar
|
7db5fc838a
|
Fix uninit memory read in undo code. Fix uint32_t in proto file.
A few minor changes.
|
2010-05-24 11:59:29 +02:00 |
|
Bram Moolenaar
|
55debbe384
|
Included patch for persistent undo. Lots of changes and added test.
|
2010-05-23 23:34:36 +02:00 |
|
Bram Moolenaar
|
b26e6327e6
|
Add :nbstart and :nbclose.
|
2010-05-22 21:34:09 +02:00 |
|
Bram Moolenaar
|
67c5384434
|
Included the patch to support netbeans in a terminal.
|
2010-05-22 18:28:27 +02:00 |
|
Bram Moolenaar
|
218116c1d0
|
Various smaller changes. Updated proto files. Updated dependencies.
|
2010-05-20 21:46:00 +02:00 |
|
Bram Moolenaar
|
823a165119
|
Minor updates to blowfish encryption.
|
2010-05-16 23:02:33 +02:00 |
|
Bram Moolenaar
|
40e6a71c67
|
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
|
2010-05-16 22:32:54 +02:00 |
|