Bram Moolenaar
3d1455b16c
updated for version 7.3.770
...
Problem: Vim.h indentation is inconsistent.
Solution: Adjust the indentation. (Elias Diem)
2013-01-17 17:17:26 +01:00
Bram Moolenaar
c983e6fba8
updated for version 7.3.631
...
Problem: Cannot complete user names.
Solution: Add user name completion. (Dominique Pelle)
2012-08-15 14:05:05 +02:00
Bram Moolenaar
04f54461b0
updated for version 7.3.598
...
Problem: Cannot act upon end of completion. (Taro Muraoka)
Solution: Add an autocommand event that is triggered when completion has
finished. (Idea by Florian Klein)
2012-07-10 17:14:56 +02:00
Bram Moolenaar
dc13f9ce11
updated for version 7.3.593
...
Problem: No easy way to decide if b:browsefilter will work.
Solution: Add the browsefilter feature.
2012-07-10 13:41:14 +02:00
Bram Moolenaar
b2d98c3b2c
updated for version 7.3.552
...
Problem: Formatting inside comments does not use the "2" flag in
'formatoptions'.
Solution: Support the "2" flag. (Tor Perkins)
2012-06-13 17:28:55 +02:00
Bram Moolenaar
4e7db56d84
updated for version 7.3.544
...
Problem: There is no good way to close a quickfix window when closing the
last ordinary window.
Solution: Add the QuitPre autocommand.
2012-06-06 18:03:07 +02:00
Bram Moolenaar
1bd4b30eb5
updated for version 7.3.535
...
Problem: Many #ifdefs for MB_MAXBYTES.
Solution: Also define MB_MAXBYTES without the +multi_byte feature. Fix
places where the buffer didn't include space for a NUL byte.
2012-06-01 15:21:02 +02:00
Bram Moolenaar
2d97e5a036
updated for version 7.3.514
...
Problem: No completion for :history command.
Solution: Add the completion and update the docs. Also fix ":behave"
completion. (Dominique Pelle)
2012-04-30 18:48:53 +02:00
Bram Moolenaar
fd75bcf544
updated for version 7.3.479
...
Problem: When 'cursorline' is set the line number highlighting can't be set
separately.
Solution: Add "CursorLineNr". (Howard Buchholz)
2012-03-23 16:25:17 +01:00
Bram Moolenaar
0eadfa8066
updated for version 7.3.465
...
Problem: Cannot get file name with newline from glob().
Solution: Add argument to glob() and expand() to indicate they must return a
list. (Christian Brabandt)
2012-03-07 19:18:23 +01:00
Bram Moolenaar
67755f963f
updated for version 7.3.264
...
Problem: When the current directory name contains wildcard characters, such
as "foo[with]bar", the tags file can't be found. (Jeremy
Erickson)
Solution: When searching for matching files also match without expanding
wildcards. This is a bit of a hack.
2011-07-27 17:31:47 +02:00
Bram Moolenaar
31ed9f1341
updated for version 7.3.255
...
Problem: When editing a file such as "File[2010-08-15].vim" an E16 error is
given. (Manuel Stol)
Solution: Don't give an error for failing to compile the regexp.
2011-07-20 15:04:58 +02:00
Bram Moolenaar
fb3e1c2a39
updated for version 7.3.219
...
Problem: Can't compile with GTK on Mac.
Solution: Add some #ifdef trickery. (Ben Schmidt)
2011-06-13 02:04:00 +02:00
Bram Moolenaar
df053212ba
updated for version 7.3.198
...
Problem: No completion for ":lang".
Solution: Get locales to complete from. (Dominique Pelle)
2011-05-19 18:26:40 +02:00
Bram Moolenaar
f3e738a583
updated for version 7.3.196
...
Problem: Can't intercept a character that is going to be inserted.
Solution: Add the InsertCharPre autocommand event. (Jakson A. Aquino)
2011-05-19 17:25:41 +02:00
Bram Moolenaar
88903e9bb6
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
6fff088061
updated for version 7.3.172
...
Problem: MS-Windows: rename() might delete the file if the name differs but
it's actually the same file.
Solution: Use the file handle to check if it's the same file. (Yukihiro
Nakadaira)
2011-05-05 16:41:24 +02:00
Bram Moolenaar
0ebab84605
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
6b0175c466
updated for version 7.3.091
...
Problem: "vim -w foo" writes special key codes for removed escape
sequences. (Josh Triplett)
Solution: Don't write K_IGNORE codes.
2010-12-30 12:30:31 +01:00
Bram Moolenaar
e88db6d282
updated for version 7.3.087
...
Problem: EINTR is not always defined.
Solution: Include errno.h in vim.h.
2010-12-17 20:24:01 +01:00
Bram Moolenaar
cd6656d82b
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
25ac995bea
updated for version 7.3.083
...
Problem: When a read() or write() is interrupted by a signal it fails.
Solution: Add read_eintr() and write_eintr().
2010-12-17 16:27:16 +01:00
Bram Moolenaar
5ac44c0391
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
112534aad5
updated for version 7.3.031
...
Problem: Can't pass the X window ID to another application.
Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens)
2010-10-20 19:17:48 +02:00
Bram Moolenaar
eb3ed243d9
updated for version 7.3.021
...
Problem: Conflict for defining Boolean in Mac header files.
Solution: Define NO_X11_INCLUDES. (Rainer Muller)
2010-10-10 17:08:43 +02:00
Bram Moolenaar
e4c39f4d21
Add completion for ":ownsyntax" and improve completion for ":filetype".
...
(Dominique Pelle)
--HG--
branch : vim73
2010-07-29 20:59:59 +02:00
Bram Moolenaar
a3501619fc
Add support for horizontal scroll wheel. (Bjorn Winckler)
...
--HG--
branch : vim73
2010-07-25 15:49:07 +02:00
Bram Moolenaar
5eb7e35306
Add the 'undoreload' option to be able to undo a file reload.
...
--HG--
branch : vim73
2010-07-24 20:27:03 +02:00
Bram Moolenaar
b7e3f706b4
Whitespace cleanup.
...
--HG--
branch : vim73
2010-07-17 23:52:29 +02:00
Bram Moolenaar
56361677b1
Added support for Python 3. (Roland Puntaier)
...
--HG--
branch : vim73
2010-07-17 21:19:38 +02:00
Bram Moolenaar
5a4dfdb36d
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
...
--HG--
branch : vim73
2010-07-14 19:53:30 +02:00
Bram Moolenaar
6a69fb8ff7
Support completion for ":find". (Nazri Ramliy)
...
Cleanup white space.
--HG--
branch : vim73
2010-07-14 16:52:17 +02:00
Bram Moolenaar
ca048d538e
Add clipboard support in Mac console. (Bjorn Winckler)
...
--HG--
branch : vim73
rename : src/os_macosx.c => src/os_macosx.m
2010-07-14 13:58:07 +02:00
Bram Moolenaar
bb2f889448
Command line completion for :ownsyntax. (Dominique Pelle)
...
--HG--
branch : vim73
2010-06-21 06:24:34 +02:00
Bram Moolenaar
01601aaade
Add the conceal patch from Vince Negri.
...
--HG--
branch : vim73
2010-06-05 23:22:07 +02:00
Bram Moolenaar
f7d7f59544
Correct use of long instead of off_t for file size. (James Vega)
...
--HG--
branch : vim73
2010-05-31 21:59:46 +02:00
Bram Moolenaar
38594008ba
Improve the MS-Windows installer.
...
--HG--
branch : vim73
2010-05-24 21:34:22 +02:00
Bram Moolenaar
1ce6651297
Fix uninit memory read in undo code. Fix uint32_t in proto file.
...
A few minor changes.
--HG--
branch : vim73
2010-05-24 11:59:29 +02:00
Bram Moolenaar
def17d9dff
Included patch for persistent undo. Lots of changes and added test.
...
--HG--
branch : vim73
2010-05-23 23:34:36 +02:00
Bram Moolenaar
6fb0823fe6
Use UINT32_T in the code, define it to uint32_t or unsigned int.
...
Better autoconf check for uint32_t.
--HG--
branch : vim73
2010-05-19 21:57:45 +02:00
Bram Moolenaar
999d14c7be
One more fix for defining uint32_t.
...
--HG--
branch : vim73
2010-05-18 21:49:58 +02:00
Bram Moolenaar
0811d25dee
Fix build on Cygwin and MingW.
...
--HG--
branch : vim73
2010-05-18 21:17:10 +02:00
Bram Moolenaar
a59b4cfa52
Undefine uint32_t when building if_perl.xs to fix the build.
...
--HG--
branch : vim73
2010-05-18 21:05:27 +02:00
Bram Moolenaar
3a97e3116d
updated for version 7.2.392
...
Problem: Netbeans hangs reading from a socket at the maximum block size.
Solution: Use select() or poll(). (Xavier de Gaye)
2010-03-10 16:12:48 +01:00
Bram Moolenaar
297b7c73bf
updated for version 7.2.381
...
Problem: No completion for :behave.
Solution: Add :behave completion. Minor related fixes. (Dominique Pelle)
2010-03-02 15:56:05 +01:00
Bram Moolenaar
6f08d935f3
updated for version 7.2.371
...
Problem: Build problems on Tandem NonStop.
Solution: A few changes to #ifdefs (Joachim Schmitz)
2010-02-24 14:47:08 +01:00
Bram Moolenaar
3456504b23
updated for version 7.2.353
...
Problem: No command line completion for ":profile".
Solution: Complete the subcommand and file name.
2010-02-03 15:14:22 +01:00
vimboss
097577c351
updated for version 7.2-198
2009-06-16 09:07:49 +00:00
vimboss
11f7764bd6
updated for version 7.2-173
2009-05-14 20:20:33 +00:00
vimboss
0949ad4f8b
updated for version 7.2-169
2009-05-13 16:56:33 +00:00