Bram Moolenaar
d9462e394a
updated for version 7.3.161
...
Problem: Items on the stack may be too big.
Solution: Make items static or allocate them.
2011-04-11 21:35:11 +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
c2b4c62d0b
updated for version 7.3.123
...
Problem: ml_get error when executing register being recorded into, deleting
lines and 'conceallevel' is set. (ZyX)
Solution: Don't redraw a line for concealing when it doesn't exist.
2011-02-15 16:29:59 +01:00
Bram Moolenaar
9c26303293
updated for version 7.3.085
...
Problem: Inconsistency with preproc symbols. void * computation.
Solution: Include vimio.h from vim.h. Add type cast.
2010-12-17 18:06:06 +01:00
Bram Moolenaar
00b78c17b2
updated for version 7.3.061
...
Problem: Remote ":drop" does not respect 'autochdir'. (Peter Odding)
Solution: Don't restore the directory when 'autochdir' is set. (Benjamin
Fritz)
2010-11-16 16:25:51 +01:00
Bram Moolenaar
173c98550f
updated for version 7.3.016
...
Problem: Netbeans doesn't work under Athena.
Solution: Support Athena, just like Motif. (Xavier de Gaye)
2010-09-29 17:27:01 +02:00
Bram Moolenaar
09092155a6
Remove unused code.
2010-08-08 16:38:42 +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
59f931ef54
Add the 'undoreload' option to be able to undo a file reload.
2010-07-24 20:27:03 +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
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
0ba042961f
Added Lua interfae. (Luis Carvalho)
2010-07-14 23:23:17 +02:00
Bram Moolenaar
c8bbaa3b18
Missing piece for Mac console clipboard support. (Bjorn Winckler)
2010-07-14 16:54:21 +02:00
Bram Moolenaar
b2c0350c67
Make updating text for conceal mode simpler. A few compiler warning fixes.
2010-07-02 20:20:09 +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
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
0e1e25fb0a
Don't execute some autocommands when v:dying is 2 or more.
2010-05-28 21:07:08 +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
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
c6af8125c7
Other solution for GTK not changing the locale.
2010-05-21 12:04: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
ad249fb74c
updated for version 7.2.415
...
Problem: Win32: Can't open a remote file when starting Vim.
Solution: Don't invoke cygwin_conv_path() for URLs. (Tomoya Adachi)
2010-05-07 16:35:04 +02:00
Bram Moolenaar
5d985b9cca
updated for version 7.2-318
2009-12-16 17:28:07 +00:00
Bram Moolenaar
34ef52dd56
updated for version 7.2-296
2009-11-17 11:31:25 +00:00
Bram Moolenaar
ef94eec644
updated for version 7.2-286
2009-11-11 13:22:11 +00:00
Bram Moolenaar
3f269675d4
updated for version 7.2-269
2009-11-03 11:11:11 +00:00
Bram Moolenaar
9e70cf192e
updated for version 7.2-191
2009-05-26 20:59:55 +00:00
Bram Moolenaar
2c4278fc73
updated for version 7.2-180
2009-05-17 11:33:22 +00:00
Bram Moolenaar
fe86f2d7cd
updated for version 7.2-055
2008-11-28 20:29:07 +00:00
Bram Moolenaar
0300597f4c
updated for version 7.2-047
2008-11-20 13:12:36 +00:00
Bram Moolenaar
701f7afcdf
updated for version 7.2-041
2008-11-15 13:12:07 +00:00
Bram Moolenaar
d812df6300
updated for version 7.2-031
2008-11-09 12:46:09 +00:00
Bram Moolenaar
806875ddb5
updated for version 7.2-020
2008-09-18 18:57:10 +00:00
Bram Moolenaar
4bfa60812d
updated for version 7.2b-017
2008-07-24 17:34:23 +00:00
Bram Moolenaar
688e5f7ee7
updated for version 7.2b-012
2008-07-24 11:51:40 +00:00
Bram Moolenaar
c236c16d08
updated for version 7.2b-000
2008-07-13 17:41:49 +00:00
Bram Moolenaar
0d1498ea69
updated for version 7.2a-009
2008-06-29 12:00:49 +00:00
Bram Moolenaar
8c8de83932
updated for version 7.2a
2008-06-24 22:58:06 +00:00
Bram Moolenaar
cb4cef2206
updated for version 7.1-283
2008-03-16 15:04:34 +00:00
Bram Moolenaar
c4cd38f369
updated for version 7.1-224
2008-01-13 15:18:01 +00:00
Bram Moolenaar
82ad324c8f
updated for version 7.1-216
2008-01-11 19:26:36 +00:00
Bram Moolenaar
9d2c8c1a66
updated for version 7.1-120
2007-09-25 16:00:00 +00:00
Bram Moolenaar
02b063139b
updated for version 7.1-100
2007-09-06 15:39:22 +00:00
Bram Moolenaar
78e1762c48
updated for version 7.1-091
2007-08-30 10:26:19 +00:00
Bram Moolenaar
225d32b910
updated for version 7.1-059
2007-08-10 19:33:47 +00:00
Bram Moolenaar
1ad2f13b37
updated for version 7.1-011
2007-06-19 18:27:18 +00:00
Bram Moolenaar
49325942f5
updated for version 7.1b
2007-05-10 19:19:59 +00:00