Commit Graph

1034 Commits

Author SHA1 Message Date
Bram Moolenaar d1c0bccc56 Updated runtime files. 2013-04-05 22:26:15 +02:00
Bram Moolenaar 485543b69d 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 ab234a99a1 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 1d52152e7e Update runtime files. 2013-03-19 11:35:58 +01:00
Bram Moolenaar ffbf8bcf4c 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 3fee743c78 Updated runtime files. 2013-03-07 13:20:54 +01:00
Bram Moolenaar a9ec55fed1 Update runtime files. 2013-02-20 21:26:00 +01:00
Bram Moolenaar f0d5b19d9a 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 e819e04474 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 e19771838a 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 7d8dbdda37 Update runtime files.
Add missing test files.
2013-02-13 16:15:55 +01:00
Bram Moolenaar 5fd230b6d6 Updated runtime files. 2013-02-06 17:34:04 +01:00
Bram Moolenaar 9a380fa625 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 77c0b64f16 Update runtime files. 2013-01-30 14:18:00 +01:00
Bram Moolenaar 572f3c33d7 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 0671f6e65f 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 797da8c617 Update runtime files. 2012-12-05 19:01:43 +01:00
Bram Moolenaar 8c5ab9f57b 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 8539962555 Updated runtime files. 2012-11-28 18:21:11 +01:00
Bram Moolenaar 0c5dd1a7e4 Updated runtime files. 2012-11-15 21:28:22 +01:00
Bram Moolenaar 5075dbee49 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 770205a438 Updated runtime files. 2012-10-21 03:02:54 +02:00
Bram Moolenaar 6c47624778 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 673aaeb6bb Updated runtime files. 2012-10-05 22:26:30 +02:00
Bram Moolenaar 99e96bb1e5 Update runtime files. 2012-10-03 21:46:54 +02:00
Bram Moolenaar 680e612f54 Updated runtime files. 2012-09-21 14:54:30 +02:00
Bram Moolenaar b7e49604c7 Update runtime files. 2012-08-15 17:43:31 +02:00
Bram Moolenaar 011ede4a2f 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 5a5561d91b 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 2064324382 Updated runtime files. 2012-07-25 17:49:10 +02:00
Bram Moolenaar 980fc6c6f4 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 979dba8162 Updated runtime files. 2012-07-12 22:01:11 +02:00
Bram Moolenaar 73f536e026 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 d7e87d18f4 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 80437c3e3b 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 c64945cded 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 68b3ab3069 Updated runtime files. 2012-06-01 22:38:45 +02:00
Bram Moolenaar fb1b98cec1 Fix more 'cpo' issues in runtime files. 2012-05-18 21:49:28 +02:00
Bram Moolenaar 89b4692559 updated for version 7.3.523
Problem:    ":diffupdate" doesn't check for files changed elsewhere.
Solution:   Add the ! flag. (Christian Brabandt)
2012-05-18 18:47:17 +02:00
Bram Moolenaar 8bc0b08200 Updated runtime files. 2012-05-18 13:46:39 +02:00
Bram Moolenaar dfd856b109 More runtime file fixes for 'compatible' mode. 2012-05-01 21:14:34 +02:00
Bram Moolenaar 0d172a5b12 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 4802493878 Fixed compatible mode in most runtime files. 2012-04-30 15:56:52 +02:00
Bram Moolenaar 0efb59054e Updated runtime files, include fixes for line continuation. 2012-04-26 20:17:03 +02:00
Bram Moolenaar b169703054 Updated runtime files. 2012-04-25 19:07:41 +02:00
Bram Moolenaar 1b7323ff6e Updated runtime files. 2012-04-13 23:04:47 +02:00
Bram Moolenaar e416737c81 Updated runtime files. 2012-04-05 17:33:26 +02:00
Bram Moolenaar 96650831fc updated for version 7.3.492
Problem:    Can't indent conditions separately from function arguments.
Solution:   Add the 'k' flag in 'cino. (Lech Lorens)
2012-04-05 17:17:42 +02:00
Bram Moolenaar 4536876ade updated for version 7.3.490
Problem:    Member confusion in Lua interface.
Solution:   Fix it.  Add luaeval(). (Taro Muraoka, Luis Carvalho)
2012-04-05 16:54:08 +02:00
Bram Moolenaar 31a85aa502 Updated runtime files. 2012-03-28 20:51:51 +02:00