Daniel Hahler 
							
						 
					 
					
						
						
							
						
						d478542110 
					 
					
						
						
							
							health#provider: fix duplicated output/stderr ( #11048 )  
						
						 
						
						... 
						
						
						
						Ref: https://github.com/neovim/neovim/pull/11047#issuecomment-532268826  
						
						
					 
					
						2019-09-18 18:21:44 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						0430a1ba88 
					 
					
						
						
							
							vim-patch:56c860c315c5  
						
						 
						
						... 
						
						
						
						Update runtime files.
56c860c315 
						
						
					 
					
						2019-09-06 18:35:06 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Björn Linse 
							
						 
					 
					
						
						
							
						
						754ea8d27e 
					 
					
						
						
							
							runtime: :TOhtml workaround for missing 'vts' option  #10960  
						
						 
						
						... 
						
						
						
						Hot fix for 0.4
This commit should be reverted when &vts option is added.
close  #10831  
						
						
					 
					
						2019-09-06 12:10:46 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Hahler 
							
						 
					 
					
						
						
							
						
						2fafed6bb8 
					 
					
						
						
							
							clipboard: handle/avoid SIGTERM with previous owner  #10765  
						
						 
						
						... 
						
						
						
						Fixes regression due to signal being reported with exit status.
ref #10573  939d9053bd 
ref https://github.com/neovim/neovim/issues/7054#issuecomment-520282429  
						
						
					 
					
						2019-08-14 09:58:52 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						e952b7fc2f 
					 
					
						
						
							
							health.vim: check has("debug")  
						
						 
						
						
						
						
					 
					
						2019-08-04 13:23:46 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						241956720d 
					 
					
						
						
							
							provider: g:loaded_xx_provider=2 means "enabled and working"  
						
						 
						
						... 
						
						
						
						Value of 1 cannot be used, because users might set that in their vimrc
to _disable_ a provider, which would confuse :checkhealth and has(). 
						
						
					 
					
						2019-08-04 13:23:46 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						66938b928c 
					 
					
						
						
							
							provider: decide status by g:loaded_xx_provider  
						
						 
						
						
						
						
					 
					
						2019-08-04 13:23:46 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rui Abreu Ferreira 
							
						 
					 
					
						
						
							
						
						2cfe4748e5 
					 
					
						
						
							
							provider: let providers decide their status  
						
						 
						
						... 
						
						
						
						Instead of deciding provider status in eval_has_provider, move the
decision to the provider Vim scripts.
Previously, provider loading worked as follows:
1. eval_has_provider() verified provider availability by searching for
   the provider#providername#Call function and cached this verificaion as a static
   variable for some providers
2. providers short-circuited on loading to prevent the definition of the
   Call function (with the exception of the node provider that did not)
This commit changes the expected interface between nvim and its
providers to facilitate provider reloading, by splitting the
verification of the provider from the availability of the Call function.
eval_has_provider() now checks for a provider#providername#enabled
variable. It is up to the provider script to set this to 0 or 1
accordingly. eval_call_provider() remains unchanged.
All providers hosting a Call function were updated to respect this.
The clipboard provider now has a Reload function to reload the
provider. 
						
						
					 
					
						2019-08-04 13:23:46 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						7c19a4e518 
					 
					
						
						
							
							vim-patch:85850f3a5ef9  
						
						 
						
						... 
						
						
						
						Update runtime files
85850f3a5e 
						
						
					 
					
						2019-08-02 16:20:22 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						2cdbbe50a4 
					 
					
						
						
							
							vim-patch:63b74a8362b1  
						
						 
						
						... 
						
						
						
						Update runtime files.
63b74a8362 
						
						
					 
					
						2019-08-01 22:48:28 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						57fa9add79 
					 
					
						
						
							
							vim-patch:314dd79cac2a  
						
						 
						
						... 
						
						
						
						Update runtime files.
314dd79cac 
						
						
					 
					
						2019-07-29 20:50:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						6fed505100 
					 
					
						
						
							
							vim-patch:d09091d4955c  
						
						 
						
						... 
						
						
						
						Update runtime files.
d09091d495 
						
						
					 
					
						2019-07-29 20:50:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						ef1f1907cc 
					 
					
						
						
							
							vim-patch:4c05fa08c973  
						
						 
						
						... 
						
						
						
						Update runtime files
