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
f844147747
updated for version 7.3.166
...
Problem: Buffer on the stack may be too big
Solution: Allocate the space.
2011-04-28 17:24:58 +02:00
Bram Moolenaar
f1fda2d6e5
updated for version 7.3.163
...
Problem: For the default of 'shellpipe' "mksh" and "pdksh" are not
recognized.
Solution: Recognize these shell names.
2011-04-28 12:57:36 +02:00
Bram Moolenaar
0b2f94db23
updated for version 7.3.141
...
Problem: When a key code is not set get a confusing error message.
Solution: Change the error message to say the key code is not set.
2011-03-22 14:35:05 +01:00
Bram Moolenaar
164c60f5b1
updated for version 7.3.103
...
Problem: Changing 'fileformat' and then using ":w" in an empty file sets
the 'modified' option.
Solution: In unchanged() don't ignore 'ff' for an empty file.
2011-01-22 00:11:50 +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
94950a9ee0
updated for version 7.3.072
...
Problem: Can't complete file names while ignoring case.
Solution: Add 'wildignorecase'.
2010-12-02 16:01:29 +01:00
Bram Moolenaar
4161dccada
updated for version 7.3.071
...
Problem: Editing a file in a window that's in diff mode resets 'diff'
but not cursor binding.
Solution: Reset cursor binding in two more places.
2010-12-02 15:33:21 +01:00
Bram Moolenaar
d5784f9fc4
updated for version 7.3.022
...
Problem: When opening a new window the 'spellcapcheck' option is cleared.
Solution: Copy the correct option value. (Christian Brabandt)
2010-10-13 14:05:35 +02:00
Bram Moolenaar
5c3bd0a0fb
Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars'
...
contains a character that would become double width.
2010-08-04 20:55:44 +02:00
Bram Moolenaar
a539df01f8
No need to redraw cursorline when 'modifiable' is changed. (Dominique Pelle)
2010-08-01 14:35:05 +02:00
Bram Moolenaar
a9d52e3b79
Fixes for coverity warnings.
2010-07-31 16:44:19 +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
d497a30cbe
Window split didn't copy the value of 'conceallevel'.
2010-07-23 22: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
9c44972817
When resetting 'mousehide' show the mouse pointer right away.
2010-07-20 18:44: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
11505dcd2b
Fix bad parsing of 'colorcolumn'. (Dominique Pelle)
2010-07-16 21:29:06 +02:00
Bram Moolenaar
865242e121
Disallow setting 'enc' in a modeline. (Patrick Texier)
2010-07-14 21:12:05 +02:00
Bram Moolenaar
1a38442dbc
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
2010-07-14 19:53:30 +02:00
Bram Moolenaar
cc448b373d
Support completion for ":find". (Nazri Ramliy)
...
Cleanup white space.
2010-07-14 16:52:17 +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
370df58df9
Couple of small fixes for conceal feature. (Dominique Pelle)
2010-06-22 05:16:38 +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
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
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
6af0506370
updated for version 7.2.426
...
Problem: Commas in 'langmap' are not always handled correctly.
Solution: Require commas to be backslash escaped. (James Vega)
2010-05-14 17:32:58 +02:00
Bram Moolenaar
ae61bcf0ab
updated for version 7.2.417
...
Problem: When 'shell' has an argument with a slash then 'shellpipe' is not
set properly. (Britton Kerin)
Solution: Assume there are no spaces in the path, arguments follow.
2010-05-13 13:12:06 +02:00
Bram Moolenaar
f4d7f944ba
updated for version 7.2.370
...
Problem: A redraw may cause folds to be closed.
Solution: Revert part of the previous patch. Add a test. (Lech Lorens)
2010-02-24 14:34:19 +01:00
Bram Moolenaar
0413d48711
updated for version 7.2.357
...
Problem: When changing 'fileformat' from/to "mac" and there is a CR in the
text the display is wrong.
Solution: Redraw the text when 'fileformat' is changed. (Ben Schmidt)
2010-02-11 17:02:11 +01:00
Bram Moolenaar
5075aad6a8
updated for version 7.2.345
...
Problem: Tab line is not updated when the value of 'bt' is changed.
Solution: Call redraw_titles(). (Lech Lorens)
2010-01-27 15:58:13 +01:00
Bram Moolenaar
319bdbd5ef
updated for version 7.2-255
2009-09-11 13:20:33 +00:00
Bram Moolenaar
801f8b865c
updated for version 7.2-242
2009-07-29 13:42:05 +00:00
Bram Moolenaar
363cb67afa
updated for version 7.2-238
2009-07-22 12:28:17 +00:00
Bram Moolenaar
2a7b9ee0a7
updated for version 7.2-208
2009-06-16 15:50:33 +00:00
Bram Moolenaar
3a6eaa58d5
updated for version 7.2-201
2009-06-16 13:23:06 +00:00
Bram Moolenaar
2c4278fc73
updated for version 7.2-180
2009-05-17 11:33:22 +00:00
Bram Moolenaar
78a1531005
updated for version 7.2-174
2009-05-15 19:33:18 +00:00
Bram Moolenaar
496c5267df
updated for version 7.2-146
2009-03-18 14:42:00 +00:00
Bram Moolenaar
c84e8952eb
updated for version 7.2-144
2009-03-18 13:21:18 +00:00
Bram Moolenaar
fab0623bcf
updated for version 7.2-131
2009-03-04 03:13:35 +00:00
Bram Moolenaar
28e8d27868
updated for version 7.2-109
2009-02-21 19:28:48 +00:00
Bram Moolenaar
f69d9a354b
updated for version 7.2-108
2009-02-11 21:48:40 +00:00
Bram Moolenaar
1bf0ddcbfe
updated for version 7.2-105
2009-02-11 15:47:05 +00:00