First commit of some current dotfiles
This commit is contained in:
209
vim/c-support/wordlists/c-c++-keywords.list
Normal file
209
vim/c-support/wordlists/c-c++-keywords.list
Normal file
@@ -0,0 +1,209 @@
|
||||
adjustfield
|
||||
basefield
|
||||
boolalpha
|
||||
floatfield
|
||||
internal
|
||||
scientific
|
||||
setbase
|
||||
setiosflags
|
||||
setprecision
|
||||
showbase
|
||||
showpoint
|
||||
showpos
|
||||
uppercase
|
||||
|
||||
auto
|
||||
break
|
||||
case
|
||||
char
|
||||
const
|
||||
continue
|
||||
default
|
||||
double
|
||||
else
|
||||
enum
|
||||
extern
|
||||
float
|
||||
goto
|
||||
inline
|
||||
long
|
||||
register
|
||||
restrict
|
||||
return
|
||||
short
|
||||
signed
|
||||
sizeof
|
||||
static
|
||||
struct
|
||||
switch
|
||||
typedef
|
||||
union
|
||||
unsigned
|
||||
void
|
||||
volatile
|
||||
while
|
||||
_Bool
|
||||
_Complex
|
||||
_Imaginary
|
||||
EXIT_FAILURE
|
||||
EXIT_SUCCESS
|
||||
|
||||
bool
|
||||
catch
|
||||
class
|
||||
const_cast
|
||||
delete
|
||||
dynamic_cast
|
||||
explicit
|
||||
export
|
||||
false
|
||||
friend
|
||||
mutable
|
||||
namespace
|
||||
operator
|
||||
private
|
||||
protected
|
||||
public
|
||||
reinterpret_cast
|
||||
static_cast
|
||||
template
|
||||
this
|
||||
throw
|
||||
true
|
||||
typeid
|
||||
typename
|
||||
using
|
||||
virtual
|
||||
wchar_t
|
||||
|
||||
and_eq
|
||||
bitand
|
||||
bitor
|
||||
compl
|
||||
not_eq
|
||||
or_eq
|
||||
xor_eq
|
||||
|
||||
define
|
||||
defined
|
||||
elif
|
||||
endif
|
||||
error
|
||||
ifdef
|
||||
ifndef
|
||||
include
|
||||
pragma
|
||||
undef
|
||||
|
||||
exception
|
||||
bad_alloc
|
||||
bad_exception
|
||||
bad_cast
|
||||
bad_typeid
|
||||
ios_base::failure
|
||||
logic_error
|
||||
domain_error
|
||||
invalid_argument
|
||||
length_error
|
||||
out_of_range
|
||||
runtime_error
|
||||
range_error
|
||||
overflow_error
|
||||
underflow_error
|
||||
uncaught_exception
|
||||
|
||||
__DATE__
|
||||
__FILE__
|
||||
__LINE__
|
||||
__STDC__
|
||||
__STDC_HOSTED__
|
||||
__STDC_IEC_559__
|
||||
__STDC_IEC_559_COMPLEX__
|
||||
__STDC_ISO_10646__
|
||||
__STDC_VERSION__
|
||||
__TIME__
|
||||
__func__
|
||||
__cplusplus
|
||||
|
||||
__BORLANDC__
|
||||
__CYGWIN__
|
||||
__CYGWIN32__
|
||||
__GNUC__
|
||||
__WIN32__
|
||||
__WINDOWS__
|
||||
|
||||
assert
|
||||
ctype
|
||||
errno
|
||||
float
|
||||
limits
|
||||
locale
|
||||
math
|
||||
setjmp
|
||||
signal
|
||||
stdarg
|
||||
stddef
|
||||
stdio
|
||||
stdlib
|
||||
string
|
||||
time
|
||||
|
||||
complex
|
||||
fenv
|
||||
inttypes
|
||||
iso646
|
||||
stdbool
|
||||
stdint
|
||||
tgmath
|
||||
wchar
|
||||
wctype
|
||||
|
||||
algorithm
|
||||
bitset
|
||||
complex
|
||||
deque
|
||||
exception
|
||||
fstream
|
||||
functional
|
||||
iomanip
|
||||
ios
|
||||
iosfwd
|
||||
iostream
|
||||
istream
|
||||
iterator
|
||||
limits
|
||||
list
|
||||
locale
|
||||
|
||||
map
|
||||
memory
|
||||
new
|
||||
numeric
|
||||
ostream
|
||||
queue
|
||||
set
|
||||
sstream
|
||||
stack
|
||||
stdexcept
|
||||
streambuf
|
||||
string
|
||||
typeinfo
|
||||
utility
|
||||
valarray
|
||||
vector
|
||||
|
||||
cassert
|
||||
cctype
|
||||
cerrno
|
||||
cfloat
|
||||
climits
|
||||
clocale
|
||||
cmath
|
||||
csetjmp
|
||||
csignal
|
||||
cstdarg
|
||||
cstddef
|
||||
cstdio
|
||||
cstdlib
|
||||
cstring
|
||||
ctime
|
||||
108
vim/c-support/wordlists/k+r.list
Normal file
108
vim/c-support/wordlists/k+r.list
Normal file
@@ -0,0 +1,108 @@
|
||||
address
|
||||
allocator
|
||||
allocation
|
||||
argument
|
||||
arithmetic
|
||||
array
|
||||
assignement
|
||||
bitwise
|
||||
block
|
||||
character
|
||||
command
|
||||
condition
|
||||
conditional
|
||||
constant
|
||||
conversion
|
||||
declaration
|
||||
decrement
|
||||
defined
|
||||
definition
|
||||
descriptor
|
||||
description
|
||||
dimension
|
||||
evaluation
|
||||
expression
|
||||
external
|
||||
format
|
||||
formatted
|
||||
function
|
||||
global
|
||||
handling
|
||||
identifier
|
||||
implementation
|
||||
increment
|
||||
initialization
|
||||
input
|
||||
interface
|
||||
label
|
||||
lexical
|
||||
local
|
||||
logical
|
||||
lookup
|
||||
loop
|
||||
lvalue
|
||||
miscellaneous
|
||||
notation
|
||||
numerical
|
||||
operator
|
||||
operation
|
||||
output
|
||||
pointer
|
||||
precedence
|
||||
preprocessor
|
||||
preprocessing
|
||||
program
|
||||
random
|
||||
recursion
|
||||
recursive
|
||||
reference
|
||||
referential
|
||||
relational
|
||||
scope
|
||||
standard
|
||||
statement
|
||||
string
|
||||
structure
|
||||
system
|
||||
undefined
|
||||
variable
|
||||
|
||||
abstract
|
||||
algorithm
|
||||
alignment
|
||||
application
|
||||
assignment
|
||||
asynchronous
|
||||
binary
|
||||
buffer
|
||||
component
|
||||
constructor
|
||||
container
|
||||
destructor
|
||||
difference
|
||||
enumeration
|
||||
exception
|
||||
floating-point
|
||||
horizontal
|
||||
inheritance
|
||||
instantiation
|
||||
integer
|
||||
internal
|
||||
invariant
|
||||
iterator
|
||||
localization
|
||||
overflow
|
||||
overload
|
||||
override
|
||||
overwrite
|
||||
polymorphic
|
||||
portability
|
||||
position
|
||||
postcondition
|
||||
precision
|
||||
precondition
|
||||
prototype
|
||||
subscript
|
||||
underflow
|
||||
vertical
|
||||
whitespace
|
||||
202
vim/c-support/wordlists/stl_index.list
Normal file
202
vim/c-support/wordlists/stl_index.list
Normal file
@@ -0,0 +1,202 @@
|
||||
accumulate
|
||||
adjacent_difference
|
||||
adjacent_find
|
||||
advance
|
||||
append
|
||||
assign
|
||||
auto_ptr
|
||||
back
|
||||
back_inserter
|
||||
basic_string
|
||||
bidirectional_iterator
|
||||
bidirectional_iterator_tag
|
||||
binary_compose
|
||||
binary_function
|
||||
binary_negate
|
||||
binary_search
|
||||
bind1st
|
||||
bind2nd
|
||||
bit_vector
|
||||
bitset
|
||||
capacity
|
||||
char_producer
|
||||
char_traits
|
||||
char_type
|
||||
compare
|
||||
construct
|
||||
copy
|
||||
copy_backward
|
||||
copy_n
|
||||
count
|
||||
count_if
|
||||
deque
|
||||
destroy
|
||||
distance
|
||||
distance_type
|
||||
divides
|
||||
equal
|
||||
equal_range
|
||||
equal_to
|
||||
erase
|
||||
fill
|
||||
fill_n
|
||||
find
|
||||
find_end
|
||||
find_first_not_of
|
||||
find_first_of
|
||||
find_if
|
||||
find_last_not_of
|
||||
find_last_of
|
||||
for_each
|
||||
forward_iterator
|
||||
forward_iterator_tag
|
||||
front
|
||||
front_inserter
|
||||
generate
|
||||
generate_n
|
||||
get_temporary_buffer
|
||||
greater
|
||||
greater_equal
|
||||
hash
|
||||
hash_map
|
||||
hash_multimap
|
||||
hash_multiset
|
||||
hash_set
|
||||
identity
|
||||
includes
|
||||
inner_product
|
||||
inplace_merge
|
||||
input_iterator
|
||||
input_iterator_tag
|
||||
insert
|
||||
insert_iterator
|
||||
inserter
|
||||
int_type
|
||||
iota
|
||||
is_heap
|
||||
is_sorted
|
||||
istream_iterator
|
||||
istream_type
|
||||
istreambuf_iterator
|
||||
iter_swap
|
||||
iterator_category
|
||||
iterator_traits
|
||||
less
|
||||
less_equal
|
||||
lexicographical_compare
|
||||
lexicographical_compare_3way
|
||||
list
|
||||
logical_and
|
||||
logical_not
|
||||
logical_or
|
||||
lower_bound
|
||||
make_heap
|
||||
make_pair
|
||||
map
|
||||
max
|
||||
max_element
|
||||
mem_fun1_ref_t
|
||||
mem_fun1_t
|
||||
mem_fun_ref_t
|
||||
mem_fun_t
|
||||
merge
|
||||
min
|
||||
min_element
|
||||
minus
|
||||
mismatch
|
||||
modulus
|
||||
multimap
|
||||
multiplies
|
||||
multiset
|
||||
negate
|
||||
next_permutation
|
||||
not_equal_to
|
||||
nth_element
|
||||
operator
|
||||
ostream_iterator
|
||||
ostreambuf_iterator
|
||||
output_iterator
|
||||
output_iterator_tag
|
||||
pair
|
||||
partial_sort
|
||||
partial_sort_copy
|
||||
partial_sum
|
||||
partition
|
||||
plus
|
||||
pointer_to_binary_function
|
||||
pointer_to_unary_function
|
||||
pop_back
|
||||
pop_front
|
||||
pop_heap
|
||||
power
|
||||
prev_permutation
|
||||
priority_queue
|
||||
project1st
|
||||
project2nd
|
||||
ptr_fun
|
||||
push_back
|
||||
push_front
|
||||
push_heap
|
||||
queue
|
||||
random_access_iterator
|
||||
random_access_iterator_tag
|
||||
random_sample
|
||||
random_sample_n
|
||||
random_shuffle
|
||||
raw_storage_iterator
|
||||
release
|
||||
remove
|
||||
remove_copy
|
||||
remove_copy_if
|
||||
remove_if
|
||||
replace
|
||||
replace_copy
|
||||
replace_copy_if
|
||||
replace_if
|
||||
reset
|
||||
resize
|
||||
return_temporary_buffer
|
||||
reverse
|
||||
reverse_bidirectional_iterator
|
||||
reverse_copy
|
||||
reverse_iterator
|
||||
rfind
|
||||
rope
|
||||
rotate
|
||||
rotate_copy
|
||||
search
|
||||
search_n
|
||||
select1st
|
||||
select2nd
|
||||
sequence_buffer
|
||||
set
|
||||
set_difference
|
||||
set_intersection
|
||||
set_symmetric_difference
|
||||
set_union
|
||||
slist
|
||||
sort
|
||||
sort_heap
|
||||
stable_partition
|
||||
stable_sort
|
||||
stack
|
||||
streambuf_type
|
||||
substr
|
||||
subtractive_rng
|
||||
swap
|
||||
swap_ranges
|
||||
temporary_buffer
|
||||
transform
|
||||
unary_compose
|
||||
unary_function
|
||||
unary_negate
|
||||
uninitialized_copy
|
||||
uninitialized_copy_n
|
||||
uninitialized_fill
|
||||
uninitialized_fill_n
|
||||
unique
|
||||
unique_copy
|
||||
upper_bound
|
||||
value_comp
|
||||
value_type
|
||||
vector
|
||||
Reference in New Issue
Block a user