ZyX
ef662498b1
tabline: Add %[] atom to the tabline, for random commands on click
...
Currently untested and undocumented.
2016-02-01 21:40:06 +03:00
ZyX
3e3d2d783c
option: Refactor 'statusline' option flags from #defines to enum
2016-02-01 21:40:06 +03:00
Shougo Matsushita
830678d5f9
version.c: update
...
Thanks to @sethjackson, @oni-link, @equalsraf, @jusga
included patches:
697 Already included e4975f8
1013
1149 Revert 7.4.1013
NA patches:
1002 Windows Test
1003 Travis CI
1004 Makefile
1008 Drop OS/2 support
1009 ARCHIE is already removed in neovim
1011 if_perl
1012 if_python
1014 Cygwin support
1016 Drop OS/2 support
1019 Makefile fix
1020 Windows fix
1021 Makefile fix
1022 Remove outdated description
1023 Makefile fix
1024 Windows fix
1025 Makefile fix
1026 Makefile fix
1027 if_python fix
1028 Nsis version file
1031 if_python
1033 Windows fix
1038 configure fix
1040 tee.c
1043 INSTALL_mac.txt
1044 ifdef FEAT_EVAL
1045 Travis fix
1060 old style test README fix
1062 Makefile fix
1063 Makefile fix
1065 if_python, if_lua, if_perl, if_ruby fix
1066 Windows build
1067 Makefile fix
1069 Compiler warning
1070 if_tcl
1074 GUI Compiler warning
1077 Windows build documentation
1078 Windows build
1080 Windows GUI
1082 Windows GUI
1083 GVimExt
1095 Makefile
1098 style fix
1099 crypt
1100 Cygwin Makefile
1103 filelist
1104 if_mzscheme
1106 Windows Makefile
1109 Windows
1115 Windows Makefile
1124 Windows
1125 if_perl
1127 if_perl
1128 Windows junction delete() fix
1129 if_python
1131 viminfo
1133 ARGS() macro
1134 Windows
1135 Windows
1138 GUI
1139 Windows
1144 float.h
1145 configure fix
1146 if_python3 fix
1148 Makefile fix
1155 feature remove
1158 ARGS macro
1159 ARGS macro
1162 if_mzscheme
1171 Makefile fix
1172 configure fix
1175 MinGW Cygwin build
1176 channel prototype fix
1185 if_tcl
1190 configure fix
1192 FEAT non multibyte fix
1196-1203 ARGS macro
1204 GUI Motif
1205-1208 old style function
1209 Athena support
1210 old style function
1211 old style function
1212 GUI Motif
1213-1215 old style function
1216 HAVE_STDARG_H
1218 old style function
1219 FEAT_FLOAT
2016-02-01 04:04:14 -05:00
Jurica Bradaric
208f9dd09d
vim-patch:7.4.740
...
Problem: ":1quit" works like ":.quit". (Bohr Shaw)
Solution: Don't exit Vim when a range is specified. (Christian Brabandt)
c7a0d32c83
2016-02-01 09:04:08 +01:00
Justin M. Keyes
76086b36b7
Merge pull request #4145 from pra85/patch-1
...
typo in doc/nvim_provider.txt
2016-02-01 02:50:26 -05:00
Justin M. Keyes
be1d5a61be
Merge pull request #4129 from jbradaric/vim-7.4.745
...
vim-patch:7.4.{745,746,747,748}
2016-02-01 02:49:27 -05:00
Prayag Verma
1ac6601841
doc: fix typo in doc/nvim_provider.txt
...
Spelling mistake -
`peform` > `perform`
2016-02-01 13:15:26 +05:30
Jurica Bradaric
59ef994f8f
vim-patch:7.4.741 #4121
...
Problem: When using += with ":set" a trailing comma is not recognized.
(Issue 365)
Solution: Don't add a second comma. Add a test. (partly by Christian
Brabandt)
a7b7b1cef9
2016-02-01 02:28:51 -05:00
Justin M. Keyes
99067b7e56
Merge pull request #4113 from jbradaric/vim-7.4.709
...
vim-patch:7.4.709
2016-02-01 02:16:29 -05:00
Justin M. Keyes
fe1ba0487a
Merge pull request #3994 from sethjackson/pathext
...
Windows: use $PATHEXT to find executables in path
2016-02-01 02:06:49 -05:00
Justin M. Keyes
e2231bc372
Merge pull request #4144 from george-b/manwidth
...
Respect $MANWIDTH
2016-02-01 01:49:43 -05:00
Justin M. Keyes
1d995bb357
Merge pull request #4013 from watiko/vim-increment
...
Vim patches related to increment and marks
2016-02-01 01:47:37 -05:00
George Brown
948361760c
Respect $MANWIDTH
...
If $MANWIDTH is set do not override it otherwise use winwidth.
2016-02-01 00:39:24 -06:00
Justin M. Keyes
5ee87c68b7
Merge pull request #4024 from sethjackson/io-include
...
Windows: include <io.h>
2016-02-01 01:24:57 -05:00
Justin M. Keyes
ee5c4f8a2b
Merge pull request #4030 from sethjackson/unistd
...
config: Remove HAVE_UNISTD_H
2016-02-01 00:07:23 -05:00
watiko
228d236bdf
Fix lint error
2016-02-01 03:47:09 +09:00
watiko
fa924f4604
tests: Migrate legacy test increment.
2016-02-01 03:47:09 +09:00
watiko
2016365ffe
vim-patch:7.4.1089
...
Problem: Repeating CTRL-A doesn't work.
Solution: Call prep_redo_cmd(). (Hirohito Higashi)
ef2b5036b3
2016-02-01 03:47:09 +09:00
watiko
cb724182ff
vim-patch:7.4.1088
...
Problem: Coverity warns for uninitialized variables. Only one is an actual
problem.
Solution: Move the conditions. Don't use endpos if handling an error.
7ae4fbca55
2016-02-01 03:47:09 +09:00
watiko
8f212568aa
vim-patch:7.4.1087
...
Problem: CTRL-A and CTRL-X do not work properly with blockwise visual
selection if there is a mix of Tab and spaces.
Solution: Add OP_NR_ADD and OP_NR_SUB. (Hirohito Higashi)
d79e55016c
2016-02-01 03:47:09 +09:00
watiko
3a94e06abb
vim-patch:7.4.1085
...
Problem: The CTRL-A and CTRL-X commands do not update the '[ and '] marks.
Solution: (Yukihiro Nakadaira)
a52dfaed10
2016-02-01 03:47:09 +09:00
watiko
40149a9dbf
vim-patch:7.4.634
...
Problem: Marks are not restored after redo + undo.
Solution: Fix the way marks are restored. (Olaf Dabrunz)
f65aad5554
35e7594dd4
2016-02-01 03:47:09 +09:00
watiko
2f52ae18e7
vim-patch:7.4.1084
...
Problem: Using "." to repeat CTRL-A in Visual mode increments the wrong
numbers.
Solution: Append right size to the redo buffer. (Ozaki Kiichi)
e1edc1caba
2016-02-01 03:47:09 +09:00
watiko
594e3a64de
vim-patch:7.4.1076
...
Problem: CTRL-A does not work well in right-left mode.
Solution: Remove reversing the line, add a test. (Hirohito Higashi)
6a3c8aff04
2016-02-01 03:47:09 +09:00
watiko
63560c9c89
vim-patch:7.4.1072
...
Problem: Increment test is old style.
Solution: Make the increment test a new style test. (Hirohito Higashi)
450919587d
44132a10ae
2016-02-01 03:47:08 +09:00
watiko
ddba89c9b6
vim-patch:7.4.1065
...
Problem: Cannot use the "dll" options on MS-Windows.
Solution: Support the options on all platforms. Use the built-in name as
the default, so that it's clear what Vim is looking for.
25e4fcde76
2016-02-01 03:47:08 +09:00
watiko
a6e4271c15
vim-patch:7.4.1029
...
Problem: test_increment fails on systems with 32 bit long.
Solution: Only test with 32 bits.
d3343960d7
2016-02-01 03:47:08 +09:00
watiko
a5f361e470
vim-patch:7.4.1027
...
Problem: No support for binary numbers.
Solution: Add "bin" to nrformats. (Jason Schulz)
887c1fea4a
2016-02-01 03:47:08 +09:00
watiko
7fc996abf6
vim-patch:7.0212
...
Add missing test case (test59's test 8-8).
8fd89f0fe7
0b23879827
2016-02-01 03:44:46 +09:00
watiko
1e94262efe
vim-patch:7.4.848
...
Problem: CTRL-A on hex number in Visual block mode is incorrect.
Solution: Account for the "0x". (Hirohito Higashi)
5adfea1ac6
2016-02-01 03:43:37 +09:00
watiko
61a3b14726
vim-patch:7.4.823
...
Problem: Cursor moves after CTRL-A on alphabetic character.
Solution: (Hirohito Higashi, test by Christian Brabandt)
25c2f6783a
2016-02-01 03:43:37 +09:00
watiko
9664f513f4
vim-patch:7.4.807
...
Problem: After CTRL-V CTRL-A mode isn't updated. (Hirohito Higashi)
Solution: Clear the command line or update the displayed command.
0bbcb5c8ef
2016-02-01 03:43:37 +09:00
watiko
d21aaef456
vim-patch:7.4.806
...
Problem: CTRL-A in Visual mode doesn't work properly with "alpha" in
'nrformat'.
Solution: Make it work. (Christian Brabandt)
cc218ab3ca
2016-02-01 03:43:37 +09:00
watiko
43fd126298
vim-patch:7.4.782
...
Problem: Still a few problems with CTRL-A and CTRL-X in Visual mode.
Solution: Fix the reported problems. (Christian Brabandt)
5d1bc78a2b
2016-02-01 03:43:37 +09:00
watiko
b20b8f9f04
vim-patch:7.4.780
...
Problem: Compiler complains about uninitialized variable and clobbered
variables.
Solution: Add Initialization. Make variables static.
1db43b1145
2016-02-01 03:43:37 +09:00
watiko
d050d6390d
vim-patch:7.4.779
...
Problem: Using CTRL-A in a line without a number moves the cursor. May
cause a crash when at the start of the line. (Urtica Dioica)
Solution: Do not move the cursor if no number was changed.
3ec3261980
2016-02-01 03:43:36 +09:00
watiko
b3dbc9d90b
vim-patch:7.4.778
...
Problem: Coverity warns for uninitialized variable.
Solution: Change condition of assignment.
ae2fe73abc
2016-02-01 03:43:36 +09:00
watiko
5ef1cb5c2e
vim-patch:7.4.765
...
Problem: CTRL-A and CTRL-X in Visual mode do not always work well.
Solution: Improvements for increment and decrement. (Christian Brabandt)
9bb1930af9
2016-02-01 03:43:36 +09:00
watiko
6d1b948b6b
vim-patch:7.4.764
...
Problem: test_increment fails on MS-Windows. (Ken Takata)
Solution: Clear Visual mappings. (Taro Muraoka)
6a57cce048
2016-02-01 03:43:36 +09:00
watiko
4d074e39ea
vim-patch:7.4.754
...
Problem: Using CTRL-A in Visual mode does not work well. (Gary Johnson)
Solution: Make it increment all numbers in the Visual area. (Christian
Brabandt)
3a304b2382
2016-02-01 03:43:36 +09:00
Rui Abreu Ferreira
da4bf813da
Windows: use $PATHEXT to find executables in path.
...
is_executable_in_path() searches for executables in $PATH, but on
Windows executable files have extensions available in the environment
var $PATHEXT. This commit changes is_executable_in_path() to append
those extensions to the filename.
This patch diverges from standard Vim, in that Vim only checked for
the given filename if it already has an extensions. This one always
checks for the given filename.
2016-01-30 15:09:18 -05:00
Jurica Bradaric
515b7e3eff
vim-patch:7.4.748
...
Problem: Buffer overflow.
Solution: Make the buffer larger. (Kazunobu Kuriyama)
6a7e2a668b
2016-01-30 14:45:07 +01:00
Jurica Bradaric
a984203bd6
Fix linter errors.
2016-01-30 14:42:06 +01:00
Jurica Bradaric
7179f43666
vim-patch:7.4.747
...
Problem: ":cnext" may jump to the wrong column when setting
'virtualedit=all' (cs86661)
Solution: Reset the coladd field. (Hirohito Higashi)
b8c890035e
2016-01-30 14:41:52 +01:00
Jurica Bradaric
73234bfec6
vim-patch:7.4.746
...
Problem: ":[count]tag" is not always working. (cs86661)
Solution: Set cur_match a bit later. (Hirohito Higashi)
01cf376da1
2016-01-30 12:29:41 +01:00
Jurica Bradaric
f8ad215d25
vim-patch:7.4.745
...
Problem: The entries added by matchaddpos() are returned by getmatches()
but can't be set with setmatches(). (Lcd)
Solution: Fix setmatches(). (Christian Brabandt)
0fce425772
2016-01-30 12:16:32 +01:00
Justin M. Keyes
8f22031708
Merge pull request #4117 from watiko/vim-7.4.963
...
Vim 7.4.{639,753,949,963}
2016-01-29 20:41:03 -05:00
Michael Reed
5ffe1425c9
Merge pull request #3165 from blueyed/dont-wrap-DECSCUSR-for-tmux
...
[RFC] Do not use TMUX_WRAP for DECSCUSR sequence
Reviewed-by: Felipe Morales
Reviewed-by: Justin M. Keyes
Reviewed-by: Michael Reed
2016-01-29 19:22:27 -05:00
Daniel Hahler
0e546d8b38
Do not use TMUX_WRAP for DECSCUSR sequence
...
Wrapping it will send it to the terminal "directly", which might change the
cursor of another pane, e.g. when starting Neovim and changing to
another pane directly.
tmux has a terminfo extension (Ss/Se) to handle and translate the
DECSCUSR sequences internally. This can be controlled through
`terminal-overrides`, but does not appear to be able to handle the
uncommon sequences for Konsole.
2016-01-29 23:22:56 +01:00
Justin M. Keyes
4c960c3d78
Merge #3077 'test_eval'
2016-01-29 00:23:53 -05:00