mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
vim-patch:7.4.474
Problem: AIX compiler can't handle // comment. Issue 265. Solution: Remove that line. https://code.google.com/p/vim/source/detail?r=v7-4-474
This commit is contained in:
@@ -3955,7 +3955,6 @@ skip_add:
|
||||
#endif
|
||||
switch (state->c) {
|
||||
case NFA_MATCH:
|
||||
//nfa_match = TRUE;
|
||||
break;
|
||||
|
||||
case NFA_SPLIT:
|
||||
|
Reference in New Issue
Block a user