2eeabbdb14 
							
						 
					 
					
						
						
							
							Don't highlight markdown errors  
						
						
						
						
					 
					
						2018-04-26 12:49:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							10aef91c52 
							
						 
					 
					
						
						
							
							Make .test files llvm filetype  
						
						
						
						
					 
					
						2018-04-26 12:49:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							610766c9c9 
							
						 
					 
					
						
						
							
							Actually enable relative number when available  
						
						
						
						
					 
					
						2018-04-26 12:48:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d5ed558d0c 
							
						 
					 
					
						
						
							
							Update C++ namespace snippet to match clang-format  
						
						... 
						
						
						
						New snippet outputs this
```cpp
namespace {
}  // namespace
```
instead of
```cpp
namespace {
}  // anonymous
```
and this
```cpp
namespace foo {
}  // namespace foo
```
instead of
```cpp
namespace foo {
}  // foo
``` 
						
						
					 
					
						2018-04-20 10:12:14 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							dda49e02f4 
							
						 
					 
					
						
						
							
							Add vim-projectionist plugin  
						
						
						
						
					 
					
						2018-04-13 23:52:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							520671fa8d 
							
						 
					 
					
						
						
							
							Don't match non conflict markers  
						
						
						
						
					 
					
						2018-04-13 23:23:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							647aabdaf3 
							
						 
					 
					
						
						
							
							Use own fork for vim-cmake-completion  
						
						
						
						
					 
					
						2018-04-13 18:06:29 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ab403c69ac 
							
						 
					 
					
						
						
							
							Add conflict marker highlights as TODO's  
						
						... 
						
						
						
						For all filetype's highlight conflict markers with the Todo highlight
group and leave trailing text as before. This makes conflict markers
very obvious, in C/C++ where I have operator highlighting conflict
markers are not longer highlighted as operators. 
						
						
					 
					
						2018-03-29 21:22:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							fd8e88d28c 
							
						 
					 
					
						
						
							
							Remove relativenumber autocmds  
						
						... 
						
						
						
						These kept disabling relativenumber when editing which was annoying. 
						
						
					 
					
						2018-03-29 21:21:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							27ab5f74b9 
							
						 
					 
					
						
						
							
							Improve Jenkins groovy syntax highlights  
						
						
						
						
					 
					
						2018-03-28 15:31:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							f847dae890 
							
						 
					 
					
						
						
							
							Add Doxygen @retval snippet & other improvements  
						
						
						
						
					 
					
						2018-03-28 15:30:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							755189dc21 
							
						 
					 
					
						
						
							
							Add extern "C" block snippet  
						
						
						
						
					 
					
						2018-03-15 16:18:31 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c458adb0f2 
							
						 
					 
					
						
						
							
							Add bool to C string snippet  
						
						
						
						
					 
					
						2018-03-14 17:39:31 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9a121baa34 
							
						 
					 
					
						
						
							
							Add string_view c++ printf snippet  
						
						
						
						
					 
					
						2018-03-13 12:54:51 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							83bd6baedb 
							
						 
					 
					
						
						
							
							Cleanup vim dictionary syntax  
						
						
						
						
					 
					
						2018-03-01 17:00:47 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5a69c39369 
							
						 
					 
					
						
						
							
							Change netrw highlight group  
						
						
						
						
					 
					
						2018-02-23 22:08:12 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3f4f0036f2 
							
						 
					 
					
						
						
							
							Always load vim-cmake-syntax  
						
						... 
						
						
						
						Avoid the cmake syntax highlighting being different when a file is
loaded and when it is reloaded. This was cause by the plugin not being
enabled until after a buffer with the cmake filetype was loaded
causing the builtin cmake syntax highlighting to show on initial load
then the plugins syntax highlighting to show on reload. 
						
						
					 
					
						2018-02-09 15:08:53 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e2e90e9a1b 
							
						 
					 
					
						
						
							
							Add the linter code to ale messages  
						
						
						
						
					 
					
						2018-02-09 15:05:29 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c0af1a3a03 
							
						 
					 
					
						
						
							
							Add TODO for Python syntax folding bug  
						
						
						
						
					 
					
						2018-01-21 20:30:13 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							7ac455130f 
							
						 
					 
					
						
						
							
							Add improved sentence text object  
						
						
						
						
					 
					
						2018-01-21 20:29:00 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							79163084da 
							
						 
					 
					
						
						
							
							Disable airline git integration  
						
						
						
						
					 
					
						2018-01-19 20:44:35 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0af3a6e3c6 
							
						 
					 
					
						
						
							
							Replace matchit.vim with vim-matchup  
						
						
						
						
					 
					
						2018-01-16 16:00:05 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d9f4600b9e 
							
						 
					 
					
						
						
							
							Remove vim-sensible  
						
						... 
						
						
						
						vim-sensible includes and old matchit.vim which interfears with
