- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 371 for Moolenaar (0.4 sec)
-
runtime/ftoff.vim
" Vim support file to switch off detection of file types " " Maintainer: Bram Moolenaar <******@****.***> " Last change: 2001 Jun 11 if exists("did_load_filetypes") unlet did_load_filetypes endif " Remove all autocommands in the filetypedetect group
Plain Text - Registered: 2023-01-23 08:44 - Last Modified: 2014-07-29 02:12 - 280 bytes - Viewed (0) -
runtime/indent/xhtml.vim
" Vim indent file " Language: XHTML " Maintainer: Bram Moolenaar <******@****.***> (for now) " Last Change: 2005 Jun 24 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " Handled like HTML for now.
Plain Text - Registered: 2023-01-23 08:44 - Last Modified: 2014-07-29 02:12 - 269 bytes - Viewed (0) -
runtime/doc/os_beos.txt
*os_beos.txt* For Vim version 9.0. Last change: 2020 Jun 07 VIM REFERENCE MANUAL by Bram Moolenaar *beos* *BeOS* *BeBox* This file used to contain particularities for the BeOS port of Vim. The BeOS support was removed in patch 8.2.0849.
Plain Text - Registered: 2023-01-23 09:55 - Last Modified: 2022-06-28 12:44 - 293 bytes - Viewed (0) -
runtime/indent/c.vim
" Vim indent file " Language: C " Maintainer: Bram Moolenaar <******@****.***> " Last Change: 2005 Mar 27 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 " C indenting is built-in, thus this is very simple setlocal cindent
Plain Text - Registered: 2023-01-23 09:55 - Last Modified: 2005-03-28 20:58 - 325 bytes - Viewed (0) -
runtime/ftoff.vim
" Vim support file to switch off detection of file types " " Maintainer: Bram Moolenaar <******@****.***> " Last change: 2001 Jun 11 if exists("did_load_filetypes") unlet did_load_filetypes endif " Remove all autocommands in the filetypedetect group
Plain Text - Registered: 2023-01-23 09:55 - Last Modified: 2004-06-13 20:20 - 280 bytes - Viewed (0) -
runtime/compiler/msvc.vim
" Vim compiler file " Compiler: Microsoft Visual C " Maintainer: Bram Moolenaar <******@****.***> " Last Change: 2014 Sep 20 if exists("current_compiler") finish endif let current_compiler = "msvc" " The errorformat for MSVC is the default. CompilerSet errorformat&
Plain Text - Registered: 2023-01-23 09:55 - Last Modified: 2014-10-01 23:41 - 293 bytes - Viewed (0) -
runtime/indent/aap.vim
" Vim indent file " Language: Aap recipe " Maintainer: Bram Moolenaar <******@****.***> " Last Change: 2005 Jun 24 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " Works mostly like Python.
Plain Text - Registered: 2023-01-23 08:44 - Last Modified: 2014-07-29 02:12 - 265 bytes - Viewed (0) -
runtime/indent/cuda.vim
Plain Text - Registered: 2023-01-23 08:44 - Last Modified: 2014-07-29 02:12 - 305 bytes - Viewed (0) -
runtime/indent/cuda.vim
Plain Text - Registered: 2023-01-23 09:55 - Last Modified: 2010-01-06 19:54 - 305 bytes - Viewed (0) -
runtime/indent/xhtml.vim
" Vim indent file " Language: XHTML " Maintainer: Bram Moolenaar <******@****.***> (for now) " Last Change: 2005 Jun 24 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " Handled like HTML for now.
Plain Text - Registered: 2023-01-09 09:55 - Last Modified: 2005-06-24 23:11 - 269 bytes - Viewed (0)