Bram Moolenaar
a7014df975
updated for version 7.3.568
...
Problem: Bad indents for #ifdefs.
Solution: Add and remove spaces. (Elias Diem)
2012-06-29 12:35:44 +02:00
Bram Moolenaar
28f2908d95
updated for version 7.3.437
...
Problem: Continue looping inside FOR_ALL_TAB_WINDOWS even when already done.
Solution: Use goto instead of break. (Hirohito Higashi)
2012-02-11 23:45:37 +01:00
Bram Moolenaar
76b9b3696c
updated for version 7.3.426
...
Problem: With '$' in 'cpoptions' the $ is not displayed in the first
column.
Solution: Use -1 instead of 0 as a special value. (Hideki Eiraku and
Hirohito Higashi)
2012-02-04 23:35:00 +01: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
85de20665f
updated for version 7.3.171
...
Problem: When the clipboard isn't supported: ":yank*" gives a confusing
error message.
Solution: Specifically mention that the register name is invalid.
(Jean-Rene David)
2011-05-05 14:26:41 +02: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
bf9680e441
updated for version 7.3.074
...
Problem: Can't use the "+ register like "* for yank and put.
Solution: Add "unnamedplus" to the 'clipboard' option. (Ivan Krasilnikov)
2010-12-02 21:43:16 +01:00
Bram Moolenaar
0818b87cbf
updated for version 7.3.064
...
Problem: Win32: ":dis +" shows nothing, but "+p does insert text.
Solution: Display the * register, since that's what will be inserted.
(Christian Brabandt)
2010-11-24 14:28:58 +01: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
55d5c0348c
Whitespace cleanup.
2010-07-17 23:52:29 +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
0eda7ac7f8
Change remaining HAVE_GTK2 to FEAT_GUI_GTK.
2010-06-26 05:38:18 +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
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
b26e6327e6
Add :nbstart and :nbclose.
2010-05-22 21:34:09 +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
fff2beeeaa
First step in the Vim 7.3 branch. Changed version numbers.
2010-05-15 13:56:02 +02:00
Bram Moolenaar
3f269675d4
updated for version 7.2-269
2009-11-03 11:11:11 +00:00
Bram Moolenaar
6bef63c651
updated for version 7.2-241
2009-07-29 10:10:29 +00:00
Bram Moolenaar
746ebd3b6a
updated for version 7.2-203
2009-06-16 14:01:43 +00:00
Bram Moolenaar
3a6eaa58d5
updated for version 7.2-201
2009-06-16 13:23:06 +00:00
Bram Moolenaar
feba08b22a
updated for version 7.2-200
2009-06-16 13:12:07 +00:00
Bram Moolenaar
446b179cac
updated for version 7.2-197
2009-06-10 16:15:40 +00:00
Bram Moolenaar
0ab2a8870c
updated for version 7.2-168
2009-05-13 10:51:08 +00:00
Bram Moolenaar
bf1b7a7efe
updated for version 7.2-132
2009-03-05 02:15:53 +00:00
Bram Moolenaar
76243bd847
updated for version 7.2-130
2009-03-02 01:47:02 +00:00
Bram Moolenaar
d7f8f5c847
updated for version 7.2-079
2009-01-06 15:14:30 +00:00
Bram Moolenaar
fe86f2d7cd
updated for version 7.2-055
2008-11-28 20:29:07 +00:00
Bram Moolenaar
f6dad43c98
updated for version 7.2-021
2008-09-18 19:29:58 +00:00
Bram Moolenaar
380841106e
updated for version 7.2b-022
2008-07-26 14:05:07 +00:00
Bram Moolenaar
3577c6fafb
updated for version 7.2a
2008-06-24 21:16:56 +00:00
Bram Moolenaar
cb4cef2206
updated for version 7.1-283
2008-03-16 15:04:34 +00:00
Bram Moolenaar
ee3f7a51c8
updated for version 7.1-177
2008-01-01 13:17:56 +00:00
Bram Moolenaar
78ab331e0d
updated for version 7.1-125
2007-09-29 12:16:41 +00:00
Bram Moolenaar
9d2c8c1a66
updated for version 7.1-120
2007-09-25 16:00:00 +00:00
Bram Moolenaar
367329ba08
updated for version 7.1-093
2007-08-30 11:53:22 +00:00
Bram Moolenaar
78e1762c48
updated for version 7.1-091
2007-08-30 10:26:19 +00:00
Bram Moolenaar
2bb8df23dc
updated for version 7.1b
2007-05-10 17:26:28 +00:00
Bram Moolenaar
7bff313a94
updated for version 7.1a
2007-05-06 12:34:30 +00:00
Bram Moolenaar
d326ce83d5
updated for version 7.0-216
2007-03-11 14:48:29 +00:00
Bram Moolenaar
47b8b15b5f
updated for version 7.0-192
2007-02-07 02:41:57 +00:00
Bram Moolenaar
d675e2c513
updated for version 7.0-180
2007-01-09 14:09:25 +00:00
Bram Moolenaar
df40adfcf4
updated for version 7.0-133
2006-10-14 12:32:39 +00:00
Bram Moolenaar
9fecb460fe
updated for version 7.0-084
2006-09-05 10:59:47 +00:00
Bram Moolenaar
42dd2a16bf
updated for version 7.0-078
2006-09-02 12:04:57 +00:00
Bram Moolenaar
c9b4b05b35
updated for version 7.0g
2006-04-30 18:54:39 +00:00
Bram Moolenaar
f9393ef5ef
updated for version 7.0f
2006-04-24 19:47:27 +00:00
Bram Moolenaar
4a85b41560
updated for version 7.0e07
2006-04-23 22:40:29 +00:00