4c05fa08c9 
						
						
					 
					
						2019-07-29 20:50:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						c8f34a9a3e 
					 
					
						
						
							
							vim-patch:d47d52232bf2  
						
						 
						
						... 
						
						
						
						Update runtime files.
d47d52232b 
						
						
					 
					
						2019-07-29 20:50:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						28a681d37d 
					 
					
						
						
							
							vim-patch:f0d58efc9dc4  
						
						 
						
						... 
						
						
						
						Update runtime files.
f0d58efc9d 
						
						
					 
					
						2019-07-29 20:50:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						80dda68926 
					 
					
						
						
							
							vim-patch:ba3ff539303c  
						
						 
						
						... 
						
						
						
						Update runtime files
ba3ff53930 
						
						
					 
					
						2019-07-29 20:50:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						afef973262 
					 
					
						
						
							
							doc [ci skip]  #10383  
						
						 
						
						... 
						
						
						
						- test/README.md: document luassert `TableFormatLevel`
- CONTRIBUTING.md: absorb parts of the old "Development tips" wiki page 
						
						
					 
					
						2019-07-19 21:32:04 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						58dd5fcc01 
					 
					
						
						
							
							jobstop(): close channel before process_stop()  #10522  
						
						 
						
						... 
						
						
						
						fix  #9799 
