mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 02:46:31 +00:00
'cpoptions': Remove "j" flag
This commit is contained in:

committed by
Justin M. Keyes

parent
297973ab00
commit
44175224cc
@@ -4335,10 +4335,10 @@ search_line:
|
||||
/* IObuf =~ "\(\k\|\i\).* ", thus i >= 2*/
|
||||
if (p_js
|
||||
&& (IObuff[i-2] == '.'
|
||||
|| (vim_strchr(p_cpo, CPO_JOINSP) == NULL
|
||||
&& (IObuff[i-2] == '?'
|
||||
|| IObuff[i-2] == '!'))))
|
||||
|| IObuff[i-2] == '?'
|
||||
|| IObuff[i-2] == '!')) {
|
||||
IObuff[i++] = ' ';
|
||||
}
|
||||
}
|
||||
/* copy as much as possible of the new word */
|
||||
if (p - aux >= IOSIZE - i)
|
||||
|
Reference in New Issue
Block a user