Files
neovim/runtime
Rob Pilling 33beeed4d9 man.vim: Improve ft=man 'iskeyword' #11457
This addresses a minor quality problem with the recent `'tagfunc'`
changes for `man.vim` (see [link]).

Currently, with the cursor on a parenthese, hitting `K` will jump us to
the man page of the next mentioned entry, instead of the one to which
the parenthese (or section number) belongs.

```
pcrepattern(3), terminfo(5), glob(7), regex(7).
       e.g. ^        e.g. ^
```

Adding the parentheses to `'iskeyword'` means we correctly handle these cases too.

[link]: https://github.com/neovim/neovim/pull/11280#discussion_r348342357
2019-11-27 21:01:04 -08:00
..
2019-08-02 16:20:23 +02:00
2019-11-24 20:31:46 -05:00
2018-10-28 14:18:21 +01:00
2019-11-24 20:31:46 -05:00
2019-08-02 16:20:22 +02:00
2019-07-29 20:50:07 +02:00
2019-01-04 02:17:23 +01:00
2019-09-06 18:35:06 -07:00
2019-07-29 20:50:07 +02:00
2019-07-29 20:50:07 +02:00
2019-11-24 17:53:33 -08:00
2019-07-29 20:50:07 +02:00
2019-09-06 18:35:06 -07:00