mattn
|
eba0839b79
|
Check win_findbuf return empty (#922)
Fixes #803
|
2020-10-30 00:23:46 +09:00 |
|
Prabir Shrestha
|
32fae1f0e9
|
use allowlist and blocklist instead (#847)
* use allowlist and blocklist instead
* add lsp#get_allowed_servers()
|
2020-06-26 16:13:09 -07:00 |
|
thinca
|
fcf5439b90
|
Fix error on s:set_textprops() (#600)
`bufwinid()` works on current tab page only, so when user changes the
current tab page, bufwinid() returns -1.
|
2019-12-15 14:20:10 +09:00 |
|
mattn
|
1eef992603
|
Merge pull request #569 from itchyny/fix-async-error-buf-changed
fix error on switching the buffer with longer lines
|
2019-11-21 16:34:31 +09:00 |
|
hrsh7th
|
4d0ec0d698
|
Avoid wrong buffer open (#502)
|
2019-11-20 01:43:22 -08:00 |
|
itchyny
|
fd40b2f4d6
|
fix error on switching the buffer with longer lines
|
2019-11-20 06:30:32 +09:00 |
|
hrsh7th
|
28efdd0003
|
Fix canceling visual-mode when folding enabled.
|
2019-11-13 15:20:16 +09:00 |
|
Yasuhiro Matsumoto
|
b82958c1db
|
Use bufloaded instead
|
2019-11-02 12:27:29 +09:00 |
|
Yasuhiro Matsumoto
|
73968daf60
|
Ignore setting properties on unloaded buffer
|
2019-11-02 12:20:12 +09:00 |
|
Thomas Faingnaert
|
46af4cd601
|
Fix cancelling insert mode (#546)
* Fix cancelling insert mode
* Revert "get proper window number (#541)"
This reverts commit 59daf85d39.
|
2019-10-22 01:10:29 +02:00 |
|
Thomas Faingnaert
|
89fd2818fb
|
Revert "Add buffer expression to bufwinnr call (#545)" (#547)
This reverts commit 86bb8b3492.
|
2019-10-22 01:08:55 +02:00 |
|
Thomas Faingnaert
|
86bb8b3492
|
Add buffer expression to bufwinnr call (#545)
|
2019-10-21 23:46:19 +02:00 |
|
Kazuhiro Miyahara
|
8e849e1f55
|
add line num args to prop_remove (#540)
|
2019-10-21 11:53:22 -07:00 |
|
Kazuhiro Miyahara
|
59daf85d39
|
get proper window number (#541)
Getting proper windows number when windows is splitted
|
2019-10-19 13:44:46 -07:00 |
|
Thomas Faingnaert
|
e7480252ec
|
Check if buffer exists in folding textprops (#495)
|
2019-09-08 13:02:08 -07:00 |
|
Thomas Faingnaert
|
698eccaff3
|
Implement folding (#445)
* Implement folding
* Allow disabling folding globally
|
2019-09-08 19:17:29 +02:00 |
|