Christian Brabandt
958ffe059a
doc: fix grammatical typo
...
fixes : #2246
2020-10-05 10:50:05 +02:00
Christian Brabandt
9614105d09
Merge pull request #2240 from subnut/master
...
Add more customization for 'localsearch' extension
2020-09-26 08:50:14 +02:00
Christian Brabandt
3740312de0
Merge pull request #2234 from kmoschcau/master
...
Improve the term extension and make it consistent
2020-09-16 11:59:03 +02:00
Christian Brabandt
bf4bba4c5a
Merge pull request #2237 from kazukazuinaina/update_gitignore
...
[update] .gitignore
2020-09-15 14:15:31 +02:00
Christian Brabandt
3272a2d490
doc: mention coc explorer
...
related: #2235
2020-09-15 14:14:21 +02:00
Christian Brabandt
af556115de
Merge pull request #2235 from andys8/patch-1
...
Support coc-explorer (file explorer extension)
2020-09-15 14:10:45 +02:00
Christian Brabandt
47c9205127
Merge pull request #2236 from chrisbra/fix_failing_test
...
fix failing test
2020-09-15 12:27:30 +02:00
Christian Brabandt
aed3523ee3
fix failing test
2020-09-15 12:22:41 +02:00
Christian Brabandt
f5693986c4
Merge pull request #2227 from kazukazuinaina/add_battery_extensions
...
[add] support for battery.vim
2020-09-09 09:03:30 +02:00
Christian Brabandt
51f599e2cf
Merge pull request #2223 from arafel/magit_dictionary
...
vim-magit: Can't use an empty dictionary key
2020-09-03 12:46:56 +02:00
Christian Brabandt
c77d89046e
doc: fix typo for show_buffers variable
...
related: #2218
2020-08-27 13:07:32 +02:00
Christian Brabandt
0f5eedff74
mode: keep hi setting when switching from 'n' to 'ni'
...
when using `Ctrl-O` from insert mode, the highlighting currently updates
from insert mode highlighting to normal mode highlighting.
Unfortunately, changing the highlighting can be a bit expansive, so
redefining the highlighting just for one simple command does not make
too much sense.
Instead, keep the insert mode highlighting, because that's kind of like
the major mode Vim is in currently. The mode message uses '(INSERT)' to
distinguish between a "normal" INSERT mode and this temporary INSERT
mode, so it should still be visually be distinguishable.
closes #2217
2020-08-26 22:46:05 +02:00
Christian Brabandt
3a55368320
searchcount: Ignore errors from searchcount() function
...
If the search regex causes an error, an ugly error message is thrown,
so ignore errors in that case silently.
closes #2216
2020-08-25 13:36:03 +02:00
Christian Brabandt
02c529efe4
Merge pull request #2205 from eevan78/master
...
Several fixes and improvements
2020-08-20 09:33:53 +02:00
Christian Brabandt
6a1c2a74e9
Merge pull request #2125 from shaine/master
...
Use disabled style for inactive tabs
2020-08-12 15:43:05 +02:00
Christian Brabandt
a294f0cb7e
Merge pull request #2183 from tooSadman/nvim-lsp-support
...
Added support for built-in nvim-lsp
2020-08-12 15:41:47 +02:00
Christian Brabandt
8037c373d0
Merge pull request #2195 from kazukazuinaina/add_wordcount_formatter_readingtime
...
[add] wordcount's reading time formatter
2020-08-12 15:40:26 +02:00
Christian Brabandt
21e47ca5b3
Disable whitespace checking for csv files
...
In addition, add a time limit of 500 ms for detecting the indent
fixes : #2200
2020-08-12 15:38:26 +02:00
Christian Brabandt
ffa44b8327
Merge pull request #2188 from kazukazuinaina/fix_searchcount_extension
...
[fixup] Release the search restriction and remove unnecessary functions
2020-08-03 15:20:49 +02:00
Christian Brabandt
e4077b1725
Merge pull request #2185 from dcousens/patch-1
...
Fix spelling typo in comment
2020-08-03 14:44:58 +02:00
Christian Brabandt
a836e09e91
Merge pull request #2187 from kazukazuinaina/add_section_c_short_path
...
[add] short_path formatter in section_c
2020-08-03 12:21:44 +02:00
Christian Brabandt
7fc51f6952
Merge pull request #2181 from cdelledonne/master
...
Add support for cdelledonne/vim-cmake
2020-07-17 19:36:00 +02:00
Christian Brabandt
b6d6485a90
Merge pull request #2176 from konafx/master
...
Add fern.vim support
2020-07-14 16:10:21 +02:00
Christian Brabandt
f655add4e9
hunks: do not add trailing whitespace when branch extension is disabled
...
fixes #2177
2020-07-14 14:03:17 +02:00
Christian Brabandt
767107070e
Merge pull request #2175 from skeept/patch-1
...
don't rely on NR for checking that NrrRgn is loaded
2020-07-14 11:36:33 +02:00
Christian Brabandt
768bd0f5c6
Merge pull request #2158 from larrybradley/fix-venv
...
Fix handling of virtualenv and poetv plugins
2020-07-09 08:42:32 +02:00
Christian Brabandt
08bab60614
Merge pull request #2174 from nomasprime/dynamically_resize_section_z
...
Dynamically resize section Z
2020-07-09 08:41:45 +02:00
Christian Brabandt
0a0d61af6c
fzf: do not check for loaded fzf
...
closes #2163
2020-07-08 08:47:59 +02:00
Christian Brabandt
48d49075ec
Merge pull request #2171 from nickspoons/omnisharp-extension
...
Add OmniSharp extension to display server status
2020-07-08 08:39:02 +02:00
Christian Brabandt
b843321428
Merge pull request #2166 from fvictorio/patch-1
...
Fix link to localsearch repo
2020-07-05 11:26:07 +02:00
Christian Brabandt
ba9b3e1839
Merge pull request #2161 from kazukazuinaina/add_support_searchcount
...
[RFC] Add support for searchcount extension
2020-06-29 09:25:56 +02:00
Christian Brabandt
cb03578a7c
Merge pull request #2164 from Freed-Wu/master
...
Fix bug of keyboard_layout
2020-06-29 09:24:48 +02:00
Christian Brabandt
8be6a2ecd5
Merge pull request #2156 from kazukazuinaina/add_fzf_extension_doc
...
[add] fzf integration's document
2020-06-22 08:41:50 +02:00
Christian Brabandt
bc8fdfe946
terminal: correctly shorten terminal tabline
...
If there is a single terminal window in the current tabpage, the whole
long command will be displayed in the tabline, even when it should be
shortened by default.
By default the title will not be shown if there are several windows in
the current tabpage, but if there is only one single terminal window, it
will still be shown (and might be a bit long). But I guess, it is better
to just show a possible too long terminal window name, than not show
anything).
fixes #2126
2020-06-21 22:31:43 +02:00
Christian Brabandt
5ce3e63658
Merge pull request #2146 from noisysocks/master
...
Support fzf and fzf.vim
2020-06-19 11:45:34 +02:00
Christian Brabandt
e58c4a493c
Merge pull request #2155 from kazukazuinaina/update_license_year
...
[update] wordcount's formatter's license year
2020-06-19 09:49:35 +02:00
Christian Brabandt
90f7210413
Merge pull request #2149 from nomasprime/add_update_highlights_docs
...
Add update highlights docs
2020-06-09 18:37:14 +02:00
Christian Brabandt
0de31196b6
Merge pull request #2139 from PratikBhusal/master
...
Add vim-dirvish support
2020-05-29 23:12:46 +02:00
Christian Brabandt
6ddda74126
Merge pull request #2141 from kazukazuinaina/add_extension_unite_denite
...
[add] unite and denite's config
2020-05-29 23:11:50 +02:00
Christian Brabandt
64c0374423
Merge pull request #2138 from kazukazuinaina/update_CONTRIBUTING.md
...
[update] CONTRIBUTING.md
2020-05-29 23:11:07 +02:00
Christian Brabandt
c744fb81b6
Merge pull request #2140 from xerus2000/patch-1
...
Update README.md
2020-05-27 11:50:16 +02:00
Christian Brabandt
aa46603214
Merge pull request #2128 from jolan78/master
...
fix for #2127
2020-05-04 14:19:44 +02:00
Christian Brabandt
ffdf52e38d
Merge pull request #2129 from kazukazuinaina/fix_check_ycm_extension
...
abopt get() function
2020-05-04 14:19:14 +02:00
Christian Brabandt
915c7cfcd7
Fix brocken CI test
...
because vim 7.4 does not know v:vim_did_enter
I am beginning to wonder, whether we should have vim8 as a minimal
requirement...
2020-05-04 08:10:33 +02:00
Christian Brabandt
0ac474fdc4
plugin: load vim-airline as optional package
...
allow to load vim-airline as opt package
Fixes: 2122
2020-05-04 07:48:13 +02:00
Christian Brabandt
96d37d2fbe
hunks: fix missing line continue character
2020-04-29 17:17:58 +02:00
Christian Brabandt
48064e24d5
hunks: only enable coc-git extension, if explicitly enabled by the user
...
As requested by the coc maintainer, this is explicitly disabled, unless
the user configures vim-airline to use it for the branch extension. This
is done, because the `CocAction('extensionStats')` function is known to
be slow and this may cause a slow startup.
2020-04-29 16:59:37 +02:00
Christian Brabandt
e7f78bbc0f
Merge pull request #2124 from kazukazuinaina/add_vaffle_path
...
[add] vaffle's path section
2020-04-29 15:08:33 +02:00
Christian Brabandt
ff3f66ed30
Merge pull request #2121 from kazukazuinaina/add_branch_setting_in_doc
...
[add] branch symbol's Explanation
2020-04-24 17:27:29 +02:00
Christian Brabandt
eff4828b37
README: fix saythanks link
...
unfortunately, saythanks broke and since it has been restored, the links
changed. So fix it here again.
2020-04-20 08:11:35 +02:00
Christian Brabandt
f00a9e6e7a
Merge pull request #2119 from kazukazuinaina/update_coc_status_width
...
[adjust] coc_status's width
2020-04-20 07:57:16 +02:00
Christian Brabandt
76c1998753
extensions: prevent error about unknown function for ycm
...
if g:loaded_youcompleteme does not exists, the ycm extension will not be
loaded. However extensions.vim could still try to init the ycm
extension, which would lead to an error message:
E117: unknown function airline#extensions#ycm#init
so make sure, it is only loaded, if ycm is loaded as well.
2020-04-20 07:54:00 +02:00
Christian Brabandt
2eb95b2e09
Merge pull request #2118 from kazukazuinaina/add_hunks_readme
...
[add] coc-git section in README
2020-04-17 12:22:06 +02:00
Christian Brabandt
c8fe296c52
Merge pull request #2117 from kazukazuinaina/update_ycm_extension
...
[add] ycm's toggle and doc
2020-04-17 09:40:05 +02:00
Christian Brabandt
0074044413
Merge pull request #2116 from kazukazuinaina/add_cursormode_toggle
...
[add] cursormode's toggle
2020-04-17 09:38:51 +02:00
Christian Brabandt
7c31850381
wordcount: only test against complete filetypes
...
Put a word-boundary regex atom before and after the current filetype, to
make sure that a `C` filetype won't be detected as a filetype that
enables the wordcount extension. (`c` matches asciidoc).
2020-04-14 19:53:18 +02:00
Christian Brabandt
12aa326dae
Merge pull request #2113 from kazukazuinaina/add_zoomwintab_doc
...
[add] zoomwintab's document
2020-04-14 13:53:00 +02:00
Christian Brabandt
a100e89671
Merge pull request #2111 from troydm/master
...
zoomwintab extension added
2020-04-10 14:21:16 +02:00
Christian Brabandt
87d4648172
Merge pull request #2108 from kazukazuinaina/add_coc_status_test
...
[add] some coc's test
2020-04-03 08:09:29 +02:00
Christian Brabandt
23374c491c
Merge pull request #2106 from kazukazuinaina/add_vista_test
...
[add] vista's test
2020-04-02 18:04:11 +02:00
Christian Brabandt
adf2afae7c
hunks: still some problems with coc-git integration
...
Fix remaining problems, test correctly for enabled coc-git plugin.
2020-04-01 10:49:00 +02:00
Christian Brabandt
29eec37c66
tabline: fix typo
...
related: #2103
2020-03-30 08:27:20 +02:00
Christian Brabandt
74ca43a9b6
[hunks] also cache coc git status
2020-03-29 19:37:44 +02:00
Christian Brabandt
5a490dd9ac
hunks: remove test for empty branch for changes plugin
...
Because changes plugin does not rely on git
Also remove the test of the local variable for the changes plugin
whether it is enabled or not, this is taken care of in the changes
plugin
2020-03-29 19:37:44 +02:00
Christian Brabandt
c70f3da583
Merge pull request #2103 from kazukazuinaina/always_show_tab_count
...
[add] new option / always show tab count feature
2020-03-29 18:50:14 +02:00
Christian Brabandt
c05fff8504
hunks: add abort keyword to function definitions
2020-03-29 17:30:29 +02:00
Christian Brabandt
a13bed2f51
hunks: integrate coc-git extension
...
The coc-git extension to coc does show similar statistics as e.g.
gitgutter, therefore, integrate the coc-git interface into the hunk
extension.
closes #2094
2020-03-29 17:30:29 +02:00
Christian Brabandt
02a0ab4b59
Merge pull request #2102 from kazukazuinaina/fix_coc_test
...
fix coc extension's unit test
2020-03-29 16:42:21 +02:00
Christian Brabandt
2f2003be52
Merge pull request #2098 from kazukazuinaina/add_check_vista_toggle
...
[add] check vista's toggle
2020-03-29 16:04:35 +02:00
Christian Brabandt
8a7172e1c2
Merge pull request #2099 from kazukazuinaina/fix_denite_extension
...
[fix] operator and [add] abort in autoload function
2020-03-29 16:04:08 +02:00
Christian Brabandt
99c2dfd569
coc: use bold accent for g:coc_status
...
fixes #2101
2020-03-29 16:03:00 +02:00
Christian Brabandt
0278e9095d
Merge pull request #2093 from kazukazuinaina/add_wordcount_filetype
...
add plaintex filetype
2020-03-23 11:39:20 +01:00
Christian Brabandt
119477060d
Merge pull request #2090 from Freed-Wu/master
...
Add g:airline#extensions#capslock#sign
2020-03-20 14:13:56 +01:00
Christian Brabandt
352e6dd19d
Merge pull request #2089 from kazukazuinaina/add_gina_copyright
...
[add] gina.vim's url
2020-03-20 14:13:09 +01:00
Christian Brabandt
b36542d509
Merge pull request #2092 from kazukazuinaina/fix_github_actions_url
...
[fix] github_actions's url
2020-03-20 14:12:49 +01:00
Christian Brabandt
4e2546a209
Changelog: Mention coc.nvim improved integration from #2079
2020-03-02 13:18:28 +01:00
Christian Brabandt
fdafa44b2f
Merge pull request #2068 from fx-carton/master
...
Add support for vim-lsp
2020-03-02 13:05:19 +01:00
Christian Brabandt
418fb24982
Merge pull request #2083 from kazukazuinaina/add_check_ale_extension_toggle
...
[add] check ale's toggle
2020-03-02 13:04:25 +01:00
Christian Brabandt
71a7e23f32
Merge pull request #2081 from kazukazuinaina/fix/scope
...
[fix] count variable's scope
2020-02-28 09:19:09 +01:00
Christian Brabandt
774cd8b08f
term: better formatting of neovim terminal
...
closes #2074
2020-02-27 13:37:50 +01:00
Christian Brabandt
bc19a18b3c
Merge pull request #2070 from idbrii/focuslost_inactive_focusgained_ignore
...
Ignore FocusGained events for the current second
2020-02-27 13:17:27 +01:00
Christian Brabandt
256eb1b5a1
Merge pull request #2077 from kazukazuinaina/update/changelog
...
Changelog / add unit test section
2020-02-27 13:09:15 +01:00
Christian Brabandt
0b26834648
Merge pull request #2069 from kazukazuinaina/gina_refactoring
...
[update] gina's extensions
2020-02-21 09:07:35 +01:00
Christian Brabandt
d7692e1fe5
Merge pull request #2067 from JacksonBailey/improve-readme
...
Specify the full helptags command
2020-02-21 09:06:15 +01:00
Christian Brabandt
7e00ee1107
Merge pull request #2066 from kazukazuinaina/update_reviewdog_yml
...
[update] reviewdog.yml
2020-02-17 13:59:25 +01:00
Christian Brabandt
3fdfdc9963
Merge pull request #2059 from languitar/patch-1
...
Always obey the poetv#enabled setting
2020-02-17 13:58:31 +01:00
Christian Brabandt
099dd92eeb
Merge pull request #2065 from kazukazuinaina/fix_github_actions_url
...
[fix] github action's url in README
2020-02-07 09:14:19 +01:00
Christian Brabandt
985d15613e
Merge pull request #2063 from kazukazuinaina/add_github_actions
...
[add] github actions
2020-02-07 08:39:54 +01:00
Christian Brabandt
73502997ff
Merge branch 'master' into add_github_actions
2020-02-07 08:39:41 +01:00
Christian Brabandt
3481cebe22
Merge pull request #2064 from kazukazuinaina/update_travis_badge
...
[update]travis-ci's badge
2020-02-07 08:36:24 +01:00
Christian Brabandt
f659a98d50
completion: only return random theme, when it actually matches
2020-01-30 13:42:21 +01:00
Christian Brabandt
e22f735f80
Merge pull request #2055 from kazukazuinaina/fix_typo_in_doc
...
[fix] typo in doc
2020-01-29 08:14:17 +01:00
Christian Brabandt
abf54b60a4
Merge pull request #2053 from idbrii/fix-focusgained
...
branch: ignore upcoming FocusGained when updating
2020-01-29 08:13:53 +01:00
Christian Brabandt
8fbb16f838
async: correctly use &shell and &shellcmdflag
...
instead of hardcoding to use 'sh' and '-c'
2020-01-28 16:04:53 +01:00
Christian Brabandt
a201689e38
async: correctly redirect error on powershell
2020-01-28 16:01:52 +01:00
Christian Brabandt
2e9d36e220
async: problem with powershell
...
also check for the powershell on windows.
closes #2050
2020-01-28 16:00:02 +01:00
Christian Brabandt
c3cda92272
Merge pull request #2049 from kazukazuinaina/fix_echo_extension_load
...
Fix echo extension load
2020-01-28 15:58:00 +01:00
Christian Brabandt
eb916c0c57
Merge pull request #2051 from kazukazuinaina/fix_nerdtree_url_in_doc
...
[fix] nerdtree's url in doc and README.md
2020-01-28 15:56:13 +01:00
Christian Brabandt
f4795532c6
branch: disable FocusGained handler when updating fugitive information
...
closes #2029
2020-01-28 15:54:53 +01:00
Christian Brabandt
d4502d02a1
Merge pull request #2046 from dlukes/master
...
Deduplicate virtualenv identifier sections
2020-01-24 12:48:20 +01:00