regression of #7081 
Helped-by: Björn Linse <bjorn.linse@gmail.com >
Problem: :UpdateRemotePlugins (which calls rpcstop()) sometimes crashes:
    remote/host: python3 host registered plugins []
    nvim: ../src/nvim/event/wstream.c:78:
      _Bool wstream_write(Stream *, WBuffer *): Assertion `!stream->closed' failed.
    Aborted (core dumped)
  Order of events (channel 163, see logs below):
    1. Channel's in-stream (0x2ba86c0) is **closed** by `f_rpcstop`..`process_stop`.
    2. `receive_msgpack` parses the channel out-stream (0x2ba8860)
    3. Invokes "nvim_command_output" API method.
    4. Writes result to the **closed** in-stream  => **abort**
  - af993da435  (`receive_msgpack`) tried to hack around same/similar issue.
  - Hack was removed in 5215e3205a .
Solution: in jobstop(), close the channel before process_stop().
Log:
    DEBUG 2019-07-16T20:54:12.191 25159 stream_close:96: closing Stream: 0x2b01a90
    DEBUG 2019-07-16T20:54:12.210 25159 process_spawn:124: new: pid=28407 argv=[/usr/bin/python3]
    DEBUG 2019-07-16T20:54:12.210 25159 rpc_start:72: rpc ch 163 in-stream=0x2ba86c0 out-stream=0x2ba8860
    INFO  2019-07-16T20:54:12.210 25159 channel_create_event:199: new channel 163 (function <SNR>61_on_exit[4]..<SNR>60_job_exit_cb[101]..<SNR>60_decrement_job_count[8]..remote#host#UpdateRemotePlugins[6]..<SNR>31_RegistrationCommands[15]..remote#host#Require[10]..provider#pythonx#Require[13]..provider#Poll:3) : {"id": 163, "client": {}, "mode": "rpc", "stream": "job"}
    DEBUG 2019-07-16T20:54:12.211 25159 log_server_msg:729: RPC ->ch 163: [request]  [0, 1, "poll", []]
    DEBUG 2019-07-16T20:54:12.355 25159 receive_msgpack:227: ch 163: parsing 21 bytes from msgpack Stream: 0x2ba8860
    DEBUG 2019-07-16T20:54:12.355 25159 log_client_msg:766: RPC <-ch 163: [request]  [0, 1, "vim_get_api_info", []]
    DEBUG 2019-07-16T20:54:12.355 25159 RPC: <-ch 163: invoke nvim_get_api_info
    DEBUG 2019-07-16T20:54:12.357 25159 log_server_msg:729: RPC ->ch 163: [response] [1, 1, nil, [163, {"version"=>{"major"=>0, "minor"=>4, }, ...
    DEBUG 2019-07-16T20:54:12.377 25159 receive_msgpack:227: ch 163: parsing 85 bytes from msgpack Stream: 0x2ba8860
    DEBUG 2019-07-16T20:54:12.377 25159 log_client_msg:766: RPC <-ch 163: [request]  [0, 2, "nvim_eval", ["((&number||&relativenumber) ? &numberwidth : 0) + &foldcolumn"]]
    DEBUG 2019-07-16T20:54:12.377 25159 handle_request:359: RPC: scheduled nvim_eval
    DEBUG 2019-07-16T20:54:12.377 25159 log_client_msg:766: RPC <-ch 163: [response] [1, 1, nil, "ok"]
    DEBUG 2019-07-16T20:54:12.378 25159 log_server_msg:729: RPC ->ch 163: [request]  [0, 2, "specs", ["/home/vagrant/.config/nvim/rplugin/python3/__pycache__"]]
    DEBUG 2019-07-16T20:54:12.378 25159 RPC: <-ch 163: invoke nvim_eval
    DEBUG 2019-07-16T20:54:12.379 25159 log_server_msg:729: RPC ->ch 163: [response] [1, 2, nil, 0]
    DEBUG 2019-07-16T20:54:12.379 25159 receive_msgpack:227: ch 163: parsing 5 bytes from msgpack Stream: 0x2ba8860
    DEBUG 2019-07-16T20:54:12.379 25159 log_client_msg:766: RPC <-ch 163: [response] [1, 2, nil, 0]
    DEBUG 2019-07-16T20:54:12.380 25159 log_server_msg:729: RPC ->ch 163: [request]  [0, 3, "specs", ["/home/vagrant/.config/nvim/rplugin/python3/foo.py"]]
    DEBUG 2019-07-16T20:54:12.380 25159 receive_msgpack:227: ch 163: parsing 79 bytes from msgpack Stream: 0x2ba8860
    DEBUG 2019-07-16T20:54:12.380 25159 log_client_msg:766: RPC <-ch 163: [request]  [0, 3, "nvim_command", ["redir =>a |exe "sil sign place buffer=".bufnr('')|redir end"]]
    DEBUG 2019-07-16T20:54:12.381 25159 handle_request:359: RPC: scheduled nvim_command
    DEBUG 2019-07-16T20:54:12.381 25159 RPC: <-ch 163: invoke nvim_command
    DEBUG 2019-07-16T20:54:12.381 25159 log_server_msg:729: RPC ->ch 163: [response] [1, 3, nil, nil]
    DEBUG 2019-07-16T20:54:12.381 25159 receive_msgpack:227: ch 163: parsing 5 bytes from msgpack Stream: 0x2ba8860
    DEBUG 2019-07-16T20:54:12.381 25159 log_client_msg:766: RPC <-ch 163: [response] [1, 3, nil, 0]
    DEBUG 2019-07-16T20:54:12.382 25159 stream_close:95: trace:
      log_callstack at /home/vagrant/neovim/build/../src/nvim/log.c:256
      stream_close at /home/vagrant/neovim/build/../src/nvim/event/stream.c:95
      stream_may_close at /home/vagrant/neovim/build/../src/nvim/event/stream.c:111
      process_stop at /home/vagrant/neovim/build/../src/nvim/event/process.c:230
      f_jobstop at /home/vagrant/neovim/build/../src/nvim/eval.c:12231
      f_rpcstop at /home/vagrant/neovim/build/../src/nvim/eval.c:14533
      call_func at /home/vagrant/neovim/build/../src/nvim/eval.c:6564
      get_func_tv at /home/vagrant/neovim/build/../src/nvim/eval.c:6304
      ex_call at /home/vagrant/neovim/build/../src/nvim/eval.c:2903
      do_one_cmd at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:2249
      do_cmdline at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:593
      call_user_func at /home/vagrant/neovim/build/../src/nvim/eval.c:22666
      call_func at /home/vagrant/neovim/build/../src/nvim/eval.c:6550
      get_func_tv at /home/vagrant/neovim/build/../src/nvim/eval.c:6304
      eval7 at /home/vagrant/neovim/build/../src/nvim/eval.c:4407
      eval6 at /home/vagrant/neovim/build/../src/nvim/eval.c:4104
      eval5 at /home/vagrant/neovim/build/../src/nvim/eval.c:3985
      eval4 at /home/vagrant/neovim/build/../src/nvim/eval.c:3688
      eval3 at /home/vagrant/neovim/build/../src/nvim/eval.c:3606
      eval2 at /home/vagrant/neovim/build/../src/nvim/eval.c:3537
      eval1 at /home/vagrant/neovim/build/../src/nvim/eval.c:3464
      eval0 at /home/vagrant/neovim/build/../src/nvim/eval.c:3424
      ex_let_const at /home/vagrant/neovim/build/../src/nvim/eval.c:1604
      ex_let at /home/vagrant/neovim/build/../src/nvim/eval.c:1546
      do_one_cmd at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:2249
      do_cmdline at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:593
      call_user_func at /home/vagrant/neovim/build/../src/nvim/eval.c:22666
      call_func at /home/vagrant/neovim/build/../src/nvim/eval.c:6550
      get_func_tv at /home/vagrant/neovim/build/../src/nvim/eval.c:6304
      ex_call at /home/vagrant/neovim/build/../src/nvim/eval.c:2903
      do_one_cmd at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:2249
      do_cmdline at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:593
      do_ucmd at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:5803
      do_one_cmd at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:2243
      do_cmdline at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:593
      call_user_func at /home/vagrant/neovim/build/../src/nvim/eval.c:22666
      call_func at /home/vagrant/neovim/build/../src/nvim/eval.c:6550
      get_func_tv at /home/vagrant/neovim/build/../src/nvim/eval.c:6304
      ex_call at /home/vagrant/neovim/build/../src/nvim/eval.c:2903
      do_one_cmd at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:2249
      do_cmdline at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:593
      call_user_func at /home/vagrant/neovim/build/../src/nvim/eval.c:22666
      call_func at /home/vagrant/neovim/build/../src/nvim/eval.c:6550
      get_func_tv at /home/vagrant/neovim/build/../src/nvim/eval.c:6304
      ex_call at /home/vagrant/neovim/build/../src/nvim/eval.c:2903
      do_one_cmd at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:2249
      do_cmdline at /home/vagrant/neovim/build/../src/nvim/ex_docmd.c:593
      call_user_func at /home/vagrant/neovim/build/../src/nvim/eval.c:22666
      call_func at /home/vagrant/neovim/build/../src/nvim/eval.c:6550
      callback_call at /home/vagrant/neovim/build/../src/nvim/eval.c:17917
      channel_callback_call at /home/vagrant/neovim/build/../src/nvim/channel.c:675
      on_channel_event at /home/vagrant/neovim/build/../src/nvim/channel.c:581
      multiqueue_process_events at /home/vagrant/neovim/build/../src/nvim/event/multiqueue.c:147
      nv_event at /home/vagrant/neovim/build/../src/nvim/normal.c:7987
      normal_execute at /home/vagrant/neovim/build/../src/nvim/normal.c:1133
      state_enter at /home/vagrant/neovim/build/../src/nvim/state.c:73
      normal_enter at /home/vagrant/neovim/build/../src/nvim/normal.c:462
      main at /home/vagrant/neovim/build/../src/nvim/main.c:570
      ?? ??:0
      _start at ??:?
    DEBUG 2019-07-16T20:54:12.417 25159 stream_close:96: closing Stream: 0x2ba86c0
    INFO  2019-07-16T20:54:12.417 25159 os_proc_tree_kill:96: sending SIGTERM to process group: -28407
    DEBUG 2019-07-16T20:54:12.417 25159 receive_msgpack:227: ch 163: parsing 31 bytes from msgpack Stream: 0x2ba8860
    DEBUG 2019-07-16T20:54:12.417 25159 log_client_msg:766: RPC <-ch 163: [request]  [0, 4, "nvim_command_output", ["echo a"]]
    DEBUG 2019-07-16T20:54:12.417 25159 handle_request:359: RPC: scheduled nvim_command_output
    DEBUG 2019-07-16T20:54:12.424 25159 RPC: <-ch 163: invoke nvim_command_output
    DEBUG 2019-07-16T20:54:12.424 25159 log_server_msg:729: RPC ->ch 163: [response] [1, 4, [0, "Vim(echo):E121: Undefined variable: a"], nil]
    ERROR 2019-07-16T20:54:12.424 25159 wstream_write:78: xxx stream=0x2ba86c0
    DEBUG 2019-07-16T20:54:12.425 25159 wstream_write:79: trace:
      log_callstack at /home/vagrant/neovim/build/../src/nvim/log.c:256
      wstream_write at /home/vagrant/neovim/build/../src/nvim/event/wstream.c:82
      channel_write at /home/vagrant/neovim/build/../src/nvim/msgpack_rpc/channel.c:407
      request_event at /home/vagrant/neovim/build/../src/nvim/msgpack_rpc/channel.c:383
      multiqueue_process_events at /home/vagrant/neovim/build/../src/nvim/event/multiqueue.c:147
      nv_event at /home/vagrant/neovim/build/../src/nvim/normal.c:7987
      normal_execute at /home/vagrant/neovim/build/../src/nvim/normal.c:1133
      state_enter at /home/vagrant/neovim/build/../src/nvim/state.c:73
      normal_enter at /home/vagrant/neovim/build/../src/nvim/normal.c:462
      main at /home/vagrant/neovim/build/../src/nvim/main.c:570
      ?? ??:0
      _start at ??:? 
						
						
					 
					
						2019-07-17 11:13:57 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ObserverOfTime 
							
						 
					 
					
						
						
							
						
						c38862acea 
					 
					
						
						
							
							checkhealth: try yarn if npm is missing  #10490  
						
						 
						
						... 
						
						
						
						fixes  #10489  
						
						
					 
					
						2019-07-14 20:48:53 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						5ae57b7e57 
					 
					
						
						
							
							health.vim: check shada file  #10327  
						
						 
						
						... 
						
						
						
						closes  #1202  
						
						
					 
					
						2019-06-25 01:31:41 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						83d571653b 
					 
					
						
						
							
							spellfile.vim: store files in stdpath('data')  
						
						 
						
						... 
						
						
						
						ref b9b2fb7d5d  #6664  #6272  
						
						
					 
					
						2019-04-27 21:34:54 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								erw7 
							
						 
					 
					
						
						
							
						
						d0fd66ba82 
					 
					
						
						
							
							health/provider.vim: check curl HTTPS support  
						
						 
						
						... 
						
						
						
						closes  #9925 
closes  #9928  
						
						
					 
					
						2019-04-22 21:05:39 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marco Hinz 
							
						 
					 
					
						
						
							
						
						43356a43d0 
					 
					
						
						
							
							health: check if tmux enabled true colors ( #9929 )  
						
						 
						
						... 
						
						
						
						References https://github.com/neovim/neovim/issues/7764  
						
						
					 
					
						2019-04-20 19:02:19 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						fb95bb38b5 
					 
					
						
						
							
							vim-patch:8.1.0771: some shell filetype patterns end in a star  
						
						 
						
						... 
						
						
						
						Problem:    Some shell filetype patterns end in a star.
Solution:   Make sure that patterns not ending in a star are preferred.
147e7d0cab 
						
						
					 
					
						2019-03-17 20:38:55 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						8394bf676b 
					 
					
						
						
							
							vim-patch:8.1.1017: off-by-one error in filetype detection  
						
						 
						
						... 
						
						
						
						Problem:    Off-by-one error in filetype detection.
Solution:   Also check the last line of the file.
493fbe4abe 
						
						
					 
					
						2019-03-17 20:35:03 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Morgan 
							
						 
					 
					
						
						
							
						
						d8316f2a1b 
					 
					
						
						
							
							clipboard: Always copy as plain text in Wayland  #9737  
						
						 
						
						... 
						
						
						
						`wl-copy` by default tries to determine the mime type of a copied bit of
text. From the [readme](https://github.com/bugaevc/wl-clipboard ):
> wl-copy automatically infers the type of the copied content by running
> xdg-mime(1) on it.
So copying a Ruby script from Nvim may store it in the Wayland clipboard
as mime-type `application/x-ruby`.
This is a small reproduction without Nvim:
    $ cat test.rb
    #!/usr/bin/env ruby
    puts 'hello world'
    $ cat test.rb | wl-copy
    $ wl-paste --list-types
    application/x-ruby
This commit fixes that by telling wl-copy that all text copied from
Nvim has the mime type `text/plain`.
    $ cat test.rb | wl-copy --type text/plain
    $ wl-paste --list-types
    text/plain;charset=utf-8 
						
						
					 
					
						2019-03-16 22:55:24 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Curtis McEnroe 
							
						 
					 
					
						
						
							
						
						40f5a6c4da 
					 
					
						
						
							
							man.vim: g:man_hardwrap  #9633  
						
						 
						
						... 
						
						
						
						This option allows restoring the behaviour prior to #9023 .
Fixes  #9583 
Closes  #9633  
						
						
					 
					
						2019-02-21 00:06:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						ec5a4d862d 
					 
					
						
						
							
							checkhealth: validate locale ( #9548 )  
						
						 
						
						... 
						
						
						
						Test case:
    LANG= LC_ALL= LC_CTYPE= tmux
    nvim -u NORC +'checkhealth nvim' 
						
						
					 
					
						2019-01-26 00:41:42 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						8986f70bdc 
					 
					
						
						
							
							Merge  #9468  'checkhealth: detect broken pip"'  
						
						 
						
						
						
						
					 
					
						2019-01-11 02:03:56 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marco Hinz 
							
						 
					 
					
						
						
							
						
						3f10c5b533 
					 
					
						
						
							
							clipboard/macOS: assume that pbcopy works  #9480  
						
						 
						
						... 
						
						
						
						Avoids ~30-60 ms startup cost for users of clipboard=unnamed. 
						
						
					 
					
						2019-01-10 09:11:36 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marco Hinz 
							
						 
					 
					
						
						
							
						
						75593e6fce 
					 
					
						
						
							
							health/pythonx: handle "pip upgrade failure"  
						
						 
						
						... 
						
						
						
						Reference: https://github.com/neovim/neovim/wiki/Following-HEAD#20181118  
						
						
					 
					
						2019-01-07 23:29:46 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marco Hinz 
							
						 
					 
					
						
						
							
						
						eb91101a46 
					 
					
						
						
							
							health/pythonx: refactor #Detect()  
						
						 
						
						
						
						
					 
					
						2019-01-07 19:58:33 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marco Hinz 
							
						 
					 
					
						
						
							
						
						7f27e14a6e 
					 
					
						
						
							
							health/pythonx: refactor pyenv check  
						
						 
						
						
						
						
					 
					
						2019-01-07 19:58:33 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								James McCoy 
							
						 
					 
					
						
						
							
						
						d7b3ac029c 
					 
					
						
						
							
							health/provider: Check for available pynvim when neovim module missing  
						
						 
						
						... 
						
						
						
						Adapt the checks so we can still report when the pynvim module is
present but the neovim module is missing. 
						
						
					 
					
						2019-01-01 20:38:28 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								James McCoy 
							
						 
					 
					
						
						
							
						
						edeb19d5e9 
					 
					
						
						
							
							python#CheckForModule: Use the given module string instead of hard-coding pynvim  
						
						 
						
						
						
						
					 
					
						2019-01-01 16:06:37 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								James McCoy 
							
						 
					 
					
						
						
							
						
						0dd89cda9c 
					 
					
						
						
							
							{health,provider}/python: Import the neovim, rather than pynvim, module  
						
						 
						
						... 
						
						
						
						The neovim module is available for backwards compatibility.  We should
not yet force the use of the pynvim module, since there's no other major
reason to bump the minimum supported Python client module.
Closes  #9426  
						
						
					 
					
						2019-01-01 14:15:31 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						e509576e53 
					 
					
						
						
							
							provider/lang: expand() g:foo_host_prog ( #9312 )  
						
						 
						
						... 
						
						
						
						Before this commit, if user does this:
    let g:node_host_prog = '~/.nvm/versions/node/v11.3.0/bin/neovim-node-host'
the "~/" is not expanded to user's home directory.
`:help g:ruby_host_prog` suggests a path with "~/" so technically we
already claimed to support this.
closes https://github.com/neovim/node-client/issues/102  
						
						
					 
					
						2018-12-05 00:11:28 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								@equalsraf 
							
						 
					 
					
						
						
							
						
						d207440f1e 
					 
					
						
						
							
							clipboard: Revert unused check  #9309  
						
						 
						
						... 
						
						
						
						PR #9304  added support for functions in clipboard providers. As part of
the PR I meant to move two checks in the provider code out of an if
statement into separate statements and adding additional checks for
g:clipboard attributes - as it turns out the code is wrong and it does
not implement additional checks while it adds two conditions that make
very little sense
    type(g:clipboard['copy']) #isnot# v:t_func
what would make sense would be something along the lines of
    type(g:clipboard['copy']['+']) #isnot# v:t_func
but might not be what we want either, so I'm reverting this. 
						
						
					 
					
						2018-12-04 21:38:20 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rui Abreu Ferreira 
							
						 
					 
					
						
						
							
						
						07ad5d71ab 
					 
					
						
						
							
							clipboard: Support custom VimL functions  #9304  
						
						 
						
						... 
						
						
						
						Up to now g:clipboard["copy"] only supported string values invoked as
system commands.
This commit enables the use of VimL functions instead. The function
signatures are the same as in provider/clipboard.vim. A clipboard
provider is expected to store and return a list of lines (i.e. the text)
and a register type (as seen in setreg()).
cache_enabled is ignored if "copy" is provided by a VimL function. 
						
						
					 
					
						2018-12-03 00:07:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						799d9c3215 
					 
					
						
						
							
							clipboard: Prefer xclip ( #9302 )  
						
						 
						
						... 
						
						
						
						The order was swapped in #4150  to prefer `xsel` but there wasn't a clear
explanation.  Meanwhile, `xsel` has been neglected upstream.
Let's trying preferring `xclip` again, we've had a few reports of
problems with `xsel`.
closes  #7237 
ref #5853 
ref #7449  
						
						
					 
					
						2018-12-01 18:50:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bjorn Neergaard 
							
						 
					 
					
						
						
							
						
						108566e7b6 
					 
					
						
						
							
							clipboard.vim: check for win32yank.exe  #9263  
						
						 
						
						... 
						
						
						
						Win32 allows omitting the `.exe` extension, but WSL does not. 
						
						
					 
					
						2018-11-21 12:24:40 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marco Hinz 
							
						 
					 
					
						
						
							
						
						f1a787d292 
					 
					
						
						
							
							health/python: warn if pynvim upgrade failed  
						
						 
						
						... 
						
						
						
						Reference: https://github.com/neovim/neovim/wiki/Following-HEAD#20181118  
						
						
					 
					
						2018-11-20 11:33:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marco Hinz 
							
						 
					 
					
						
						
							
						
						57fef7c74d 
					 
					
						
						
							
							health/python: slightly improve output  
						
						 
						
						
						
						
					 
					
						2018-11-20 09:59:18 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marco Hinz 
							
						 
					 
					
						
						
							
						
						443cd04d5b 
					 
					
						
						
							
							provider/python: refactoring  
						
						 
						
						
						
						
					 
					
						2018-11-20 09:59:18 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marco Hinz 
							
						 
					 
					
						
						
							
						
						3ea14d5366 
					 
					
						
						
							
							health/python: 'neovim' module was renamed to 'pynvim'  
						
						 
						
						
						
						
					 
					
						2018-11-17 17:56:34 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						f6c6567cb1 
					 
					
						
						
							
							vim-patch:8.1.0352: browsing compressed tar files does not always work  
						
						 
						
						... 
						
						
						
						Problem:    Browsing compressed tar files does not always work.
Solution:   Use the "file" command to get the compression type.
d4a1aabe37 
						
						
					 
					
						2018-11-13 22:33:27 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ainola 
							
						 
					 
					
						
						
							
						
						05f9c7c2f7 
					 
					
						
						
							
							clipboard: support Wayland ( #9230 )  
						
						 
						
						... 
						
						
						
						Fixes  #9213  
						
						
					 
					
						2018-11-13 19:01:37 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						b24209dcf5 
					 
					
						
						
							
							provider/nodejs: handle missing stdout  
						
						 
						
						... 
						
						
						
						ref https://github.com/neovim/neovim/issues/9001#issuecomment-434802234  
						
						
					 
					
						2018-10-31 20:42:41 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						18ce6c9063 
					 
					
						
						
							
							vim-patch:2c64ca1802b2  
						
						 
						
						... 
						
						
						
						Update runtime files
2c64ca1802 
						
						
					 
					
						2018-10-30 00:05:25 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin M. Keyes 
							
						 
					 
					
						
						
							
						
						11bcd48fda 
					 
					
						
						
							
							vim-patch:20aac6c11269  
						
						 
						
						... 
						
						
						
						Update runtime files.
20aac6c112 
						
						
					 
					
						2018-10-29 23:55:45 +01:00