Justin M. Keyes
da6299445a
ex_docmd: rename force_enable_filetype().
...
It is no longer forcing anything.
2016-02-14 15:20:32 -05:00
Felipe Morales
9c2c24ec48
syntax: don't override user settings
2016-02-14 15:20:32 -05:00
Justin M. Keyes
cae0904160
syntax: avoid extra global macro
2016-02-14 15:20:31 -05:00
Felipe Morales
50e129f5a7
defaults: Enable syntax and filetype plugins.
2016-02-14 15:20:31 -05:00
watiko
0b21956edb
version.c: Mark patches NA
...
NA patch list:
684: vim_tempfile() was refactored
e5c421cfd7
725: str_to_reg() was refactored
659c94d483
752: (Unicode 8.0) automatically generates these tables
66312acf14
767: (clientserver)
fafeee6b9e
804: (xxd)
43fe32900c
812: ml_add_stack() was refactored by e53dda90bd
fbd302ff38
821: (coverity)
handled by 33cecbbf16
aca6dc5001
bb674e0fcd
bd8539aac3
827: (src/Makefile)
8cba8ba3e0
838: (crypt, ifdef)
8060687905
839: (cast) vim_strnsave()'s 2nd argument type is already size_t
6ed535dbc0
860: (empty commit) missing parts are in other runtime comitts
a122b5e98a
865: (uninitializing) handled by 7f99d210fd
ed84b76021
866: (netbeans)
93c88e0f6a
873: (netbeans, unused) related to 866
b8603882b1
897: (clientserver)
4e86150ec5
---
NA runtime patch:
vim-patch:e2db6c9
2016-02-14 08:05:39 +09:00
Justin M. Keyes
364d764889
Merge #2674
2016-02-13 15:22:12 -05:00
watiko
d115b58cdc
vim-patch:7.4.828
...
Problem: Crash when using "syn keyword x c". (Dominique Pelle)
Solution: Initialize the keyword tabble. (Raymond Ko, PR 397)
670acbc70f
---
see: "fix crash due to hash table not being initialized"
https://github.com/vim/vim/pull/397
To reproduce:
```sh
nvim -u NONE -c ow -c 'sy keyword x c'
```
2016-02-11 19:06:54 +09:00
Justin M. Keyes
adb73b6025
Merge pull request #4204 from watiko/vim-7.4.915
...
vim-patch:7.4.{749,915}
2016-02-11 03:45:08 -05:00
watiko
bfab33ef79
vim-patch:7.4.931 (NA)
...
Problem: Test 94 fails on some systems.
Solution: Set 'encoding' to utf-8.
cfcd1ddd10
---
Neovim cannot change encoding after start-up.
2016-02-11 15:14:36 +09:00
watiko
51c3e0aa80
vim-patch:7.4.929
...
Problem: "gv" after paste selects one character less if 'selection' is
"exclusive".
Solution: Increment the end position. (Christian Brabandt)
d29c6fea94
2016-02-11 15:13:30 +09:00
watiko
663e1ed158
vim-patch:7.4.743
...
Problem: "p" in Visual mode causes an unexpected line split.
Solution: Advance the cursor first. (Yukihiro Nakadaira)
c004bc2726
2016-02-11 15:13:30 +09:00
watiko
4a0e10fb2c
vim-patch:7.4.734
...
Problem: ml_get error when using "p" in a Visual selection in the last
line.
Solution: Change the behavior at the last line. (Yukihiro Nakadaira)
d009e86826
2016-02-11 15:13:30 +09:00
Florian Walch
84281bf675
Merge pull request #4205 from watiko/vim-7.4.737
...
vim-patch:7.4.737
2016-02-10 20:51:14 +01:00
Justin M. Keyes
9b9695ab8e
Merge pull request #4221 from Jun-T/install-mo
...
install *.mo files correctly
2016-02-10 10:37:24 -05:00
Jun T
81f54f909e
set VIMPACKAGE to "nvim"
2016-02-10 21:34:10 +09:00
Felipe Morales
c5c53ed8b4
vim-patch:7.4.735 (NA)
...
Problem: Wrong argument for sizeof().
Solution: Use a pointer argument. (Chris Hall)
e2e4b98622
This was already handled in nvim.
2016-02-10 10:25:18 +01:00
Jun T
0690c3358d
install *.mo files correctly
2016-02-10 16:45:37 +09:00
watiko
6d57b48a53
vim-patch:7.4.737
...
Problem: On MS-Windows vimgrep over arglist doesn't work (Issue 361)
Solution: Only escape backslashes in ## expansion when it is not used as the
path separator. (James McCoy)
6e8d3b0d41
---
Fix a lint error for the closing parenthesis.
NOLINT does not help to do this.
2016-02-10 16:19:33 +09:00
Jurica Bradaric
f19e4dd1df
vim-patch:7.4.834
...
Problem: gettabvar() doesn't work after Vim start. (Szymon Wrozynski)
Solution: Handle first window in tab still being NULL. (Christian Brabandt)
7e47d1ac6a
2016-02-09 20:21:26 +01:00
Björn Linse
3be74ac634
Merge pull request #4103 from cacplate/pr-3695
...
charset.c: change return type to bool
2016-02-09 18:18:53 +01:00
Charles Joachim
35b6a020b9
charset.c: change return type to bool
...
Co-authored-by: Wayne Rowcliffe
2016-02-09 11:13:04 -05:00
Marco Hinz
8b5cc1230a
Syntax: skip over ]
...
The ported patch for 7.4.825 removed code that is needed to walk over "]" by
accident.
0: 52692d3cd3
1: 1560d07045
Fixes #4207 .
2016-02-09 15:28:52 +01:00
Justin M. Keyes
25a70469f4
Merge pull request #4187 from watiko/vim-7.4.742
...
vim-patch:7.4.742
2016-02-09 02:19:17 -05:00
Justin M. Keyes
6fbb9ceb5e
Merge pull request #4184 from watiko/vim-7.4.732
...
vim-patch:7.4.732
2016-02-09 02:14:38 -05:00
Justin M. Keyes
7c2b2ea9c9
Merge pull request #4178 from watiko/vim-7.4.708
...
vim-patch:7.4.{708,717}
2016-02-09 02:10:57 -05:00
Justin M. Keyes
b9701c2a2b
Merge #4152 'vim-patch:7.4.{798,800,805,810,811,814,815,816,817,820,825}'.
2016-02-09 01:58:54 -05:00
Jurica Bradaric
0429b7714f
vim-patch:7.4.760
...
Problem: Spelling mistakes are not displayed after ":syn spell".
Solution: Force a redraw after ":syn spell" command. (Christian Brabandt)
5081d20247
2016-02-09 01:36:29 -05:00
Jurica Bradaric
b0cfb6905a
vim-patch:7.4.758
...
Problem: When 'conceallevel' is 1 and quitting the command-line window with
CTRL-C the first character ':' is erased.
Solution: Reset 'conceallevel' in the command-line window. (Hirohito
Higashi)
fa67fbe6b8
2016-02-09 01:36:29 -05:00
Jurica Bradaric
a9a25fda42
vim-patch:7.4.755
...
Problem: It is not easy to count the number of characters.
Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken
Takata)
641e48c224
2016-02-09 01:36:29 -05:00
Justin M. Keyes
31aa060bca
vim-patch:7.4.801
...
Problem: Test for ":diffoff" doesn't catch all potential problems.
Solution: Add a :diffthis and a :diffoff command. (Olaf Dabrunz)
278236000f
2016-02-09 01:17:02 -05:00
Justin M. Keyes
39e5d9287e
Merge #4139 'vim-patch:7.4.{768,769}'.
2016-02-09 01:04:54 -05:00
Jurica Bradaric
81ccfc576f
vim-patch:7.4.769
...
Problem: Behavior of :diffoff is not tested.
Solution: Add a bit of testing. (Olaf Dabrunz)
2693ca21ce
2016-02-09 01:03:33 -05:00
Jurica Bradaric
32e33aabdf
vim-patch:7.4.768
...
Problem: :diffoff only works properly once.
Solution: Also make :diffoff work when used a second time. (Olaf Dabrunz)
4392996461
2016-02-09 01:03:33 -05:00
watiko
69e5427be1
vim-patch:7.4.915
...
Problem: When removing from 'path' and then adding, a comma may go missing.
(Malcolm Rowe)
Solution: Fix the check for P_ONECOMMA. (closes #471 )
174674743d
2016-02-09 14:44:53 +09:00
watiko
c90c47072f
vim-patch:7.4.749
...
Problem: For some options two consecutive commas are OK. (Nikolay Pavlov)
Solution: Add the P_ONECOMMA flag.
0e7c4b99c6
2016-02-09 14:44:53 +09:00
watiko
bf6c5bc225
Fix lint errors
2016-02-09 09:39:52 +09:00
Diego Viola
f8f92a2360
doc: Add whitespace before parens. #4202
2016-02-08 13:43:27 -05:00
watiko
ba8ec7e963
vim-patch:7.4.742
...
Problem: Cannot specify a vertical split when loading a buffer for a
quickfix command.
Solution: Add the "vsplit" value to 'switchbuf'. (Brook Hong)
a594d77ffc
2016-02-07 17:54:37 +09:00
Justin M. Keyes
827e267800
Merge pull request #4175 from watiko/vim-7.4.700
...
vim-patch:7.4.700
2016-02-07 01:33:01 -05:00
Justin M. Keyes
bd3ea7227e
Merge pull request #4176 from watiko/vim-7.4.689
...
vim-patch:7.4.689
2016-02-07 01:01:03 -05:00
watiko
1ecbfd19db
vim-patch:7.4.689
...
Problem: On MS-Windows, when 'autochdir' is set, diff mode with files in
different directories does not work. (Axel Bender)
Solution: Remember the current directory and use it where needed. (Christian
Brabandt)
d87c36ea5e
---
see: "autochdir + encoding=utf8 messes up diff"
https://groups.google.com/d/msg/vim_dev/QrE4Y2LMJR8/uxigns5KGxYJ
2016-02-07 13:40:07 +09:00
watiko
9b19335c6e
vim-patch:7.4.693 #4172
...
Problem: Session file is not correct when there are multiple tab pages.
Solution: Reset the current window number for each tab page. (Jacob Niehus)
695baeefe1
---
see: "[patch] wincmd error during session restore"
https://groups.google.com/d/msg/vim_dev/NykQ0UuOjXc/_MZi4sv9vp0J
What I did for testing:
```sh
mkdir /tmp/test_session
cd $_
function test_session() {
$1 -u NONE -i NONE -N ~/.vimrc \
-c 'wincmd s' \
-c 'wincmd v' \
-c 'wincmd T' \
-c 'normal 1gt' \
-c '2wincmd w' \
-c 'mks! test.vis' \
-c 'qa'
$1 -u NONE -i NONE -N -S test.vis
}
test_session vim
test_session nvim
test_session /path/to/your/neovim/repository/build/bin/nvim
```
2016-02-06 22:54:36 -05:00
watiko
8b2b9b83b7
vim-patch:7.4.732
...
Problem: The cursor line is not always updated for the "O" command.
Solution: Reset the VALID_CROW flag. (Christian Brabandt)
d0d0fe09cf
2016-02-07 08:22:34 +09:00
watiko
70ab198221
vim-patch:7.4.717
...
Problem: ":let list += list" can change a locked list.
Solution: Check for the lock earlier. (Olaf Dabrunz)
1cd5e613b0
2016-02-06 05:54:15 +09:00
watiko
fef753fa6d
vim-patch:7.4.708
...
Problem: gettext() is called too often.
Solution: Do not call gettext() for messages until they are actually used.
(idea by Yasuhiro Matsumoto)
77354e78a8
2016-02-06 05:54:15 +09:00
Justin M. Keyes
d9cada146f
Merge pull request #4157 from watiko/vim-7.4.694
...
vim-patch:7.4.{662,694}
2016-02-05 10:02:38 -05:00
watiko
7b955802b3
vim-patch:7.4.688 #4159
...
Problem: When "$" is in 'cpo' the popup menu isn't undrawn correctly.
(Issue 166)
Solution: When using the popup menu remove the "$".
478c46e50f
NOTE: To reproduce in nvim:
nvim -u NONE -c 'exe "norm iaaa iabbbbbb acc" | norm yyp' -c 'set cpo+=$'
2016-02-05 09:54:03 -05:00
Lucas Hoffmann
86c5696c27
tests: Migrate legacy test 45.
2016-02-05 13:55:27 +09:00
watiko
69e448d1d8
vim-patch:7.4.700
...
Problem: Fold can't be opened after ":move". (Ein Brown)
Solution: Delete the folding information and update it afterwards.
(Christian Brabandt)
d5f6933d5c
2016-02-05 12:21:14 +09:00
Justin M. Keyes
add02b675d
Merge pull request #4155 from justinmk/gui_running
...
ui: revert "gui_running" hack
2016-02-04 01:21:26 -05:00