Bram Moolenaar
bdb620560b
updated for version 7.3.603
...
Problem: It is possible to add replace builtin functions by calling
extend() on g:.
Solution: Add a flag to a dict to indicate it is a scope. Check for
existing functions. (ZyX)
2012-07-16 17:31:53 +02:00
Bram Moolenaar
362ce48048
updated for version 7.3.545
...
Problem: When closing a window or buffer autocommands may close it too,
causing problems for where the autocommand was invoked from.
Solution: Add the w_closing and b_closing flags. When set disallow ":q" and
":close" to prevent recursive closing.
2012-06-06 19:02:45 +02:00
Bram Moolenaar
b8ff1fb5eb
updated for version 7.3.423
...
Problem: Small mistakes in comments, proto and indent.
Solution: Fix the mistakes.
Also update runtime files
2012-02-04 21:59:01 +01:00
Bram Moolenaar
b07269a548
updated for version 7.3.191
...
Problem: Still some RISC OS stuff to remove.
Solution: Remove files and lines. (Hong Xu)
Remove the 'osfiletype' option code.
2011-05-19 13:41:14 +02:00
Bram Moolenaar
e60acc180b
updated for version 7.3.187
...
Problem: The RISC OS port has obvious errors and is not being maintained.
Solution: Remove the RISC OS files and code.
2011-05-10 16:41:25 +02:00
Bram Moolenaar
b05b10a3c0
updated for version 7.3.143
...
Problem: Memfile is not tested sufficiently. Looking up blocks in a
memfile is slow when there are many blocks.
Solution: Add high level test and unittest. Adjust the number of hash
buckets to the number of blocks. (Ivan Krasilnikov)
2011-03-22 18:10:45 +01:00
Bram Moolenaar
cab35ad26d
updated for version 7.3.124
...
Problem: When writing a file in binary mode it may be missing the final EOL
if a file previously read was missing the EOL. (Kevin Goodsell)
Solution: Move the write_no_eol_lnum into the buffer struct.
2011-02-15 17:39:22 +01:00
Bram Moolenaar
bd74325960
updated for version 7.3.032
...
Problem: maparg() doesn't return the flags, such as <buffer>, <script>,
<silent>. These are needed to save and restore a mapping.
Solution: Improve maparg(). (also by Christian Brabandt)
2010-10-20 21:23:33 +02:00
Bram Moolenaar
c0cba4d9b1
Fixed: on MS-Windows completion of shell commands didn't work.
2010-08-07 17:07:21 +02:00
Bram Moolenaar
6e202e52b7
Fix: concealed regions didn't get redrawn correctly when moving the cursor
...
through them.
2010-07-28 18:14:45 +02:00
Bram Moolenaar
8765a4ac3a
Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)
2010-07-27 22:41:43 +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
49771f4fb0
Change 'cryptmethod' from a number to a string option. Make it global-local.
2010-07-20 17:32:38 +02:00
Bram Moolenaar
c400cb9ca7
Rename w_p_conceal to w_p_conc for consistency.
2010-07-19 19:52:13 +02:00
Bram Moolenaar
bd5e15fd5c
Added support for Python 3. (Roland Puntaier)
2010-07-17 21:19:38 +02:00
Bram Moolenaar
1a38442dbc
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
2010-07-14 19:53:30 +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
f506c5bb1c
Fix compiler warnings for shadowed variables. Make 'conceal' a long instead
...
of int.
2010-06-22 06:28:58 +02:00
Bram Moolenaar
a8ffcbbf5d
Crypt the swapfile.
2010-06-21 06:15:46 +02:00
Bram Moolenaar
860cae1cec
Add the conceal patch from Vince Negri.
2010-06-05 23:22:07 +02:00
Bram Moolenaar
83d09bb85e
Don't use pointers to store numbers, use a union.
...
Fixed MSVC makefile use of /Wp64 flag.
2010-06-01 19:58:08 +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
6773b2ba7e
A bit of cleanup and simplification for undofile.
2010-05-30 16:01:37 +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
0bbabe8080
Fixed encryption big/little endian test.
...
Use uint32_t to avoid crash on 64 bit machines.
Added error numbers for Blowfish errors.
Fixed the tiny version not building.
2010-05-17 20:32:55 +02:00
Bram Moolenaar
40e6a71c67
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
2010-05-16 22:32:54 +02:00
Bram Moolenaar
64486671c3
Add 'relativenumber' patch from Markus Heidelberg.
2010-05-16 15:46:46 +02:00
Bram Moolenaar
2767c60008
updated for version 7.2.436
...
Problem: Reproducible crash in syntax HL. (George Reilly, Dominique Pelle)
Solution: Make sst_stacksize an int instead of short. (Dominique Pelle)
2010-05-16 13:56:06 +02:00
Bram Moolenaar
70b11cdd56
updated for version 7.2.432
...
Problem: When menus are translated they can only be found by the translated
name. That makes ":emenu" difficult to use.
Solution: Store the untranslated name and use it for completion and :emenu.
(Edward L. Fox / Liang Peng / Bezetek James)
2010-05-14 22:24:40 +02:00
Bram Moolenaar
67b891e16c
updated for version 7.2-262
2009-09-18 15:25:52 +00:00
Bram Moolenaar
6bef63c651
updated for version 7.2-241
2009-07-29 10:10:29 +00:00
Bram Moolenaar
13df0fea4b
updated for version 7.2-225
2009-07-09 16:24:19 +00:00
Bram Moolenaar
746ebd3b6a
updated for version 7.2-203
2009-06-16 14:01:43 +00:00
Bram Moolenaar
8f0b2d46c7
updated for version 7.2-176
2009-05-16 14:41:10 +00:00
Bram Moolenaar
f1726cc8d6
updated for version 7.2-170
2009-05-13 18:48:16 +00:00
Bram Moolenaar
5fd0ca70d3
updated for version 7.2-169
2009-05-13 16:56:33 +00:00
Bram Moolenaar
0ab2a8870c
updated for version 7.2-168
2009-05-13 10:51:08 +00:00
Bram Moolenaar
d4153d4a62
updated for version 7.2-042
2008-11-15 15:06:17 +00:00
Bram Moolenaar
d812df6300
updated for version 7.2-031
2008-11-09 12:46:09 +00:00
Bram Moolenaar
a983fe9473
updated for version 7.2b-025
2008-07-31 20:04:27 +00:00
Bram Moolenaar
c1a11ed54c
updated for version 7.2a
2008-06-24 22:09:24 +00:00
Bram Moolenaar
91a4e82243
updated for version 7.1-236
2008-01-19 14:59:58 +00:00
Bram Moolenaar
fecb660578
updated for version 7.1-130
2007-10-01 20:54:15 +00:00
Bram Moolenaar
83eb885d54
updated for version 7.1-066
2007-08-12 13:51:26 +00:00
Bram Moolenaar
6ee10162b2
updated for version 7.1-040
2007-07-26 20:58:42 +00:00
Bram Moolenaar
335437bb24
updated for version 7.1b
2007-05-10 18:32:52 +00:00
Bram Moolenaar
f30e74c113
updated for version 7.0-060
2006-08-16 17:35:00 +00:00
Bram Moolenaar
c6fe919573
updated for version 7.0c13
2006-04-09 21:54:49 +00:00
Bram Moolenaar
910f66f90c
updated for version 7.0c10
2006-04-05 20:41:53 +00:00