vim-matchup and sets some defaults which are then overridden in
plugins/settings.vim. Remove vim-sensible and document the retained
settings. 
						
						
					 
					
						2018-01-16 15:57:08 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b3219fb44e 
							
						 
					 
					
						
						
							
							Support changing cursor shape for iTerm2 in tmux  
						
						
						
						
					 
					
						2018-01-02 16:23:18 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							09e4b5ec82 
							
						 
					 
					
						
						
							
							Add another variant of GitHub checkbox snip  
						
						
						
						
					 
					
						2017-12-28 12:51:24 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d804782b99 
							
						 
					 
					
						
						
							
							Add make filetype config  
						
						
						
						
					 
					
						2017-12-28 12:51:05 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							523f0b07bb 
							
						 
					 
					
						
						
							
							Add more intuitive GitHub checkbox snippet  
						
						
						
						
					 
					
						2017-12-12 14:32:01 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6ce98e2c34 
							
						 
					 
					
						
						
							
							Set commentstring for OpenCL files  
						
						
						
						
					 
					
						2017-12-11 15:24:47 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							eb52cbe3f0 
							
						 
					 
					
						
						
							
							Clean up documentation  
						
						
						
						
					 
					
						2017-12-11 15:24:25 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							03336cc73e 
							
						 
					 
					
						
						
							
							Fix vim cursor shape after tmux terminal-overrides  
						
						
						
						
					 
					
						2017-12-06 11:28:15 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							effd43513e 
							
						 
					 
					
						
						
							
							Use tmux terminal-override for cursor shape on VTE  
						
						
						
						
					 
					
						2017-12-06 11:08:01 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e2ada30194 
							
						 
					 
					
						
						
							
							Use 4 space tabs in YAML files  
						
						
						
						
					 
					
						2017-12-06 11:06:49 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							61d35f5000 
							
						 
					 
					
						
						
							
							Add more Doxygen snippets for C/C++  
						
						
						
						
					 
					
						2017-12-06 11:06:26 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d1e2c65579 
							
						 
					 
					
						
						
							
							Move relevant settings closer together  
						
						
						
						
					 
					
						2017-12-05 21:29:48 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e7334c65df 
							
						 
					 
					
						
						
							
							Enable cursor shape changes by default  
						
						
						
						
					 
					
						2017-12-01 11:17:03 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							927347b1bf 
							
						 
					 
					
						
						
							
							Add do#cursor_escape_sequences()  
						
						... 
						
						
						
						Control the cursor shape based on the current mode. 
						
						
					 
					
						2017-12-01 10:44:43 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							be5fcf16b7 
							
						 
					 
					
						
						
							
							Move mouse setting  
						
						
						
						
					 
					
						2017-11-23 22:27:56 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							92e4588b63 
							
						 
					 
					
						
						
							
							Extend enabled listchars, enable showbreak  
						
						
						
						
					 
					
						2017-11-23 22:27:08 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							94f63a89e9 
							
						 
					 
					
						
						
							
							Guard relativenumber setting  
						
						
						
						
					 
					
						2017-11-23 21:42:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1d7b7985b2 
							
						 
					 
					
						
						
							
							Update Codeplay Software Ltd. license snippet  
						
						
						
						
					 
					
						2017-11-23 21:40:32 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2915b7da85 
							
						 
					 
					
						
						
							
							Remove cruft and add TODO's  
						
						
						
						
					 
					
						2017-11-20 22:40:18 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							15f7bfe3e2 
							
						 
					 
					
						
						
							
							Move rarely used functions to autoload  
						
						
						
						
					 
					
						2017-11-20 22:35:27 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							57a6f31963 
							
						 
					 
					
						
						
							
							Enable visual highlight of trail spaces and tabs  
						
						
						
						
					 
					
						2017-11-20 21:28:44 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							40df9669c2 
							
						 
					 
					
						
						
							
							Remove autocmd to right string white space  
						
						
						
						
					 
					
						2017-11-20 21:17:30 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a76b8f85ca 
							
						 
					 
					
						
						
							
							Add highlight group for SpecialKey  
						
						
						
						
					 
					
						2017-11-20 21:16:17 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							4fa022c354 
							
						 
					 
					
						
						
							
							Fix Markdown fenced code block snippet  
						
						
						
						
					 
					
						2017-11-17 20:17:33 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							215b69538e 
							
						 
					 
					
						
						
							
							Add groovy syntax support for keyword args  
						
						
						
						
					 
					
						2017-11-09 18:18:50 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a8ad547941 
							
						 
					 
					
						
						
							
							Add python snippet to insert ipdb breakpoint  
						
						
						
						
					 
					
						2017-11-09 18:18:50 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							fa3420f2a9 
							
						 
					 
					
						
						
							
							Add CMake debug snippet  
						
						
						
						
					 
					
						2017-10-10 14:49:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							84abff20ab 
							
						 
					 
					
						
						
							
							Add fprintf debug snippet for C/C++ files  
						
						
						
						
					 
					
						2017-09-29 14:40:19 +01:00