Bram Moolenaar
455009122a
updated for version 7.4.363
...
Problem: In Windows console typing 0xCE does not work.
Solution: Convert 0xCE to K_NUL 3. (Nobuhiro Takasaki et al.)
v7.4.363
2014-07-09 20:51:07 +02:00
Bram Moolenaar
1e1aca3784
updated for version 7.4.362
...
Problem: When matchaddpos() uses a length smaller than the number of bytes
in the (last) character the highlight continues until the end of
the line.
Solution: Change condition from equal to larger-or-equal.
v7.4.362
2014-07-09 20:20:43 +02:00
Bram Moolenaar
c804515003
updated for version 7.4.361
...
Problem: Lots of flickering when filling the preview window for 'omnifunc'.
Solution: Disable redrawing. (Hirohito Higashi)
v7.4.361
2014-07-09 19:58:24 +02:00
Bram Moolenaar
ff65ac84fd
updated for version 7.4.360
...
Problem: In a regexp pattern a "$" followed by \v or \V is not seen as the
end-of-line.
Solution: Handle the situation. (Ozaki Kiichi)
v7.4.360
2014-07-09 19:32:34 +02:00
Bram Moolenaar
0d1e8c1203
updated for version 7.4.359
...
Problem: When 'ttymouse' is set to 'uxterm' the xterm version is not
requested. (Tomas Janousek)
Solution: Do not mark uxterm as a conflict mouse and add
resume_get_esc_sequence().
v7.4.359
2014-07-09 19:13:49 +02:00
Bram Moolenaar
6bf5548df2
updated for version 7.4.358
...
Problem: Sort is not always stable.
Solution: Add an index instead of relying on the pointer to remain the same.
Idea by Jun Takimoto.
v7.4.358
2014-07-09 17:51:51 +02:00
Bram Moolenaar
0bed10a813
updated for version 7.4.357
...
Problem: After completion some characters are not redrawn.
Solution: Clear the command line unconditionally. (Jacob Niehus)
v7.4.357
2014-07-09 14:00:49 +02:00
Bram Moolenaar
cc57bb2f85
updated for version 7.4.356
...
Problem: Mercurial does not ignore memfile_test. (Daniel Hahler)
Solution: Add memfile_test to ignored files, remove trailing spaces.
v7.4.356
2014-07-09 13:43:29 +02:00
Bram Moolenaar
8bb1c3e53e
Updated runtime files. Overhauled HTML indent script.
2014-07-04 16:43:17 +02:00
Bram Moolenaar
9f4fe7c4c3
updated for version 7.4.355
...
Problem: Several problems with Javascript indenting.
Solution: Improve Javascript indenting.
v7.4.355
2014-07-03 22:57:55 +02:00
Bram Moolenaar
b8b57460f0
updated for version 7.4.354
...
Problem: Compiler warning.
Solution: Change NUL to NULL. (Ken Takata)
v7.4.354
2014-07-03 22:54:08 +02:00
Bram Moolenaar
86b17e914f
updated for version 7.4.353
...
Problem: 'breakindent' doesn't work with the 'list' option.
Solution: Make it work. (Christian Brabandt)
v7.4.353
2014-07-02 20:00:47 +02:00
Bram Moolenaar
ee739b42c0
updated for version 7.4.352
...
Problem: With 'linebreak' a tab causes a missing line break.
Solution: Count a tab for what it's worth also for shorter lines.
(Christian Brabandt)
v7.4.352
2014-07-02 19:37:42 +02:00
Bram Moolenaar
c35e3de8cc
updated for version 7.4.351
...
Problem: sort() is not stable.
Solution: When the items are identical, compare the pointers.
v7.4.351
2014-07-02 19:06:18 +02:00
Bram Moolenaar
81439a6d1b
updated for version 7.4.350
...
Problem: Using C indenting for Javascript does not work well for a {} block
inside parenthesis.
Solution: When looking for a matching paren ignore one that is before the
start of a {} block.
v7.4.350
2014-07-02 18:27:48 +02:00
Bram Moolenaar
dab70c63e1
updated for version 7.4.349
...
Problem: When there are matches to highlight the whole window is redrawn,
which is slow.
Solution: Only redraw everything when lines were inserted or deleted.
Reset b_mod_xlines when needed. (Alexey Radkov)
v7.4.349
2014-07-02 17:16:58 +02:00
Bram Moolenaar
e7eb789ef0
updated for version 7.4.348
...
Problem: When using "J1" in 'cinoptions' a line below a continuation line
gets too much indent.
Solution: Fix parenthesis in condition.
v7.4.348
2014-07-02 17:02:36 +02:00
Bram Moolenaar
b7d929a86f
updated for version 7.4.347
...
Problem: test55 fails on some systems.
Solution: Remove the elements that all result in zero and can end up in an
arbitrary position.
v7.4.347
2014-06-26 22:33:51 +02:00
Bram Moolenaar
9d7a592c80
updated for version 7.4.346
...
Problem: Indent is not updated when changing 'breakindentopt'. (itchyny)
Solution: Do not cache "brishift". (Christian Brabandt)
v7.4.346
2014-06-26 21:24:56 +02:00
Bram Moolenaar
a40aa760a1
updated for version 7.4.345
...
Problem: Indent is not updated when deleting indent.
Solution: Remember changedtick.
v7.4.345
2014-06-25 22:55:38 +02:00
Bram Moolenaar
946e27ab65
Updated runtime files.
2014-06-25 18:50:27 +02:00
Bram Moolenaar
b6da44ae82
updated for version 7.4.344
...
Problem: Unessecary initializations and other things related to
matchaddpos().
Solution: Code cleanup. (Alexey Radkov)
v7.4.344
2014-06-25 18:15:22 +02:00
Bram Moolenaar
41d7523986
updated for version 7.4.343
...
Problem: matchdelete() does not always update the right lines.
Solution: Fix off-by-one error. (Ozaki Kiichi)
v7.4.343
2014-06-25 17:58:11 +02:00
Bram Moolenaar
db5ffaab5a
updated for version 7.4.342
...
Problem: Clang gives warnings.
Solution: Add an else block. (Dominique Pelle)
v7.4.342
2014-06-25 17:44:49 +02:00
Bram Moolenaar
e8a3492548
updated for version 7.4.341
...
Problem: sort() doesn't handle numbers well.
Solution: Add an argument to specify sorting on numbers. (Christian Brabandt)
v7.4.341
2014-06-25 17:31:09 +02:00
Bram Moolenaar
72e8f0bcc1
updated for version 7.4.340
...
Problem: Error from sed about illegal bytes when installing Vim.
Solution: Prepend LC_ALL=C. (Itchyny)
v7.4.340
2014-06-25 15:02:33 +02:00
Bram Moolenaar
8dc907d7d3
updated for version 7.4.339
...
Problem: Local function is available globally.
Solution: Add "static".
v7.4.339
2014-06-25 14:44:10 +02:00
Bram Moolenaar
597a422416
updated for version 7.4.338
...
Problem: Cannot wrap lines taking indent into account.
Solution: Add the 'breakindent' option. (many authors, final improvements by
Christian Brabandt)
v7.4.338
2014-06-25 14:39:50 +02:00
Bram Moolenaar
15a35c4f4a
updated for version 7.4.337
...
Problem: When there is an error preparing to edit the command line, the
command won't be executed. (Hirohito Higashi)
Solution: Reset did_emsg before editing.
v7.4.337
2014-06-25 12:26:46 +02:00
Bram Moolenaar
78159bbf9e
updated for version 7.4.336
...
Problem: Setting 'history' to a big value causes out-of-memory errors.
Solution: Limit the value to 10000. (Hirohito Higashi)
v7.4.336
2014-06-25 11:48:54 +02:00
Bram Moolenaar
e8d1f20cbd
updated for version 7.4.335
...
Problem: No digraph for the new rouble sign.
Solution: Add the digraphs =R and =P.
v7.4.335
2014-06-18 21:38:18 +02:00
Bram Moolenaar
deae0f2566
updated for version 7.4.334
...
Problem: Unitialized variables, causing some problems.
Solution: Initialize the variables. (Dominique Pelle)
v7.4.334
2014-06-18 21:20:11 +02:00
Bram Moolenaar
de993ea629
updated for version 7.4.333
...
Problem: Compiler warning for unused function.
Solution: Put the function inside the #ifdef.
v7.4.333
2014-06-17 23:18:01 +02:00
Bram Moolenaar
58cbc914ea
updated for version 7.4.332
...
Problem: GTK: When a sign icon doesn't fit exactly there can be ugly gaps.
Solution: Scale the sign to fit when the aspect ratio is not too far off.
(Christian Brabandt)
v7.4.332
2014-06-17 18:47:02 +02:00
Bram Moolenaar
7ec83432b7
updated for version 7.4.331
...
Problem: Relative numbering not updated after a linewise yank. Issue 235.
Solution: Redraw after the yank. (Christian Brabandt)
v7.4.331
2014-06-17 18:16:11 +02:00
Bram Moolenaar
b3414595c7
updated for version 7.4.330
...
Problem: Using a regexp pattern to highlight a specific position can be
slow.
Solution: Add matchaddpos() to highlight specific positions efficiently.
(Alexey Radkov)
v7.4.330
2014-06-17 17:48:32 +02:00
Bram Moolenaar
ec1561cac5
updated for version 7.4.329
...
Problem: When moving the cursor and then switching to another window the
previous window isn't scrolled. (Yukihiro Nakadaira)
Solution: Call update_topline() before leaving the window. (Christian
Brabandt)
v7.4.329
2014-06-17 13:52:40 +02:00
Bram Moolenaar
7a54a90744
updated for version 7.4.328
...
Problem: Selection of inner block is inconsistent.
Solution: Skip indent not only for '}' but all parens. (Tom McDonald)
v7.4.328
2014-06-17 13:50:13 +02:00
Bram Moolenaar
8502c704ba
updated for version 7.4.327
...
Problem: When 'verbose' is set to display the return value of a function,
may get E724 repeatedly.
Solution: Do not give an error for verbose messages. Abort conversion to
string after an error.
v7.4.327
2014-06-17 12:51:16 +02:00
Bram Moolenaar
f0224c9f08
updated for version 7.4.326
...
Problem: Can't build Tiny version. (Elimar Riesebieter)
Solution: Add #ifdef.
v7.4.326
2014-06-14 12:53:33 +02:00
Bram Moolenaar
0ae36a5c85
updated for version 7.4.325
...
Problem: When starting the gui and changing the window size the status line
may not be drawn correctly.
Solution: Catch new_win_height() being called recursively. (Christian
Brabandt)
v7.4.325
2014-06-13 20:08:45 +02:00
Bram Moolenaar
822ff866bd
Update runtime files.
2014-06-12 21:46:14 +02:00
Bram Moolenaar
2d54ec92d4
updated for version 7.4.324
...
Problem: In Ex mode, cyrillic characters are not handled. (Stas Malavin)
Solution: Support multi-byte characters in Ex mode. (Yukihiro Nakadaira)
v7.4.324
2014-06-12 19:44:48 +02:00
Bram Moolenaar
8e7048ca4b
updated for version 7.4.323
...
Problem: Substitute() with zero width pattern breaks multi-byte character.
Solution: Take multi-byte character size into account. (Yukihiro Nakadaira)
v7.4.323
2014-06-12 18:39:22 +02:00
Bram Moolenaar
e639eb44e9
updated for version 7.4.322
...
Problem: Using "msgfmt" is hard coded, cannot use "gmsgfmt".
Solution: Use the msgfmt command found by configure. (Danek Duvall)
v7.4.322
2014-06-12 18:03:29 +02:00
Bram Moolenaar
0e6c5ef7ef
updated for version 7.4.321
...
Problem: Can't build with strawberry perl 5.20 + mingw-w64-4.9.0.
Solution: Define save_strlen. (Ken Takata)
v7.4.321
2014-06-12 16:03:28 +02:00
Bram Moolenaar
3be8585661
updated for version 7.4.320
...
Problem: Possible crash when an BufLeave autocommand deletes the buffer.
Solution: Check for the window pointer being valid. Postpone freeing the
window until autocommands are done. (Yasuhiro Matsumoto)
v7.4.320
2014-06-12 14:01:31 +02:00
Bram Moolenaar
980e58f7b3
updated for version 7.4.319
...
Problem: Crash when putting zero bytes on the clipboard.
Solution: Do not support the utf8_atom target when not using an Unicode
encoding. (Naofumi Honda)
v7.4.319
2014-06-12 13:28:30 +02:00
Bram Moolenaar
e3a8bab630
updated for version 7.4.318
...
Problem: Check for whether a highlight group has settings ignores fg and bg
color settings.
Solution: Also check cterm and GUI color settings. (Christian Brabandt)
v7.4.318
2014-06-12 12:20:54 +02:00
Bram Moolenaar
06e4a6df0a
updated for version 7.4.317
...
Problem: Crash when starting gvim. Issue 230.
Solution: Check for a pointer to be NULL. (Christian Brabandt)
v7.4.317
2014-06-12 11:49:46 +02:00