mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	| @@ -141,4 +141,10 @@ describe('completion', function() | ||||
|         June]]) | ||||
|     end) | ||||
|   end) | ||||
|  | ||||
|   it('disables folding during completion', function () | ||||
| 	  execute("set foldmethod=indent") | ||||
| 	  feed('i<Tab>foo<CR><Tab>bar<Esc>ggA<C-x><C-l>') | ||||
| 	  eq(-1, eval('foldclosed(1)')) | ||||
|   end) | ||||
| end) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Anmol Sethi
					Anmol Sethi