Bram Moolenaar
531da5955e
Updated runtime files.
2013-05-06 05:58:55 +02:00
Bram Moolenaar
49e649fc2e
updated for version 7.3.926
...
Problem: Autocommands are triggered by setwinvar() et al. Missing BufEnter
on :tabclose. Duplicate WinEnter on :tabclose. Wrong order of
events for :tablose and :tabnew.
Solution: Fix these autocommand events. (Zyx)
2013-05-06 04:50:35 +02:00
Bram Moolenaar
84a05acc8c
updated for version 7.3.925
...
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
2013-05-06 04:24:17 +02:00
Bram Moolenaar
84e0f6ca9a
updated for version 7.3.924
...
Problem: Python interface can't easily access options.
Solution: Add vim.options, vim.window.options and vim.buffer.options. (ZyX)
2013-05-06 03:52:55 +02:00
Bram Moolenaar
ff0341946e
Updated runtime files.
2013-04-24 18:51:19 +02:00
Bram Moolenaar
230bb3f09d
updated for version 7.3.911
...
Problem: Python: Access to Vim variables is not so easy.
Solution: Define vim.vars and vim.vvars. (ZyX)
2013-04-24 14:07:45 +02:00
Bram Moolenaar
0187ca0bdf
Updated runtime files.
2013-04-12 15:09:51 +02:00
Bram Moolenaar
126bdeeabe
Move redif syntax file to the right directory.
...
Disable recognizing .rdf as a redif file.
2013-04-06 17:26:26 +02:00
Bram Moolenaar
bf88493c09
Updated runtime files.
2013-04-05 22:26:15 +02:00
Bram Moolenaar
91fc43d3f9
updated for version 7.3.878
...
Problem: 'fileignorecase' is missing in options window and quickref.
Solution: Add the option.
2013-04-05 15:41:05 +02:00
Bram Moolenaar
71afbfe6cd
updated for version 7.3.872
...
Problem: On some systems case of file names is always ignored, on others
never.
Solution: Add the 'fileignorecase' option to control this at runtime.
Implies 'wildignorecase'.
2013-03-19 16:49:16 +01:00
Bram Moolenaar
186628f671
updated for version 7.3.867
...
Problem: Matchparen does not update match when using auto-indenting.
(Marc Aldorasi)
Solution: Add the TextChanged and TextChangedI autocommand events.
2013-03-19 13:33:23 +01:00
Bram Moolenaar
ac7bd63844
Update runtime files.
2013-03-19 11:35:58 +01:00
Bram Moolenaar
60abe75379
updated for version 7.3.850
...
Problem: ":vimgrep //" matches everywhere.
Solution: Make it use the previous search pattern. (David Bürgin)
2013-03-07 16:32:54 +01:00
Bram Moolenaar
34700a6a15
Updated runtime files.
2013-03-07 13:20:54 +01:00
Bram Moolenaar
26402cb2de
Update runtime files.
2013-02-20 21:26:00 +01:00
Bram Moolenaar
63dbda1caa
updated for version 7.3.831
...
Problem: Clumsy to handle the situation that a variable does not exist.
Solution: Add default value to getbufvar() et al. (Shougo Matsushita,
Hirohito Higashi)
2013-02-20 21:12:10 +01:00
Bram Moolenaar
8738fc1be8
updated for version 7.3.828
...
Problem: Mappings are not aware of wildmenu mode.
Solution: Add wildmenumode(). (Christian Brabandt)
2013-02-20 17:59:11 +01:00
Bram Moolenaar
af9aeb9250
updated for version 7.3.816
...
Problem: Can't compute a hash.
Solution: Add the sha256() function. (Tyru, Hirohito Higashi)
2013-02-13 17:35:04 +01:00
Bram Moolenaar
00154508de
Update runtime files.
...
Add missing test files.
2013-02-13 16:15:55 +01:00
Bram Moolenaar
fa13eef3c9
Updated runtime files.
2013-02-06 17:34:04 +01:00
Bram Moolenaar
7567646f13
updated for version 7.3.791
...
Problem: MzScheme interface doesn't work propely.
Solution: Make it work better. (Sergey Khorev)
2013-01-30 14:55:42 +01:00
Bram Moolenaar
a3e6bc93d1
Update runtime files.
2013-01-30 14:18:00 +01:00
Bram Moolenaar
0f2721223e
updated for version 7.3.782
...
Problem: Windows: IME composition may use a wrong font.
Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka)
2013-01-23 18:37:40 +01:00
Bram Moolenaar
d35d784e91
updated for version 7.3.780
...
Problem: char2nr() and nr2char() always use 'encoding'.
Solution: Add argument to use utf-8 characters. (Yasuhiro Matsumoto)
2013-01-23 17:17:10 +01:00
Bram Moolenaar
cfde76c74d
updated for version 7.3.758
...
Problem: Matchit plugin does not handle space in #ifdef.
Solution: Change matching pattern to allow spaces. (Mike Morearty)
2012-12-12 16:43:58 +01:00
Bram Moolenaar
34feacbcce
Update runtime files.
2012-12-05 19:01:43 +01:00
Bram Moolenaar
57e4ee4d38
updated for version 7.3.750
...
Problem: The justify macro does not always work correctly.
Solution: Fix off-by-one error (James McCoy)
2012-12-05 17:03:22 +01:00
Bram Moolenaar
9750bb199e
updated for version 7.3.748
...
Problem: Cannot properly test conceal mode.
Solution: Add the screencol() and screenrow() functions. Use them in
test88. (Simon Ruderich)
2012-12-05 16:10:42 +01:00
Bram Moolenaar
2df58b4a58
Updated runtime files.
2012-11-28 18:21:11 +01:00
Bram Moolenaar
97d62497f5
Updated runtime files.
2012-11-15 21:28:22 +01:00
Bram Moolenaar
3ab72c5c72
updated for version 7.3.713
...
Problem: printf() can only align to bytes, not characters.
Solution: Add the "S" item. (Christian Brabandt)
2012-11-14 18:10:56 +01:00
Bram Moolenaar
3a0d8090b1
Updated runtime files.
2012-10-21 03:02:54 +02:00
Bram Moolenaar
f3408e76fb
updated for version 7.3.696
...
Problem: Message about added spell language can be wrong.
Solution: Give correct message. Add g:menutrans_set_lang_to to allow for
translation. (Jiri Sedlak)
2012-10-21 01:21:59 +02:00
Bram Moolenaar
2d17fa3ebd
updated for version 7.3.694
...
Problem: Now that 'shiftwidth' may use the value of 'tabstop' it is not so
easy to use in indent files.
Solution: Add the shiftwidth() function. (so8res)
2012-10-21 00:45:18 +02:00
Bram Moolenaar
0c5fa7d740
Updated runtime files.
2012-10-05 22:26:30 +02:00
Bram Moolenaar
97cc2384c0
Update runtime files.
2012-10-03 21:46:54 +02:00
Bram Moolenaar
d09acef44b
Updated runtime files.
2012-09-21 14:54:30 +02:00
Bram Moolenaar
9b4512500a
Update runtime files.
2012-08-15 17:43:31 +02:00
Bram Moolenaar
2b9578f0f8
updated for version 7.3.632
...
Problem: Cannot select beyond 222 columns with the mouse in xterm.
Solution: Add support for SGR mouse tracking. (Hayaki Saito)
2012-08-15 16:21:32 +02:00
Bram Moolenaar
2430586629
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
6c35beaa11
Updated runtime files.
2012-07-25 17:49:10 +02:00
Bram Moolenaar
641e286153
updated for version 7.3.610
...
Problem: Cannot operate on the text that a search pattern matches.
Solution: Add the "gn" and "gN" commands. (Christian Brabandt)
2012-07-25 15:06:34 +02:00
Bram Moolenaar
30b6581799
Updated runtime files.
2012-07-12 22:01:11 +02:00
Bram Moolenaar
c0885aad5c
updated for version 7.3.597
...
Problem: 'clipboard' "autoselect" only applies to the * register. (Sergey
Vakulenko)
Solution: Make 'autoselect' work for the + register. (Christian Brabant)
Add the "autoselectplus" option in 'clipboard' and the "P" flag in
'guioptions'.
2012-07-10 16:49:23 +02:00
Bram Moolenaar
f65e5667df
updated for version 7.3.596
...
Problem: Can't remove all signs for a file or buffer.
Solution: Support "*" for the sign id. (Christian Brabandt)
2012-07-10 15:18:22 +02:00
Bram Moolenaar
8cb8dca2f0
updated for version 7.3.591
...
Problem: Can only move to a tab by absolute number.
Solution: Move a number of tabs to the left or the right. (Lech Lorens)
2012-07-06 18:27:39 +02:00
Bram Moolenaar
8134039744
updated for version 7.3.541
...
Problem: When joining lines comment leaders need to be removed manually.
Solution: Add the 'j' flag to 'formatoptions'. (Lech Lorens)
2012-06-06 16:12:59 +02:00
Bram Moolenaar
c873442b15
Updated runtime files.
2012-06-01 22:38:45 +02:00
Bram Moolenaar
8e52a59376
Fix more 'cpo' issues in runtime files.
2012-05-18 21:49:28 +02:00