Bjorn Winckler
4fe710d0f9
Merge branch 'vim'
...
Conflicts:
runtime/syntax/vim.vim
2011-09-22 17:37:28 +02:00
Bram Moolenaar
456ae485bf
Updated a few runtime files.
2011-09-21 19:22:10 +02:00
Bjorn Winckler
0df4812a34
Merge branch 'vim'
...
Conflicts:
src/gui.c
2011-09-15 12:21:16 +02:00
Bram Moolenaar
f7a78fd1d6
Updated runtime files.
2011-09-14 17:55:08 +02:00
Bjorn Winckler
afc4e4ce4a
Revert "Map delete key to delete visual selection"
...
This reverts commit ec80934916 .
2011-08-29 18:36:54 +02:00
Bjorn Winckler
62511ccb37
Merge branch 'lion'
2011-07-27 19:33:33 +02:00
Bjorn Winckler
bcfd3686d3
Maximize both directions in full screen by default
...
The default for 'fuopt' is now "maxhorz,maxvert". Update help to
reflect this and add note that the background option of 'fuopt' is not
supported when using Mac OS X native full screen mode.
2011-07-26 14:51:50 +02:00
Bjorn Winckler
ec80934916
Map delete key to delete visual selection
...
Also update the help. The delete key used to be hard coded in the
source but now it is mapped in MacVim's gvimrc file instead.
2011-07-26 13:10:15 +02:00
Bjorn Winckler
e0f133cb14
Merge branch 'vim'
2011-07-22 19:51:20 +02:00
Bram Moolenaar
073aa81247
updated for version 7.3.259
...
Problem: Equivalence classes only work for latin characters.
Solution: Add the Unicode equivalence characters. (Dominique Pelle)
2011-07-20 17:58:20 +02:00
Bram Moolenaar
e01174b1f3
updated for version 7.3.257
...
Problem: Not all completions are available to user commands.
Solution: Add "color", "compiler", "file_in_path" and "locale". (Dominique
Pelle)
2011-07-20 16:37:24 +02:00
Bjorn Winckler
47e83bcd2e
Use native Lion full screen functionality
...
On Lion use the full screen functionality built into the OS. Also
change the shortcut to toggle full screen to Cmd-Ctrl-f.
2011-07-20 15:04:42 +02:00
Bram Moolenaar
1e4ca096eb
Updated runtime files.
...
Add missing test82 files.
2011-07-18 19:40:27 +02:00
Bjorn Winckler
f6c0037945
Merge branch 'vim'
...
Conflicts:
src/gui.c
2011-06-27 12:03:57 +02:00
Bram Moolenaar
beda110d44
updated for version 7.3.235
...
Problem: ";" gets stuck on a "t" command, it's not useful.
Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
2011-06-26 05:36:34 +02:00
Bram Moolenaar
c06b3af207
Updated runtime files.
2011-06-19 05:09:16 +02:00
Bram Moolenaar
ebcf5fa241
updated for version 7.3.224
...
Problem: Can't pass dict to sort function.
Solution: Add the optional {dict} argument to sort(). (ZyX)
2011-06-19 02:55:37 +02:00
Bjorn Winckler
93116bdb88
Merge branch 'vim'
...
Conflicts:
src/auto/configure
src/vim.h
2011-06-14 20:26:16 +02:00
Bram Moolenaar
4d3049155a
updated for version 7.3.210
...
Problem: Can't always find the file when using cscope.
Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu)
2011-06-12 20:42:22 +02:00
Bjorn Winckler
c60f09b824
Merge branch 'vim'
...
Conflicts:
src/ex_getln.c
src/gui.c
src/gui.h
src/vim.h
2011-05-30 21:42:28 +02:00
Bram Moolenaar
218031ae11
updated for version 7.3.203
...
Problem: MS-Windows: Can't run an external command without a console window.
Solution: Support ":!start /b cmd". (Xaizek)
2011-05-25 17:06:22 +02:00
Bram Moolenaar
02d1fbc72f
updated for version 7.3.202
...
Problem: Cannot influence the indent inside a namespace.
Solution: Add the "N" 'cino' parameter. (Konstantin Lepa)
2011-05-25 15:16:18 +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
436044e240
Updated runtime files.
2011-05-19 12:22:51 +02:00
Bjorn Winckler
a761f7959f
Revert "Fix Cmd-v pasting in insert mode"
...
This patch causes re-indentation of pasted text, sometimes causing
nicely formatted text to "staircase" when pasted. Ugh.
This reverts commit 3b33bfb6d1 .
2011-05-11 18:36:13 +02:00
Bram Moolenaar
a93c4e62ab
Updated runtime files.
2011-05-10 17:18:44 +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
Bjorn Winckler
3b33bfb6d1
Fix Cmd-v pasting in insert mode
...
Hitting Cmd-v in insert mode will paste at cursor (not line above) even
if pasteboard contains "linewise" text. Also fixes problems with
pasting after typing I in block-wise visual mode.
2011-05-10 12:36:24 +02:00
Bjorn Winckler
d0d1d08737
Merge branch 'vim'
...
Conflicts:
src/auto/configure
src/configure.in
2011-05-07 16:06:07 +02:00
Bram Moolenaar
825b6d5bca
updated for version 7.3.171
...
Problem: When the clipboard isn't supported: ":yank*" gives a confusing
error message.
Solution: Specifically mention that the register name is invalid.
(Jean-Rene David)
2011-05-05 14:26:41 +02:00
Bram Moolenaar
e8f41f95a7
Updated runtime files.
2011-04-28 19:02:44 +02:00
Bjorn Winckler
f7f11165e3
Merge branch 'vim'
2011-04-21 11:07:30 +02:00
Bram Moolenaar
ce0253ed24
Updated runtime files.
2011-04-01 18:03:16 +02:00
Bjorn Winckler
557788dc9e
Merge branch 'vim'
...
Conflicts:
runtime/menu.vim
2011-03-22 22:09:37 +01:00
Bram Moolenaar
c370d9ee31
Updated runtime file. Fix Italian translations.
2011-03-22 17:40:10 +01:00
Bram Moolenaar
734af5576d
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
49d654e23e
Updated runtime files.
2011-03-22 14:05:35 +01:00
Bram Moolenaar
163e8a729a
Runtime file updates.
2011-02-25 14:42:19 +01:00
Bjorn Winckler
633dfac838
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2011-02-13 17:33:16 +01:00
Bram Moolenaar
6a29db8542
Updated runtime files and translations.
2011-02-09 17:07:58 +01:00
Bjorn Winckler
00936cdd77
Merge branch 'vim'
...
Conflicts:
runtime/doc/eval.txt
2011-01-09 16:16:35 +01:00
Bram Moolenaar
fa35c64041
Updated runtime files.
2011-01-08 16:06:37 +01:00
Bjorn Winckler
3a2e09f42d
Update help file
2010-12-28 21:48:57 +01:00
Bjorn Winckler
34d035c0ac
Merge branch 'vim'
...
Conflicts:
runtime/syntax/vim.vim
2010-12-19 12:18:48 +01:00
Bram Moolenaar
f2c486c416
Update runtime files.
2010-12-10 20:35:50 +01:00
Bjorn Winckler
29697da99f
Merge branch 'vim' into merge
...
Conflicts:
src/auto/configure
src/eval.c
src/netbeans.c
2010-12-10 19:13:58 +01:00
Bram Moolenaar
38b368ba4d
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
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
96d70531dd
Updated runtime files.
2010-11-16 20:34:40 +01:00
Bjorn Winckler
5c71a17d6c
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2010-11-01 13:39:23 +01:00